Chromium Code Reviews| Index: gm/gmmain.cpp |
| =================================================================== |
| --- gm/gmmain.cpp (revision 11353) |
| +++ gm/gmmain.cpp (working copy) |
| @@ -1380,6 +1380,8 @@ |
| DEFINE_string(ignoreErrorTypes, kDefaultIgnorableErrorTypes.asString(" ").c_str(), |
| "Space-separated list of ErrorTypes that should be ignored. If any *other* error " |
| "types are encountered, the tool will exit with a nonzero return value."); |
| +DEFINE_string(ignoreTests, "", "Space delimited list of tests for which we should ignore " |
|
epoger
2013/09/18 18:57:41
Patchset 2: Adding the ignoreTests flag, but it do
|
| + "failures."); |
| DEFINE_string(match, "", "[~][^]substring[$] [...] of test name to run.\n" |
| "Multiple matches may be separated by spaces.\n" |
| "~ causes a matching test to always be skipped\n" |