HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 176 - 200 of 387) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/testing/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...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
CompressedTextureTest.cpp 50 FAIL() << "shader compilation failed.";
IncompleteTextureTest.cpp 50 FAIL() << "shader compilation failed.";
IndexedPointsTest.cpp 58 FAIL() << "shader compilation failed.";
LineLoopTest.cpp 46 FAIL() << "shader compilation failed.";
OcclusionQueriesTest.cpp 44 FAIL() << "shader compilation failed.";
  /external/chromium_org/third_party/angle/tests/deqp_tests/
deqp_tests.cpp 158 FAIL() << e.what();
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 394 goto FAIL;
403 goto FAIL;
436 goto FAIL;
441 FAIL:
  /external/chromium_org/third_party/libjingle/source/talk/base/
signalthread_unittest.cc 141 FAIL() << " This shouldn't get called.";
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
partial_idct_test.cc 71 FAIL() << "Wrong Size!";
  /external/chromium_org/third_party/webrtc/base/
signalthread_unittest.cc 124 FAIL() << " This shouldn't get called.";
  /external/gtest/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...]
  /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...]
  /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 55 base_test_result.BaseTestResult(test, base_test_result.ResultType.FAIL))
69 test, base_test_result.ResultType.FAIL))
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_base_unittest.cc 161 FAIL() << "fetch should not be called, "
269 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();

Completed in 576 milliseconds

1 2 3 4 5 6 78 91011>>