HomeSort by relevance Sort by last modified time
    Searched refs:testFailed (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 32 testFailed("An exception was thrown: " + e.message);
39 testFailed("An exception was thrown: " + e.message);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context.js 9 testFailed('Error callback invoked unexpectedly');
callback-to-remote-context2.js 10 testFailed('Error callback invoked unexpectedly');
error.js 14 testFailed('Success callback invoked unexpectedly');
success.js 23 testFailed('Error callback invoked unexpectedly');
timeout-clear-watch.js 8 testFailed('Success callback invoked unexpectedly');
timeout.js 23 testFailed('Error callback invoked unexpectedly');
disconnected-frame.js 16 testFailed('Success callback invoked unexpectedly');
position-string.js 26 testFailed('Error callback invoked unexpectedly');
window-close-crash.js 12 testFailed('This test can not be run without the LayoutTestController');
disconnected-frame-permission-denied.js 15 testFailed('Success callback invoked unexpectedly');
29 testFailed('Success callback invoked unexpectedly');
callback-exception.js 27 testFailed('Error callback invoked unexpectedly');
page-reload-cancel-permission-requests.js 30 testFailed('Permission should not be determined for this page: ' + p);
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 7 testFailed(storageString + " DOES NOT exist");
remove-item.js 7 testFailed(storageString + " DOES NOT exist");
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 5 testFailed("Error occurred: " + error);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 33 function testFailed(msg)
89 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
93 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
95 testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " + typeof _av + ").");
120 testFailed(_a + " should be undefined. Threw exception " + exception);
124 testFailed(_a + " should be undefined. Was " + _av);
145 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
147 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
149 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
197 testFailed("cookie was '" + cookie + "'. Expected '" + result + "'.")
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java 90 public void testFailed(TestFailure status, TestIdentifier test, String trace) {
92 super.testFailed(status, test, trace);
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
getRangeAt.js 16 testFailed("range did not match (text, 0)");
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 8 testFailed(storageString + " DOES NOT exist");
documentURI.js 8 testFailed(storageString + " DOES NOT exist");
  /external/webkit/Tools/TestWebKitAPI/
Test.h 82 #define _TEST_ASSERT_HELPER(expression, returnStatement) do { if (!(expression)) { TestsController::shared().testFailed(__FILE__, __LINE__, #expression); returnStatement; } } while (0)
TestsController.cpp 71 void TestsController::testFailed(const char* file, int line, const char* message)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 49 * @see com.android.ddmlib.testrunner.ITestRunListener#testFailed(com.android.ddmlib.testrunner.ITestRunListener.TestFailure, com.android.ddmlib.testrunner.TestIdentifier, java.lang.String)
52 public synchronized void testFailed(TestFailure status, TestIdentifier test, String trace) {
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 22 testFailed(m);
86 testFailed(msg + " expected exception: " + test.code);

Completed in 334 milliseconds

12 3 4