Lines Matching refs:TestFlag
73 def TestFlag(flag, test_val, default_val): function
87 TestFlag('break_on_failure', '1', '0')
88 TestFlag('color', 'yes', 'auto')
89 TestFlag('filter', 'FooTest.Bar', '*')
90 TestFlag('output', 'xml:tmp/foo.xml', '')
91 TestFlag('print_time', '0', '1')
92 TestFlag('repeat', '999', '1')
93 TestFlag('throw_on_failure', '1', '0')
94 TestFlag('death_test_style', 'threadsafe', 'fast')
97 TestFlag('catch_exceptions', '1', '0')
100 TestFlag('death_test_use_fork', '1', '0')
101 TestFlag('stack_trace_depth', '0', '100')