Searched refs:TestFlag (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_env_var_test.py71 def TestFlag(flag, test_val, default_val): function
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_exception
[all...]
/external/gtest/test/
H A Dgtest_env_var_test.py87 def TestFlag(command, flag, test_val, default_val): function
100 TestFlag(command, 'break_on_failure', '1', '0')
101 TestFlag(command, 'color', 'yes', 'auto')
102 TestFlag(command, 'filter', 'FooTest.Bar', '*')
103 TestFlag(command, 'output', 'tmp/foo.xml', '')
104 TestFlag(command, 'print_time', '1', '0')
105 TestFlag(command, 'repeat', '999', '1')
106 TestFlag(command, 'throw_on_failure', '1', '0')
109 TestFlag(command, 'catch_exceptions', '1', '0')
111 TestFlag(comman
[all...]

Completed in 20 milliseconds