Searched refs:testFailed (Results 1 - 25 of 68) sorted by relevance

123

/external/webkit/LayoutTests/storage/indexeddb/resources/
H A Dshared.js10 testFailed("Success function called unexpectedly.");
15 testFailed("Error function called unexpectedly: (" + event.target.errorCode + ") " + event.target.webkitErrorMessage);
20 testFailed("Abort function called unexpectedly!");
25 testFailed("oncomplete function called unexpectedly!");
30 testFailed("onblocked called unexpectedly");
38 testFailed("No exception thrown! Should have been " + expected);
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Ddelayed-permission-allowed-for-multiple-requests.js22 testFailed('Success callback invoked unexpectedly');
25 testFailed('Error callback invoked unexpectedly');
36 testFailed('Success callback invoked unexpectedly');
39 testFailed('Error callback invoked unexpectedly');
H A Ddelayed-permission-denied-for-multiple-requests.js17 testFailed('Success callback invoked unexpectedly');
28 testFailed('Error callback invoked unexpectedly');
33 testFailed('Success callback invoked unexpectedly');
44 testFailed('Error callback invoked unexpectedly');
H A Dreentrant-error.js15 testFailed('Success callback invoked unexpectedly');
19 testFailed('Error callback invoked unexpectedly');
38 testFailed('Success callback invoked unexpectedly');
H A Dreentrant-permission-denied.js18 testFailed('Success callback invoked unexpectedly');
22 testFailed('Error callback invoked unexpectedly');
32 testFailed('Success callback invoked unexpectedly');
H A Ddelayed-permission-allowed.js18 testFailed('Success callback invoked unexpectedly');
21 testFailed('Error callback invoked unexpectedly');
H A Ddelayed-permission-denied.js14 testFailed('Success callback invoked unexpectedly');
24 testFailed('Error callback invoked unexpectedly');
H A Dpermission-denied-already-success.js12 testFailed('Success callback invoked unexpectedly');
26 testFailed('Success callback invoked unexpectedly');
H A Dpermission-denied-stops-watches.js14 testFailed('Success callback invoked unexpectedly');
18 testFailed('Error callback invoked unexpectedly : ' + error.message);
H A Dreentrant-success.js19 testFailed('Success callback invoked unexpectedly');
31 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
H A Ddisconnected-frame-already.js16 testFailed('Success callback invoked unexpectedly');
19 testFailed('Error callback invoked unexpectedly');
H A Ddisconnected-frame-permission-denied.js15 testFailed('Success callback invoked unexpectedly');
29 testFailed('Success callback invoked unexpectedly');
H A Dmultiple-requests.js23 testFailed('Error callback invoked unexpectedly');
32 testFailed('Error callback invoked unexpectedly');
H A Dpermission-denied-already-clear-watch.js12 testFailed('Success callback invoked unexpectedly');
26 testFailed('Success callback invoked unexpectedly');
H A Dpermission-denied-already-error.js12 testFailed('Success callback invoked unexpectedly');
29 testFailed('Success callback invoked unexpectedly');
H A Dpermission-denied.js11 testFailed('Success callback invoked unexpectedly');
H A Dtimeout-zero.js8 testFailed('Success callback invoked unexpectedly');
/external/webkit/LayoutTests/fast/events/touch/resources/
H A Dcreate-touch-event.js14 testFailed("An exception was thrown: " + e.message);
/external/webkit/LayoutTests/fast/xpath/
H A Dxpath-test-pre.js3 testFailed(comment + " incorrect length (expected " + expected.length + ", actual " + actual.snapshotLength + ")");
9 testFailed(comment + " item " + i + " incorrect (expected " + expected[i].nodeName + ", actual " + actual.snapshotItem(i).nodeName + ")");
31 testFailed(expr + ": expected " + expected + ", actual " + result.numberValue);
36 testFailed(expr + ": expected '" + expected + "', actual '" + result.stringValue + "'");
41 testFailed(expr + ": expected '" + expected + "', actual '" + result.booleanValue + "'");
45 testFailed(expr + ": raised " + ex);
/external/webkit/LayoutTests/fast/js/resources/
H A Dstandalone-pre.js23 function testFailed(msg) function
81 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
85 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
87 testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " + typeof _av + ").");
112 testFailed(_a + " should be undefined. Threw exception " + exception);
116 testFailed(_a + " should be undefined. Was " + _av);
138 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
140 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
142 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
H A Djs-test-pre.js34 function testFailed(msg) function
92 testFailed(_a + " threw exception " + e);
111 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
115 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
117 testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " + typeof _av + ").");
145 testFailed("Evaluating " + actual + ": Threw exception " + e);
179 testFailed(_a + " should be non-zero. Threw exception " + exception);
183 testFailed(_a + " should be non-zero. Was " + _av);
197 testFailed(_a + " should be non-null. Threw exception " + exception);
201 testFailed(_
[all...]
/external/webkit/LayoutTests/storage/domstorage/script-tests/
H A Dquota.js7 testFailed(storageString + " DOES NOT exist");
29 testFailed("Did not hit quota error.");
45 testFailed("Exception: " + e);
53 testFailed(storageString + " DOES NOT exist");
77 testFailed("Exception: " + e);
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dadd-listener-from-callback.js26 testFailed('Too many events for first listener.');
34 testFailed('Too many events for second listener.');
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-pre.js33 function testFailed(msg) function
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("cooki
[all...]
/external/junit/src/junit/runner/
H A DTestRunListener.java19 public void testFailed(int status, String testName, String trace); method in interface:TestRunListener

Completed in 225 milliseconds

123