Add support for running tests that are expected to fail
Also add should-fail tests that exercise const and decl initializers
This commit is contained in:
4
ispc.h
4
ispc.h
@@ -337,6 +337,10 @@ struct Globals {
|
||||
/** Indicates whether all warning messages should be surpressed. */
|
||||
bool disableWarnings;
|
||||
|
||||
/** Indicates whether line wrapping of error messages to the terminal
|
||||
width should be disabled. */
|
||||
bool disableLineWrap;
|
||||
|
||||
/** Indicates whether additional warnings should be issued about
|
||||
possible performance pitfalls. */
|
||||
bool emitPerfWarnings;
|
||||
|
||||
Reference in New Issue
Block a user