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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 34 // FAIL.
83 FAIL() << "This should never be reached.";
100 // This generates a test which will fail. Google Test is expected to print
137 FAIL() << "This should never be reached.";
177 printf("(expected to fail)\n");
196 printf("(expected to fail)\n");
207 printf("(expected to fail)\n");
215 printf("(expected to fail)\n");
224 printf("(expected to fail)\n");
396 FAIL() << "Expected failure #1, in the test fixture c'tor."
    [all...]
  /external/chromium_org/build/android/pylib/linker/
test_case.py 72 re_status_line = re.compile(r'(BROWSER|RENDERER)_LINKER_TEST: (FAIL|SUCCESS)')
191 return ResultType.FAIL, logs
307 return ResultType.FAIL, 'Unimplemented _RunTest() method!'
330 if status == ResultType.FAIL:
366 where <status> can be either FAIL or SUCCESS. These lines can appear
374 process are SUCCESS. Otherwise its a fail.
412 return ResultType.FAIL, logs
417 return ResultType.FAIL, logs
429 return ResultType.FAIL, logs
433 return ResultType.FAIL, 'Bad linker source configuration
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cposxtst.c 45 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR",
48 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR",
49 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR",
51 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR",
56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n"
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cposxtst.c 45 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR",
48 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR",
49 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR",
51 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR",
56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
SensorTestDetails.java 38 FAIL,
60 resultCode = ResultCode.FAIL;
79 ResultCode resultCode = ResultCode.FAIL;
  /external/qemu/android/utils/
dirscanner.c 159 goto FAIL;
164 goto FAIL;
168 FAIL:
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
65 case FAIL:
66 return "FAIL";
286 eap_ikev2_state(data, FAIL);
372 eap_ikev2_state(data, FAIL);
379 eap_ikev2_state(data, FAIL);
389 eap_ikev2_state(data, FAIL);
400 eap_ikev2_state(data, FAIL);
409 eap_ikev2_state(data, FAIL);
416 eap_ikev2_state(data, FAIL);
    [all...]
eap_server_wsc.c 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
46 case FAIL:
47 return "FAIL";
298 eap_wsc_state(data, FAIL);
304 eap_wsc_state(data, FAIL);
361 eap_wsc_state(data, FAIL);
398 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
416 eap_wsc_state(data, FAIL);
424 eap_wsc_state(data, FAIL);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
58 eval("function Doo() { FAIL; }; Doo();");
62 var x = "FAIL";
67 eval("function Doo() { FAIL; }; Doo();\n//# sourceURL=res://name");
71 var x = "FAIL";
77 Number.prototype.causeError = function () { FAIL; };
82 function Plonk() { FAIL; }
    [all...]
  /external/chromium_org/base/i18n/
icu_string_conversions.h 22 FAIL,
39 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
51 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
  /external/chromium_org/chrome/test/base/
menu_model_test.cc 49 FAIL(); // Ensure every case is tested.
  /external/chromium_org/components/usb_service/
usb_context_unittest.cc 51 FAIL();
  /external/chromium_org/content/test/
webrtc_content_browsertest_base.cc 53 FAIL();
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 33 #define FAIL assert(-1 == res);
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.h 30 #define FAIL assert(-1 == res);
  /external/chromium_org/content/test/data/npapi/
npapi.js 29 document.title = "FAIL";
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /external/lldb/tools/debugserver/scripts/
dbgnub-config.pl 12 FAIL => "#undef HAVE_64_BIT_MACH_EXCEPTIONS\
66 print CONFIG "$test_href->{FAIL}\n";
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 49 protected static final int FAIL = 2;
166 } else if (mStatus[mState] == FAIL) {
241 mStatus[i] = enabled ? PASS : FAIL;
248 mStatus[i] = !enabled ? PASS : FAIL;
255 mStatus[i] = enabled ? PASS : FAIL;
262 mStatus[i] = !enabled ? PASS : FAIL;
  /external/chromium_org/v8/test/webkit/
typeof-constant-string.js 135 return "FAIL";
151 return "FAIL";
167 return "FAIL";
183 return "FAIL";
200 return "FAIL";
216 return "FAIL";
232 return "FAIL";
248 return "FAIL";
264 return "FAIL";
280 return "FAIL";
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 57 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING",
90 "unexpected-fail.html": {
92 "actual": "FAIL"
95 "expected": "PASS FAIL",
96 "actual": "FAIL"
131 "FAIL": 2,
351 "results": [[100, TEXT], [100, FAIL]],
371 "results": [[101, TEXT], [100, FAIL]],
384 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16], "LEAK": [1]},
417 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationAttentionManagementVerifierActivity.java 231 mStatus[i] = FAIL;
259 mStatus[i] = FAIL;
403 if (mAliceUri == null) { mStatus[i] = FAIL; }
404 if (mBobUri == null) { mStatus[i] = FAIL; }
405 if (mCharlieUri != null) { mStatus[i] = FAIL; }
436 mStatus[i] = FAIL;
470 mStatus[i] = FAIL;
524 mStatus[i] = pass ? PASS : FAIL;
557 mStatus[i] = FAIL;
591 mStatus[i] = FAIL;
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 91 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
100 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
141 pkgResult.countTests(CtsTestStatus.FAIL),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 319 # Retry up to 10 times if fail is due to "Text file busy"
385 FAIL=0
405 fail=0
407 if (ls *.fail.cpp > /dev/null 2>&1)
409 for FILE in $(ls *.fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do
414 fail=$(($fail+1))
450 fail=$(($fail+1))
456 fail=$(($fail+1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 332 # Retry up to 10 times if fail is due to "Text file busy"
392 FAIL=0
412 fail=0
414 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
416 for FILE in $(ls ${TEST_PREFIX}*fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do
421 fail=$(($fail+1))
457 fail=$(($fail+1))
463 fail=$(($fail+1)
    [all...]

Completed in 2088 milliseconds

1 23 4 5 6 7 8 91011>>