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:
2
main.cpp
2
main.cpp
@@ -280,6 +280,8 @@ int main(int Argc, char *Argv[]) {
|
||||
g->disableWarnings = true;
|
||||
g->emitPerfWarnings = false;
|
||||
}
|
||||
else if (!strcmp(argv[i], "--nowrap"))
|
||||
g->disableLineWrap = true;
|
||||
else if (!strcmp(argv[i], "--wno-perf") || !strcmp(argv[i], "-wno-perf"))
|
||||
g->emitPerfWarnings = false;
|
||||
else if (!strcmp(argv[i], "-o")) {
|
||||
|
||||
Reference in New Issue
Block a user