/frameworks/base/core/tests/coretests/src/android/os/ |
MessageQueueTest.java | 45 failure(new RuntimeException( method 50 failure(new RuntimeException( method 58 failure(new RuntimeException( method 125 failure(new RuntimeException( method 130 failure(new RuntimeException( method 138 failure(new RuntimeException( method 173 failure(new RuntimeException( 177 failure(new RuntimeException(String.format( 181 failure(new RuntimeException(String.format( 185 failure(new RuntimeException(String.format [all...] |
/external/apache-harmony/support/src/test/resources/config/ |
jcltest-excludes.xml | 85 <hy:reason>Undiagnosed failure</hy:reason> 88 <hy:reason>Undiagnosed failure</hy:reason> 94 <hy:reason>Undiagnosed failure</hy:reason> 106 <hy:reason>Undiagnosed failure</hy:reason> 112 <hy:reason>Undiagnosed failure</hy:reason> 115 <hy:reason>Undiagnosed failure</hy:reason> 139 <hy:reason>Undiagnosed failure</hy:reason> 145 <hy:reason>Undiagnosed failure</hy:reason> 154 <hy:reason>Undiagnosed failure</hy:reason> 157 <hy:reason>Undiagnosed failure</hy:reason [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
404-manifest.html | 15 log("FAILURE: Unexpected " + name + " event."); 28 log("FAILURE: Did not get a checking event"); 30 log("FAILURE: Cache status is not UNCACHED, " + window.applicationCache.status); 41 log("FAILURE: Did not get expected response data."); 43 log("FAILURE: Could not load data.");
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
TestRequest.java | 19 import org.junit.runner.notification.Failure; 24 * A data structure for holding a {@link Request} and the {@link Failure}s that occurred during its 28 private final List<Failure> mFailures; 31 public TestRequest(List<Failure> requestBuildFailures, Request request) { 36 public List<Failure> getFailures() {
|
/external/chromium/testing/gtest/test/ |
gtest_environment_test.cc | 58 // generate a non-fatal failure, generate a fatal failure, or 65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 68 FAIL() << "Expected fatal failure in global set-up."; 75 // Generates a non-fatal failure. 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; 88 // We call this function to set the type of failure SetUp() should 124 // The 'failure' parameter specifies the type of failure that should 126 int RunAllTests(MyEnvironment* env, FailureType failure) { [all...] |
/external/gtest/test/ |
gtest_environment_test.cc | 58 // generate a non-fatal failure, generate a fatal failure, or 65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 68 FAIL() << "Expected fatal failure in global set-up."; 75 // Generates a non-fatal failure. 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; 88 // We call this function to set the type of failure SetUp() should 124 // The 'failure' parameter specifies the type of failure that should 126 int RunAllTests(MyEnvironment* env, FailureType failure) { [all...] |
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 54 // generate a non-fatal failure, generate a fatal failure, or 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 64 FAIL() << "Expected fatal failure in global set-up."; 71 // Generates a non-fatal failure. 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; 84 // We call this function to set the type of failure SetUp() should 120 // The 'failure' parameter specifies the type of failure that should 122 int RunAllTests(MyEnvironment* env, FailureType failure) { [all...] |
/external/junit/src/org/junit/internal/runners/model/ |
EachTestNotifier.java | 8 import org.junit.runner.notification.Failure; 27 .fireTestFailure(new Failure(fDescription, targetException)); 37 fNotifier.fireTestAssumptionFailed(new Failure(fDescription, e));
|
/system/extras/tests/fstest/ |
mounts-test.sh | 8 echo FAILURE: /sdcard is not mounted 17 echo FAILURE: /sdcard is not mounted $i 27 echo FAILURE: $i is present on system
|
/external/junit/src/org/junit/runner/notification/ |
RunListener.java | 16 * public void testFailure(Failure failure) { 67 * @param failure describes the test that failed and the exception that was thrown 69 public void testFailure(Failure failure) throws Exception { 76 * @param failure 80 public void testAssumptionFailure(Failure failure) {
|
/external/webkit/LayoutTests/fast/xpath/ |
ancestor-axis.html | 18 document.write("FAILURE: " + result.snapshotLength + " result nodes (should be 2)"); 20 document.write("FAILURE: " + ex);
|
nan-to-boolean.html | 20 document.write("FAILURE: " + result.snapshotLength + " result nodes (should be 1)"); 22 document.write("FAILURE: " + ex);
|
/external/webkit/LayoutTests/storage/ |
close-during-stress-test.html | 2 <p>Should not crash or cause an assertion failure.</p> 3 <p>A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame.
|
/frameworks/base/test-runner/src/junit/runner/ |
FailureDetailView.java | 9 * A view to show a details about a failure 23 public void showFailure(TestFailure failure);
|
/frameworks/base/tools/aidl/ |
options.h | 32 // Returns 0 on success, and nonzero on failure. 33 // It also prints the usage statement on failure.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
expected.html | 15 [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br> 18 <h2>Failure Details</h2><br> 20 [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 22 Failure messages were:<br> 27 [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 29 Failure messages were:<br> 33 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 41 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br [all...] |
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/089-dex-define-object/ |
info.txt | 3 runs without failure, though the contents of the converted file are
|