Lines Matching +full:runs +full:- +full:on
27 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32 """Tests Google Test's throw-on-failure mode with exceptions disabled.
34 This script invokes googletest-throw-on-failure-test_ (a program written with
44 # The command line flag for enabling/disabling the throw-on-failure mode.
47 # Path to the googletest-throw-on-failure-test_ program, compiled with
50 'googletest-throw-on-failure-test_'
76 """Runs a command; returns True/False if its exit code is/isn't 0."""
85 """Tests the throw-on-failure mode."""
88 """Runs googletest-throw-on-failure-test_ and verifies its behavior.
90 Runs googletest-throw-on-failure-test_ and verifies that it does
91 (or does not) exit with a non-zero code.
96 flag_value: value of the --gtest_break_on_failure flag; None if the
111 flag = '--%s=0' % THROW_ON_FAILURE
113 flag = '--%s' % THROW_ON_FAILURE
129 'when %s%s, an assertion failure in "%s" %s cause a non-zero exit code.'
151 """Tests using the --gtest_throw_on_failure flag."""
157 """Tests that --gtest_throw_on_failure overrides GTEST_THROW_ON_FAILURE."""