Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_filter_unittest_.cc54 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()
Dgtest_output_test_.cc83 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 …]
Dgtest_xml_output_unittest_.cc69 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()
Dgtest-death-test_ex_test.cc55 FAIL() << "An exception escaped a death test macro invocation " in TEST()
Dgtest_environment_test.cc68 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
Dgtest_pred_impl_unittest.cc140 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()
Dgtest_unittest.cc1101 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 …]
Dgtest-options_test.cc124 FAIL() << "GetCurrentExecutableName() returns " << exe_str; in TEST()
Dgtest_stress_test.cc165 FAIL() << "Fatal failure in some other thread. " in FailingThread()
Dgtest-param-test_test.cc881 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/
Dtestit30 FAIL=0
94 FAIL=$(($FAIL + $fail))
121 echo "number of tests failed : $FAIL"
124 echo "total number of tests : $(($FAIL+$PASS))"
127 exit $FAIL
Dtestit_android392 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/
Dtestit74 FAIL=0
143 FAIL=$(($FAIL+$fail))
174 echo "number of tests failed : $FAIL"
177 echo "total number of tests : $(($FAIL+$PASS))"
180 exit $FAIL
Dtestit_android385 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/
Dformat.py116 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/
Dminitest.cc149 result_ = FAIL; in Failure()
198 case minitest::TestCase::FAIL: in main()
Dminitest.h209 FAIL,
/ndk/build/core/
Ddefinitions-tests.mk54 $(info [$(_test_name) FAIL])$(error Aborting)\
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1846 # define FAIL() GTEST_FAIL() macro
/ndk/sources/third_party/googletest/googletest/
DREADME338 from FOO to GTEST_FOO. Currently FOO can be FAIL, SUCCEED, or TEST.