HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 7 return "FAIL";
bindings.js 15 throw "FAIL: expected: " + expectation + ", actual: " + actual;
21 // Those expected to fail (because we have passed a non-string parameter)
  /external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/
readonly-exceptions.js 10 // nodeValue is defined to be null for Entity Reference nodes, and thus should silently fail to modify
24 var text = document.createTextNode("FAIL");
  /bionic/libc/bionic/
stubs.c 257 goto FAIL;
261 goto FAIL;
268 goto FAIL;
272 FAIL:
  /external/chromium/testing/gtest/test/
gtest_environment_test.cc 68 FAIL() << "Expected fatal failure in global set-up.";
gtest_pred_impl_unittest.cc 140 FAIL() << "The predicate assertion unexpactedly aborted the test.";
142 FAIL() << "The failed predicate assertion didn't abort the test "
535 FAIL() << "The predicate assertion unexpactedly aborted the test.";
537 FAIL() << "The failed predicate assertion didn't abort the test "
972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
974 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
  /external/icu4c/common/
uniset_props.cpp 103 // can only fail with an out-of-memory error
    [all...]
  /external/v8/src/
bytecodes-irregexp.h 57 V(FAIL, 13, 4) /* bc8 pad24 */ \
  /frameworks/base/libs/utils/tests/
ObbFile_test.cpp 48 FAIL() << "Couldn't create " << mFileName << " for tests";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 50 #define FAIL 0
  /external/chromium/base/i18n/
icu_string_conversions.cc 91 case OnStringConversionError::FAIL:
119 case OnStringConversionError::FAIL:
276 text, charset.c_str(), OnStringConversionError::FAIL, &utf16))
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ikev2.c 25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
47 case FAIL:
48 return "FAIL";
223 if (data->state == FAIL)
281 eap_ikev2_state(data, FAIL);
418 eap_ikev2_state(data, FAIL);
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
47 case FAIL:
48 return "FAIL";
223 if (data->state == FAIL)
281 eap_ikev2_state(data, FAIL);
418 eap_ikev2_state(data, FAIL);
  /external/llvm/utils/lit/lit/
TestRunner.py 244 return (Test.FAIL, "shell parser error on: %r" % ln)
274 return (Test.FAIL, "Tcl lexer error on: %r" % ln)
279 return (Test.FAIL,
285 return (Test.FAIL, "Tcl 'exec' parse error on: %r" % ln)
533 # considered to fail if there is any standard error output.
546 status = Test.FAIL
592 status = Test.FAIL
597 # Sh tests are not considered to fail just from stderr output.
Test.py 12 FAIL = TestResult('FAIL', True)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 208 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
264 pkgResult.countTests(CtsTestStatus.FAIL),
289 mResults.countTests(CtsTestStatus.FAIL),
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java 35 private static final int FAIL = 0;
64 int code = FAIL;
97 code = FAIL;
113 urlString += "&result=fail";
  /bootable/recovery/applypatch/
imgdiff_test.sh 47 fail() { function
49 echo FAIL: $testname
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
96 || fail "applypatch of $fn failed"
98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"
  /external/chromium/base/
message_loop_proxy_impl_unittest.cc 58 FAIL();
  /external/chromium/chrome/browser/debugger/
devtools_sanity_unittest.cc 94 FAIL() << "DevTools front-end is broken.";
154 FAIL() << timeout_message_;
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 182 FAIL();
211 FAIL();
219 // is a decryption attempt, which will fail the first time.
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 101 FAIL() << "Bad event.what_happened: " << event.what_happened;
223 FAIL() << "A test thread exited too early.";
  /external/dhcpcd/
dhcpcd-run-hooks.in 16 PREINIT|EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP) if_down=true;;
  /external/webkit/LayoutTests/fast/js/resources/
const.js 110 var f = function g() { g="FAIL"; return g; };
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
61 if result in (IMAGE, TEXT, IMAGE_PLUS_TEXT) and FAIL in expected_results:
73 if we're not running pixel tests, then tests expected to fail as IMAGE
119 return (self._expected_failures.get_test_set(REBASELINE, FAIL) |
230 LayoutTests/fast/js/fixme.js = FAIL
231 LayoutTests/fast/js/flaky.js = FAIL PASS
232 LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
248 -A test should only be one of IMAGE, TEXT, IMAGE+TEXT, AUDIO, or FAIL.
249 FAIL is a legacy value that currently means either IMAGE,
251 we should change FAIL to have the meaning of IMAGE+TEXT and remove th
    [all...]

Completed in 780 milliseconds

1 23 4 5 6 7