Home
last modified time | relevance | path

Searched refs:testFailed (Results 1 – 25 of 71) sorted by relevance

123

/external/webkit/LayoutTests/fast/js/resources/
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) + ".");
117testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " +…
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(_a + " should be non-null. Was " + _av);
[all …]
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) + ".");
87testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " +…
112 testFailed(_a + " should be undefined. Threw exception " + exception);
116 testFailed(_a + " should be undefined. Was " + _av);
138testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw ex…
140testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was unde…
142testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + …
/external/webkit/LayoutTests/storage/indexeddb/resources/
Dshared.js10 testFailed("Success function called unexpectedly.");
15testFailed("Error function called unexpectedly: (" + event.target.errorCode + ") " + event.target.…
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/http/tests/cookies/resources/
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) + ".");
95testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " +…
120 testFailed(_a + " should be undefined. Threw exception " + exception);
124 testFailed(_a + " should be undefined. Was " + _av);
145testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw ex…
147testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was unde…
149testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + …
197 testFailed("cookie was '" + cookie + "'. Expected '" + result + "'.");
[all …]
/external/webkit/LayoutTests/fast/xpath/
Dxpath-test-pre.js3testFailed(comment + " incorrect length (expected " + expected.length + ", actual " + actual.snaps…
9testFailed(comment + " item " + i + " incorrect (expected " + expected[i].nodeName + ", actual " +…
31 testFailed(expr + ": expected " + expected + ", actual " + result.numberValue);
36testFailed(expr + ": expected '" + expected + "', actual '" + result.stringValue + "'");
41testFailed(expr + ": expected '" + expected + "', actual '" + result.booleanValue + "'");
45 testFailed(expr + ": raised " + ex);
/external/webkit/LayoutTests/storage/domstorage/script-tests/
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/Geolocation/script-tests/
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');
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');
Dmaximum-age.js39 testFailed('Error callback invoked unexpectedly');
52 testFailed('Error callback invoked unexpectedly');
66 testFailed('Error callback invoked unexpectedly');
74 testFailed('Success callback invoked unexpectedly');
Dreentrant-permission-denied.js18 testFailed('Success callback invoked unexpectedly');
22 testFailed('Error callback invoked unexpectedly');
32 testFailed('Success callback invoked unexpectedly');
Dreentrant-error.js15 testFailed('Success callback invoked unexpectedly');
19 testFailed('Error callback invoked unexpectedly');
38 testFailed('Success callback invoked unexpectedly');
Dreentrant-success.js19 testFailed('Success callback invoked unexpectedly');
31 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
Ddelayed-permission-allowed.js18 testFailed('Success callback invoked unexpectedly');
21 testFailed('Error callback invoked unexpectedly');
Ddelayed-permission-denied.js14 testFailed('Success callback invoked unexpectedly');
24 testFailed('Error callback invoked unexpectedly');
Dpermission-denied-stops-watches.js14 testFailed('Success callback invoked unexpectedly');
18 testFailed('Error callback invoked unexpectedly : ' + error.message);
Dpermission-denied-already-success.js12 testFailed('Success callback invoked unexpectedly');
26 testFailed('Success callback invoked unexpectedly');
Dpermission-denied-already-error.js12 testFailed('Success callback invoked unexpectedly');
29 testFailed('Success callback invoked unexpectedly');
Ddisconnected-frame-already.js16 testFailed('Success callback invoked unexpectedly');
19 testFailed('Error callback invoked unexpectedly');
Dpermission-denied-already-clear-watch.js12 testFailed('Success callback invoked unexpectedly');
26 testFailed('Success callback invoked unexpectedly');
Dmultiple-requests.js23 testFailed('Error callback invoked unexpectedly');
32 testFailed('Error callback invoked unexpectedly');
Ddisconnected-frame-permission-denied.js15 testFailed('Success callback invoked unexpectedly');
29 testFailed('Success callback invoked unexpectedly');
Dwatch.js52 testFailed('Success callback invoked unexpectedly');
63 testFailed('Error callback invoked unexpectedly');
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
Dadd-listener-from-callback.js26 testFailed('Too many events for first listener.');
34 testFailed('Too many events for second listener.');
/external/webkit/LayoutTests/fast/events/touch/script-tests/
Ddocument-create-touch-list.js32 testFailed("An exception was thrown: " + e.message);
39 testFailed("An exception was thrown: " + e.message);
Dmulti-touch-grouped-targets.js30testFailed('Wrong targetTouch length: ' + event.targetTouches.length + ' vs ' + expectedTargetTouc…
34testFailed('Incorrect targetTouch ID: ' + event.targetTouches[i].target.id + ' vs ' + div_id);

123