/dalvik/tests/043-privates/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/044-proxy/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/045-reflect-array/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/046-reflect/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/047-returns/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/048-server-socket/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/049-show-object/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/050-sync-test/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/051-thread/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/052-verifier-fun/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/053-wait-some/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/054-uncaught/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/external/junit/src/junit/framework/ |
TestListener.java | 12 * A failure occurred.
|
/external/junit/src/junit/swingui/ |
TestRunContext.java | 18 * Returns the failure model
|
TestRunView.java | 24 * Reveals the given failure 26 public void revealFailure(Test failure);
|
/external/webkit/LayoutTests/http/tests/appcache/ |
simple.html | 23 document.getElementById('result').innerHTML = "FAILURE: Did not get the right exception" 33 document.getElementById('result').innerHTML = "FAILURE: Could not load data from cache" 38 document.getElementById('result').innerHTML = "FAILURE: Did not get correct data from cached resource" 54 <div id="result">FAILURE</div>
|
/external/webkit/LayoutTests/storage/ |
change-version-handle-reuse-expected.txt | 1 This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions. Also, reloading the page should not cause an assertion failure.
|
/external/webkit/WebCore/manual-tests/ |
drag-move-in-search-field.html | 2 between "lorem" and "ipsum". There should be no assertion failure in a
|
onblur-remove.html | 18 debug('FAILURE: Onblur handler called!') 25 <p>This tests that elements shouldn't emit any onblur events when they are being removed from the document. To test this, click inside the input field. If If this test is successful, "SUCCESS" should be shown below, otherwise "FAILURE" is shown.</p>
|
/external/gtest/test/ |
gtest_throw_on_failure_ex_test.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions enabled. 41 // Prints the given failure message and exits the program with 43 // indicate a failure, as the latter is been tested and cannot be 46 printf("FAILURE: %s\n", msg); 51 // Tests that an assertion failure throws a subclass of 65 EXPECT_EQ(2, 3) << "Expected failure"; 67 if (strstr(e.what(), "Expected failure") != NULL) 73 "failure\", it is:\n"); 86 // properly and set the thrown-on-failure mode. Therefore, we don't
|
gtest_filter_unittest_.cc | 55 FAIL() << "Expected failure."; 71 FAIL() << "Expected failure."; 75 FAIL() << "Expected failure."; 81 FAIL() << "Expected failure."; 91 FAIL() << "Expected failure."; 116 FAIL() << "Expected failure."; 120 FAIL() << "Expected failure."; 126 FAIL() << "Expected failure.";
|
/dalvik/vm/oo/ |
Resolve.h | 44 * Throws an exception and returns NULL on failure. 55 * Throws an exception and returns NULL on failure. 63 * Throws an exception and returns NULL on failure. 70 * Throws an exception and returns NULL on failure. 79 * Throws an exception and returns NULL on failure. 86 * Throws an exception and returns NULL on failure.
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_gpsk.c | 23 enum { GPSK_1, GPSK_3, SUCCESS, FAILURE } state; 53 case FAILURE: 54 return "FAILURE"; 125 eap_gpsk_state(data, FAILURE); 138 eap_gpsk_state(data, FAILURE); 173 eap_gpsk_state(data, FAILURE); 196 eap_gpsk_state(data, FAILURE); 271 eap_gpsk_state(data, FAILURE); 279 eap_gpsk_state(data, FAILURE); 298 eap_gpsk_state(data, FAILURE); [all...] |
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
ResultObserver.java | 24 * Notify failure. 25 * @param type Failure type.
|
/external/icu4c/test/cintltst/ |
cctest.c | 24 log_err("Didn't expect a failure yet %s\n", myErrorName(err)); 31 log_err("Didn't expect to get a converter on a failure\n");
|