Searched refs:RUN_ALL_TESTS (Results 1 - 25 of 25) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_uninitialized_test_.cc37 // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being
42 return RUN_ALL_TESTS();
H A Dgtest_no_test_unittest.cc49 // assertion is executed before RUN_ALL_TESTS() is called, even
54 // The above EXPECT_EQ() should cause RUN_ALL_TESTS() to return non-zero.
55 return RUN_ALL_TESTS() ? 0 : 1;
H A Dgtest_break_on_failure_unittest_.cc87 return RUN_ALL_TESTS();
H A Dgtest-death-test_ex_test.cc92 return RUN_ALL_TESTS();
H A Dgtest_repeat_test.cc167 GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS());
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
187 GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS());
198 GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS());
216 GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS());
H A Dgtest_premature_exit_test.cc112 const int exit_code = RUN_ALL_TESTS();
115 // RUN_ALL_TESTS().
H A Dgtest_filter_unittest_.cc139 return RUN_ALL_TESTS();
H A Dgtest_list_tests_unittest_.cc156 return RUN_ALL_TESTS();
H A Dgtest_shuffle_test_.cc102 return RUN_ALL_TESTS();
H A Dgtest_stress_test.cc240 const int result = RUN_ALL_TESTS(); // Expected to fail.
241 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected";
254 return RUN_ALL_TESTS();
H A Dgtest_environment_test.cc132 return RUN_ALL_TESTS();
146 // Verifies that RUN_ALL_TESTS() runs the tests when the global
149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
157 // Verifies that RUN_ALL_TESTS() runs the tests when the global
160 "RUN_ALL_TESTS() should return non-zero, as both the global set-up "
168 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up
171 "RUN_ALL_TESTS() should return non-zero, as the global set-up "
179 // Verifies that RUN_ALL_TESTS() doesn't do global set-up or
183 "RUN_ALL_TESTS() should return zero, as there is no test to run.");
H A Dgtest_catch_exceptions_test_.cc310 return RUN_ALL_TESTS();
H A Dgtest_xml_output_unittest_.cc180 return RUN_ALL_TESTS();
H A Dgtest_output_test_.cc346 return RUN_ALL_TESTS();
1048 return RUN_ALL_TESTS();
1053 return RUN_ALL_TESTS();
H A Dgtest-listener_test.cc217 int ret_val = RUN_ALL_TESTS();
306 // RUN_ALL_TESTS finishes.
H A Dgtest-unittest-api_test.cc340 return RUN_ALL_TESTS();
H A Dgtest-param-test_test.cc698 // the call site of INSTANTIATE_TEST_CASE_P nor in RUN_ALL_TESTS(). For
1054 return RUN_ALL_TESTS();
/gem5/ext/googletest/googletest/src/
H A Dgtest_main.cc37 return RUN_ALL_TESTS();
/gem5/ext/googletest/googlemock/src/
H A Dgmock_main.cc53 return RUN_ALL_TESTS();
/gem5/ext/googletest/googletest/samples/
H A Dsample10_unittest.cc143 return RUN_ALL_TESTS();
H A Dsample9_unittest.cc137 int ret_val = RUN_ALL_TESTS();
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc290 return RUN_ALL_TESTS();
H A Dgmock_stress_test.cc317 const int exit_code = RUN_ALL_TESTS(); // Expected to fail.
318 GTEST_CHECK_(exit_code != 0) << "RUN_ALL_TESTS() did not fail as expected";
H A Dgmock-spec-builders_test.cc2643 return RUN_ALL_TESTS();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h419 // global context (before or after invocation of RUN_ALL_TESTS and from
642 // singleton such that the RUN_ALL_TESTS() macro knows which tests to
1335 // You should call this before RUN_ALL_TESTS() is called, probably in
1355 // RUN_ALL_TESTS(). In particular, it parses a command line for the
2225 // RUN_ALL_TESTS() should be invoked after the command line has been
2230 int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
2232 inline int RUN_ALL_TESTS() { function

Completed in 47 milliseconds