HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/icu4c/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
93 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
100 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
107 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
115 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
126 log_data_err("FAIL: error in countAvailable\n");
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
167 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
192 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" )
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 216 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
277 pkgResult.countTests(CtsTestStatus.FAIL),
302 mResults.countTests(CtsTestStatus.FAIL),
TestPackageResult.java 284 if (!result.getResult().equals(CtsTestStatus.FAIL)) {
TestResults.java 166 serializer.attribute(ns, FAILED_ATTR, Integer.toString(countTests(CtsTestStatus.FAIL)));
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /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...]
gtest_unittest.cc 328 // Some compilers may fail to detect some null pointer literals;
    [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/icu4c/i18n/
tridpars.cpp 394 goto FAIL;
403 goto FAIL;
436 goto FAIL;
441 FAIL:
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 46 # test handling of FAIL expectations
47 self.assertEquals(result_was_expected(IMAGE_PLUS_TEXT, set([FAIL]),
49 self.assertEquals(result_was_expected(IMAGE, set([FAIL]),
51 self.assertEquals(result_was_expected(TEXT, set([FAIL]),
53 self.assertEquals(result_was_expected(CRASH, set([FAIL]),
346 BUG_TEST WIN : passes/text.html = FAIL
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 70 FAIL();
98 FAIL();
102 FAIL();
108 FAIL();
112 FAIL();
122 FAIL();
126 FAIL();
139 FAIL();
    [all...]
  /external/llvm/utils/lit/lit/
TestFormats.py 98 return Test.FAIL, out + err
223 return Test.FAIL, report
  /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...]
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 120 addTextNode(r.passFailCell, 'FAIL');
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 25 print("FAIL", escapeString(msg));
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 407 FAIL();
455 FAIL();
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tnc.c 24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
155 data->state = FAIL;
298 goto fail;
311 goto fail;
320 goto fail;
408 fail:
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
156 data->state = FAIL;
299 goto fail;
312 goto fail;
321 goto fail;
409 fail:
  /external/icu4c/test/intltest/
dtfmttst.cpp 181 " " + fmtOffset + " *** FAIL ***");
210 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
253 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
256 errln((UnicodeString)"FAIL: " + (int32_t)status);
488 dataerrln("Fail new SimpleDateFormat: %s", u_errorName(status));
498 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
516 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
525 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
526 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
531 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected))
    [all...]
  /external/chromium/base/
id_map_unittest.cc 117 FAIL() << "should not have that many elements";
  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 208 FAIL() << "No url is set in spdy_header!";
  /external/qemu/android/avd/
info.c 733 goto FAIL;
748 FAIL:
826 goto FAIL;
833 FAIL:
    [all...]

Completed in 672 milliseconds

1 2 34 5 6 7