Lines Matching refs:TestFlag
71 def TestFlag(flag, test_val, default_val):
85 TestFlag('break_on_failure', '1', '0')
86 TestFlag('color', 'yes', 'auto')
87 TestFlag('filter', 'FooTest.Bar', '*')
88 TestFlag('output', 'xml:tmp/foo.xml', '')
89 TestFlag('print_time', '0', '1')
90 TestFlag('repeat', '999', '1')
91 TestFlag('throw_on_failure', '1', '0')
92 TestFlag('death_test_style', 'threadsafe', 'fast')
95 TestFlag('catch_exceptions', '1', '0')
98 TestFlag('death_test_use_fork', '1', '0')
99 TestFlag('stack_trace_depth', '0', '100')