HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 151 - 175 of 375) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 205 FAIL() << ExceptionToString(try_catch);
210 FAIL() << ExceptionToString(try_catch);
249 FAIL() << ExceptionToString(try_catch);
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 33 FAIL = 'FAIL';
154 | FAIL {$out = new BooleanTest(false);}
  /external/chromium/net/http/
http_chunked_decoder_unittest.cc 52 FAIL(); // We should have failed on the i'th iteration of the loop.
142 // However we will fail decoding because the chunk-size
  /external/chromium/net/proxy/
proxy_server_unittest.cc 201 "http:/", // ambiguous, but will fail because of bad port.
202 "http:", // ambiguous, but will fail because of bad port.
365 FAIL() << "Invalid expectation. Can be only -1, 0, 1";
  /external/chromium/testing/gtest/test/
gtest-options_test.cc 123 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
131 // This will make the test fail if run from the root directory.
gtest_stress_test.cc 89 // will fail.
100 ASSERT_FALSE(false) << "This shouldn't fail.";
103 EXPECT_EQ(i, i) << "This shouldn't fail.";
111 // This assertion should fail kThreadCount times per thread. It
114 EXPECT_LT(i, 0) << "This should always fail.";
166 FAIL() << "Fatal failure in some other thread. "
199 // This statement should fail, since the current thread doesn't generate a
217 // This statement should fail, since the current thread doesn't generate a
241 const int result = RUN_ALL_TESTS(); // Expected to fail.
242 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected"
    [all...]
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 81 FAIL() << "fetch timed out";
143 // When we fail, we still call the Delegate callback but we pass in empty
  /external/chromium_org/base/
callback_unittest.cc 166 FAIL() << "Should never be called";
  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket_unittest.cc 71 EXPECT_NE(0, socket.SetMulticastTimeToLive(-1)); // Negative TTL shall fail.
98 FAIL() << "Failed to connect to multicast address. Error code: " << result;
  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 70 FAIL() << "Attribute '" << attr_name << "' does not exist";
  /external/chromium_org/net/proxy/
proxy_server_unittest.cc 201 "http:/", // ambiguous, but will fail because of bad port.
202 "http:", // ambiguous, but will fail because of bad port.
365 FAIL() << "Invalid expectation. Can be only -1, 0, 1";
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc 41 *result = base::OnStringConversionError::FAIL;
132 // try to convert it to the destination character set and fail if that
  /external/chromium_org/sync/sessions/
sync_session_unittest.cc 131 FAIL() << msg;
  /external/chromium_org/testing/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/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 137 FAIL() << " This shouldn't get called.";
  /external/gtest/test/
gtest-options_test.cc 123 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
131 // This will make the test fail if run from the root directory.
gtest_stress_test.cc 89 // will fail.
100 ASSERT_FALSE(false) << "This shouldn't fail.";
103 EXPECT_EQ(i, i) << "This shouldn't fail.";
111 // This assertion should fail kThreadCount times per thread. It
114 EXPECT_LT(i, 0) << "This should always fail.";
166 FAIL() << "Fatal failure in some other thread. "
199 // This statement should fail, since the current thread doesn't generate a
217 // This statement should fail, since the current thread doesn't generate a
241 const int result = RUN_ALL_TESTS(); // Expected to fail.
242 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected"
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 394 goto FAIL;
403 goto FAIL;
436 goto FAIL;
441 FAIL:
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-options_test.cc 123 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
131 // This will make the test fail if run from the root directory.
gtest_stress_test.cc 89 // will fail.
100 ASSERT_FALSE(false) << "This shouldn't fail.";
103 EXPECT_EQ(i, i) << "This shouldn't fail.";
111 // This assertion should fail kThreadCount times per thread. It
114 EXPECT_LT(i, 0) << "This should always fail.";
166 FAIL() << "Fatal failure in some other thread. "
199 // This statement should fail, since the current thread doesn't generate a
217 // This statement should fail, since the current thread doesn't generate a
241 const int result = RUN_ALL_TESTS(); // Expected to fail.
242 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected"
    [all...]
  /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...]

Completed in 847 milliseconds

1 2 3 4 5 67 8 91011>>