Searched refs:FAIL (Results 1 – 20 of 20) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_filter_unittest_.cc | 54 FAIL() << "Expected failure."; in TEST_F() 69 FAIL() << "Expected failure."; in TEST() 73 FAIL() << "Expected failure."; in TEST() 79 FAIL() << "Expected failure."; in TEST() 89 FAIL() << "Expected failure."; in TEST() 107 FAIL() << "Expected failure."; in TEST() 111 FAIL() << "Expected failure."; in TEST() 117 FAIL() << "Expected failure."; in TEST()
|
D | gtest_output_test_.cc | 83 FAIL() << "This should never be reached."; in TryTestSubroutine() 137 FAIL() << "This should never be reached."; in TEST() 396 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init() 419 FAIL() << "Expected failure #3, in TearDown()."; in TearDown() 423 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit() 428 FAIL() << "Expected failure #2, in the test function."; in TEST_F() 440 FAIL() << "Expected failure #1, in SetUp()."; in SetUp() 444 FAIL() << "Expected failure #2, in TearDown()."; in TearDown() 448 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit() 453 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F() [all …]
|
D | gtest_xml_output_unittest_.cc | 69 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST_F() 83 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST() 87 FAIL() << "XML output: " in TEST() 94 FAIL() << "Invalid characters in brackets [\x1\x2]"; in TEST()
|
D | gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation " in TEST()
|
D | gtest_environment_test.cc | 68 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
|
D | gtest_pred_impl_unittest.cc | 140 FAIL() << "The predicate assertion unexpactedly aborted the test."; in TearDown() 142 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 535 FAIL() << "The predicate assertion unexpactedly aborted the test."; in TearDown() 537 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 972 FAIL() << "The predicate assertion unexpactedly aborted the test."; in TearDown() 974 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 1451 FAIL() << "The predicate assertion unexpactedly aborted the test."; in TearDown() 1453 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 1972 FAIL() << "The predicate assertion unexpactedly aborted the test."; in TearDown() 1974 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown()
|
D | gtest_unittest.cc | 1101 FAIL() << "Expected fatal failure."; in AddFatalFailure() 1220 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); in NonVoidFunction() 1233 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); in DoesNotAbortHelper() 3099 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST() 3111 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; in TEST() 3117 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; in TEST() 3125 FAIL() << "Unexpected failure: All tests disabled in test case. " in SetUpTestCase() 3130 FAIL() << "Unexpected failure: All tests disabled in test case. " in TearDownTestCase() 3136 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST_F() 3140 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST_F() [all …]
|
D | gtest-options_test.cc | 124 FAIL() << "GetCurrentExecutableName() returns " << exe_str; in TEST()
|
D | gtest_stress_test.cc | 165 FAIL() << "Fatal failure in some other thread. " in FailingThread()
|
D | gtest-param-test_test.cc | 881 FAIL() << "GTEST_HAS_COMBINE is defined while GTEST_HAS_PARAM_TEST is not\n" in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | testit | 30 FAIL=0 94 FAIL=$(($FAIL + $fail)) 121 echo "number of tests failed : $FAIL" 124 echo "total number of tests : $(($FAIL+$PASS))" 127 exit $FAIL
|
D | testit_android | 392 FAIL=0 487 FAIL=$(($FAIL+$fail)) 514 echo "number of tests failed : $FAIL" 517 echo "total number of tests : $(($FAIL+$PASS))" 520 exit $FAIL
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit | 74 FAIL=0 143 FAIL=$(($FAIL+$fail)) 174 echo "number of tests failed : $FAIL" 177 echo "total number of tests : $(($FAIL+$PASS))" 180 exit $FAIL
|
D | testit_android | 385 FAIL=0 480 FAIL=$(($FAIL+$fail)) 507 echo "number of tests failed : $FAIL" 510 echo "total number of tests : $(($FAIL+$PASS))" 513 exit $FAIL
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | format.py | 116 return lit.Test.FAIL, report 134 return lit.Test.FAIL, report 163 return lit.Test.FAIL, report + report_msg + '\n'
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 149 result_ = FAIL; in Failure() 198 case minitest::TestCase::FAIL: in main()
|
D | minitest.h | 209 FAIL,
|
/ndk/build/core/ |
D | definitions-tests.mk | 54 $(info [$(_test_name) FAIL])$(error Aborting)\
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1846 # define FAIL() GTEST_FAIL() macro
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 338 from FOO to GTEST_FOO. Currently FOO can be FAIL, SUCCEED, or TEST.
|