Searched refs:FAIL (Results 1 - 21 of 21) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_filter_unittest_.cc54 FAIL() << "Expected failure.";
69 FAIL() << "Expected failure.";
73 FAIL() << "Expected failure.";
79 FAIL() << "Expected failure.";
89 FAIL() << "Expected failure.";
107 FAIL() << "Expected failure.";
111 FAIL() << "Expected failure.";
117 FAIL() << "Expected failure.";
H A Dgtest-death-test_ex_test.cc55 FAIL() << "An exception escaped a death test macro invocation "
H A Dgtest_xml_output_unittest_.cc69 FAIL() << "Unexpected failure: Disabled test should not be run";
83 FAIL() << "Unexpected failure: Disabled test should not be run";
87 FAIL() << "XML output: "
94 FAIL() << "Invalid characters in brackets [\x1\x2]";
H A Dgtest_output_test_.cc34 // FAIL.
83 FAIL() << "This should never be reached.";
137 FAIL() << "This should never be reached.";
396 FAIL() << "Expected failure #1, in the test fixture c'tor.";
419 FAIL() << "Expected failure #3, in TearDown().";
423 FAIL() << "Expected failure #4, in the test fixture d'tor.";
428 FAIL() << "Expected failure #2, in the test function.";
440 FAIL() << "Expected failure #1, in SetUp().";
444 FAIL() << "Expected failure #2, in TearDown().";
448 FAIL() << "Expecte
[all...]
H A Dgtest_environment_test.cc68 FAIL() << "Expected fatal failure in global set-up.";
H A Dgtest_pred_impl_unittest.cc140 FAIL() << "The predicate assertion unexpactedly aborted the test.";
142 FAIL() << "The failed predicate assertion didn't abort the test "
535 FAIL() << "The predicate assertion unexpactedly aborted the test.";
537 FAIL() << "The failed predicate assertion didn't abort the test "
972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
974 FAIL() << "The failed predicate assertion didn't abort the test "
1451 FAIL() << "The predicate assertion unexpactedly aborted the test.";
1453 FAIL() << "The failed predicate assertion didn't abort the test "
1972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
1974 FAIL() << "Th
[all...]
H A Dgtest-options_test.cc124 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
H A Dgtest_stress_test.cc165 FAIL() << "Fatal failure in some other thread. "
H A Dgtest_unittest.cc1101 FAIL() << "Expected fatal failure.";
1220 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
1233 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
3099 FAIL() << "Unexpected failure: Disabled test should not be run.";
3111 FAIL() << "Unexpected failure: Test in disabled test case should not be run.";
3117 FAIL() << "Unexpected failure: Test in disabled test case should not be run.";
3125 FAIL() << "Unexpected failure: All tests disabled in test case. "
3130 FAIL() << "Unexpected failure: All tests disabled in test case. "
3136 FAIL() << "Unexpected failure: Disabled test should not be run.";
3140 FAIL() << "Unexpecte
[all...]
H A Dgtest-param-test_test.cc881 FAIL() << "GTEST_HAS_COMBINE is defined while GTEST_HAS_PARAM_TEST is not\n"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
H A 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
H A 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++abi/libcxxabi/test/
H A Dtestit35 FAIL=0
54 $QEMU -semihosting -M integratorcp -cpu arm1026 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
58 $QEMU -semihosting -M integratorcp -cpu arm1026 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
62 $QEMU -semihosting -M integratorcp -cpu cortex-m3 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
66 $QEMU -semihosting -M integratorcp -cpu cortex-a8 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
84 echo " [FAIL ] $FILE should not compile"
101 echo " [FAIL ] $FILE failed at run time"
105 echo " [FAIL ] $FILE failed to compile"
130 let "FAIL+=$fail"
157 echo "number of tests failed : $FAIL"
[all...]
H A 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/android/crazy_linker/minitest/
H A Dminitest.cc149 result_ = FAIL;
198 case minitest::TestCase::FAIL:
200 status = "FAIL";
H A Dminitest.h209 FAIL, enumerator in enum:minitest::TestCase::Result
/ndk/sources/android/support/tests/minitest/
H A Dminitest.cc149 result_ = FAIL;
198 case minitest::TestCase::FAIL:
200 status = "FAIL";
H A Dminitest.h209 FAIL, enumerator in enum:minitest::TestCase::Result
/ndk/build/core/
H A Ddefinitions-tests.mk54 $(info [$(_test_name) FAIL])$(error Aborting)\
/ndk/sources/third_party/googletest/
H A DAndroid.mk89 # will FAIL.
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1825 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1827 // usually want the fail-fast behavior of FAIL and ASSERT_*, but those
1843 // Define this macro to 1 to omit the definition of FAIL(), which is a
1846 # define FAIL() GTEST_FAIL() macro

Completed in 8736 milliseconds