/external/gtest/test/ |
gtest_stress_test.cc | 88 // will fail. 99 ASSERT_FALSE(false) << "This shouldn't fail."; 102 EXPECT_EQ(i, i) << "This shouldn't fail."; 110 // This assertion should fail kThreadCount times per thread. It 113 EXPECT_LT(i, 0) << "This should always fail."; 165 FAIL() << "Fatal failure in some other thread. " 198 // This statement should fail, since the current thread doesn't generate a 216 // This statement should fail, since the current thread doesn't generate a 240 const int result = RUN_ALL_TESTS(); // Expected to fail. 241 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected" [all...] |
gtest_unittest.cc | [all...] |
/external/icu/icu4c/source/i18n/ |
tridpars.cpp | 394 goto FAIL; 403 goto FAIL; 436 goto FAIL; 441 FAIL:
|
/external/libvpx/libvpx/test/ |
partial_idct_test.cc | 71 FAIL() << "Wrong Size!";
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 118 return lit.Test.FAIL, report
|
googletest.py | 114 return lit.Test.FAIL, out + err
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
partial_idct_test.cc | 71 FAIL() << "Wrong Size!";
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-options_test.cc | 124 FAIL() << "GetCurrentExecutableName() returns " << exe_str; 132 // This will make the test fail if run from the root directory.
|
gtest_stress_test.cc | 88 // will fail. 99 ASSERT_FALSE(false) << "This shouldn't fail."; 102 EXPECT_EQ(i, i) << "This shouldn't fail."; 110 // This assertion should fail kThreadCount times per thread. It 113 EXPECT_LT(i, 0) << "This should always fail."; 165 FAIL() << "Fatal failure in some other thread. " 198 // This statement should fail, since the current thread doesn't generate a 216 // This statement should fail, since the current thread doesn't generate a 240 const int result = RUN_ALL_TESTS(); // Expected to fail. 241 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected" [all...] |
gtest_unittest.cc | 518 // Some compilers may fail to detect some null pointer literals; [all...] |
/external/android-clat/ |
clatd_test.cpp | 253 FAIL() << msg << ": Unsupported IP version " << version << "\n"; 335 FAIL() << msg << ": Invalid IP version << " << version; 390 FAIL() << msg << ": Data doesn't match" 414 FAIL() << "unsupported IP version" << version << "\n"; 458 FAIL() << msg << ": Unsupported IP version " << version << "\n"; 479 FAIL() << msg << ": Packet was not translated: len=" << len; 577 FAIL() 675 FAIL() [all...] |
/external/chromium_org/base/ |
id_map_unittest.cc | 134 FAIL() << "should not have that many elements"; 238 FAIL() << "should not have that many elements";
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher_unittest.py | 54 base_test_result.BaseTestResult(test, base_test_result.ResultType.FAIL)) 68 test, base_test_result.ResultType.FAIL))
|
/external/chromium_org/components/copresence/rpc/ |
rpc_handler_unittest.cc | 225 // Fail on HTTP status != 200. 232 EXPECT_EQ(FAIL, status_); 261 status_ = FAIL;
|
/external/chromium_org/content/browser/device_sensors/ |
data_fetcher_shared_memory_base_unittest.cc | 199 FAIL() << "fetch should not be called, " 322 FAIL() << "fetch should not be called";
|
/external/chromium_org/content/browser/ |
plugin_service_impl_browsertest.cc | 74 Fail(); 79 Fail(); 84 FAIL(); 88 Fail(); 92 Fail(); 95 Fail(); 100 void Fail() { 102 FAIL();
|
/external/chromium_org/content/child/fileapi/ |
webfilewriter_base_unittest.cc | 86 FAIL(); 121 FAIL();
|
/external/chromium_org/testing/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TouchActionTest.cpp | 248 FAIL() << "Invalid location index."; 293 FAIL() << "Unrecognized expected-action \"" << expectedAction.ascii().data()
|
/external/chromium_org/third_party/icu/source/test/ |
Makefile.in | 124 @$(MAKE) -C $* TEST_STATUS_FILE=$@ check || ( echo "FAILED: $* (other tests may still be running..)" ; touch $@.FAIL ; false ) 134 if [ -f "$(MYSTATUS_R).$$subdir.FAIL" ]; \
|
/external/chromium_org/third_party/webrtc/base/ |
task_unittest.cc | 332 FAIL() << "Task timed out instead of aborting."; 395 FAIL() << "Task timed out instead of aborting.";
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/ |
vie_video_verification_test.cc | 101 FAIL() << "Could not open output file " << filename << 250 FAIL() << "Failed to achieve near-perfect PSNR and SSIM results after " <<
|
/external/chromium_org/v8/test/webkit/ |
codegen-temporaries.js | 38 this.test = "FAIL"; 155 a.test = (a = "FAIL", "PASS"); 165 a["test"] = (a = "FAIL", "PASS"); 176 a[test] = (test = "FAIL", "PASS");
|
/external/chromium_org/v8/test/webkit/fast/js/ |
deep-recursion-test.js | 34 debug("FAIL: " + ex);
|
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 305 // Some compilers may fail to detect some null pointer literals; 606 // Popping on an empty Vector should fail. 609 // Popping again on an empty Vector should fail, and the result element [all...] |