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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/components/copresence/rpc/
rpc_handler.cc 299 status_callback.Run(FAIL);
308 status_callback.Run(FAIL);
314 status_callback.Run(FAIL);
  /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_org/base/
callback_unittest.cc 166 FAIL() << "Should never be called";
rand_util_unittest.cc 54 // In theory this test can fail, but it won't before the universe dies of
124 FAIL() << "Didn't achieve all bit values in maximum number of tries.";
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 87 test_name, base_test_result.ResultType.FAIL, log=output)
  /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/chrome/browser/sync/glue/
session_sync_test_helper.cc 69 FAIL();
  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 70 FAIL() << "Attribute '" << attr_name << "' does not exist";
  /external/chromium_org/gin/modules/
module_registry_unittest.cc 59 FAIL() << "Should not be called";
  /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/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/angle/tests/angle_tests/
ClearTest.cpp 46 FAIL() << "shader compilation failed.";
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 47 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/webrtc/base/
signalthread_unittest.cc 125 FAIL() << " This shouldn't get called.";
  /external/chromium_org/v8/test/mjsunit/harmony/
array-of.js 86 Object.defineProperty(Array.prototype, "0", {set: function(v) {status = "FAIL 1"}});
90 Object.defineProperty(Bag.prototype, "0", {set: function(v) {status = "FAIL 2"}});
  /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.

Completed in 1140 milliseconds

1 2 3 4 5 6 78 91011>>