/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
BooleanTest.java | 39 return (ok)? "OK" : "FAIL"; 44 return (ok)? gUnitParser.OK : gUnitParser.FAIL; 56 return (testResult.isSuccess())? "OK" : "FAIL"; 61 return (ok)? "OK" : "FAIL";
|
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "Unexpected failure: Disabled test should not be run"; 88 FAIL() << "XML output: " 95 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation "
|
gtest_output_test_.cc | 81 FAIL() << "This should never be reached."; 98 // This generates a test which will fail. Google Test is expected to print 125 FAIL() << "This should never be reached."; 165 printf("(expected to fail)\n"); 184 printf("(expected to fail)\n"); 195 printf("(expected to fail)\n"); 203 printf("(expected to fail)\n"); 212 printf("(expected to fail)\n"); 383 FAIL() << "Expected failure #1, in the test fixture c'tor."; 406 FAIL() << "Expected failure #3, in TearDown()." [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 69 FAIL() << "Unexpected failure: Disabled test should not be run"; 83 FAIL() << "Unexpected failure: Disabled test should not be run"; 87 FAIL() << "XML output: " 94 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation "
|
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/gtest/test/ |
gtest_xml_output_unittest_.cc | 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "Unexpected failure: Disabled test should not be run"; 88 FAIL() << "XML output: " 95 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation "
|
gtest_output_test_.cc | 81 FAIL() << "This should never be reached."; 98 // This generates a test which will fail. Google Test is expected to print 125 FAIL() << "This should never be reached."; 165 printf("(expected to fail)\n"); 184 printf("(expected to fail)\n"); 195 printf("(expected to fail)\n"); 203 printf("(expected to fail)\n"); 212 printf("(expected to fail)\n"); 383 FAIL() << "Expected failure #1, in the test fixture c'tor."; 406 FAIL() << "Expected failure #3, in TearDown()." [all...] |
/external/valgrind/main/auxprogs/ |
gsl16test | 102 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 104 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 109 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
|
gsl19test | 107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 109 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 114 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
|
/device/asus/flo/bdAddrLoader/ |
addrloader.c | 72 FAIL 101 return FAIL; 106 ALOGE("Fail to read Address data from FTM area\n"); 108 return FAIL; 129 Res res = FAIL; 151 return FAIL; 171 return FAIL; 177 ALOGE("Fail to read BDAddr from %s", inArg.szSrc); 178 return FAIL; 198 ALOGE("Fail to convert data") [all...] |
/device/lge/hammerhead/bdAddrLoader/ |
addrloader.c | 68 FAIL 97 return FAIL; 102 ALOGE("Fail to read Address data from FTM area\n"); 104 return FAIL; 125 Res res = FAIL; 147 return FAIL; 167 return FAIL; 173 ALOGE("Fail to read BDAddr from %s", inArg.szSrc); 174 return FAIL; 192 ALOGE("Fail to convert data") [all...] |
/device/lge/mako/bdAddrLoader/ |
addrloader.c | 72 FAIL 101 return FAIL; 106 ALOGE("Fail to read Address data from FTM area\n"); 108 return FAIL; 129 Res res = FAIL; 151 return FAIL; 171 return FAIL; 177 ALOGE("Fail to read BDAddr from %s", inArg.szSrc); 178 return FAIL; 198 ALOGE("Fail to convert data") [all...] |
/external/chromium_org/sync/test/engine/ |
syncer_command_test.h | 49 FAIL() << "Should not get silenced."; 54 FAIL() << "Should not get silenced."; 61 FAIL() << "Should not get poll interval update."; 65 FAIL() << "Should not get poll interval update."; 69 FAIL() << "Should not get sessions commit delay."; 72 FAIL() << "Should not get hint buffer size."; 75 FAIL() << "Shouldn't be called.";
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tnc.c | 19 FAIL 56 case FAIL: 57 return "FAIL"; 114 eap_tnc_set_state(data, FAIL); 182 eap_tnc_set_state(data, FAIL); 186 eap_tnc_set_state(data, FAIL); 261 eap_tnc_set_state(data, FAIL); 269 if (data->state == FAIL) 315 case FAIL: 389 eap_tnc_set_state(data, FAIL); [all...] |
/external/chromium_org/net/data/websocket/ |
websocket_worker_simple.js | 31 postMessage("FAIL: received data is wrong: " + e.data); 38 postMessage("FAIL: close is not clean"); 44 postMessage("FAIL: worker: Unexpected exception: " + e);
|
/external/chromium_org/v8/tools/testrunner/local/ |
statusfile.py | 39 FAIL = "FAIL" 53 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK, 57 DEFS = {FAIL_OK: [FAIL, OKAY], 58 PASS_OR_FAIL: [PASS, FAIL]} 76 return ((PASS in outcomes) and (FAIL in outcomes) and 81 return (FAIL in outcomes) and (OKAY in outcomes)
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_service_unittest.cc | 99 RunTest(MockDnsClientRule::OK, MockDnsClientRule::FAIL, 104 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::OK, 109 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::FAIL,
|
/external/chromium_org/chrome/browser/usb/ |
usb_context_unittest.cc | 43 FAIL();
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_browsertest.cc | 25 // a #pass or #fail ref. 35 FAIL() << "Failed: " << js_result;
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation "
|
gtest_xml_output_unittest_.cc | 69 FAIL() << "Unexpected failure: Disabled test should not be run"; 83 FAIL() << "Unexpected failure: Disabled test should not be run"; 87 FAIL() << "XML output: " 94 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
/external/valgrind/main/coregrind/m_debuginfo/ |
d3basics.c | 474 # define FAIL(_str) \ 485 FAIL("evaluate_Dwarf3_Expr: stack overflow(1)"); \ 494 FAIL("evaluate_Dwarf3_Expr: stack underflow(1)"); \ 531 FAIL("evaluate_Dwarf3_Expr: DW_OP_regx*: invalid expr size"); 549 FAIL("evaluate_Dwarf3_Expr: ran off end of expr"); 555 FAIL("evaluate_Dwarf3_Expr: stack empty at end of expr"); 572 FAIL("evaluate_Dwarf3_Expr: DW_OP_addr with address " 578 FAIL("evaluate_Dwarf3_Expr: DW_OP_fbreg with " 598 FAIL("evaluate_Dwarf3_Expr: DW_OP_{implicit,stack}_value " 617 FAIL("evaluate_Dwarf3_Expr: DW_OP_breg* but no reg info") [all...] |