Home
last modified time | relevance | path

Searched refs:testPassed (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/test/webkit/fast/js/
DPromise-static-all.js49 testPassed('Promise.all() is rejected.');
51 testPassed('Promise.all([]) is fulfilled.');
59 testPassed('Promise.all([p1, p2, p3]) is fulfilled.');
72 testPassed('Promise.all([p1, p6, p5]) is rejected.');
78 testPassed('Promise.all([p9]) is fulfilled.');
88 testPassed('Promise.all([p9,,,]) is fulfilled.');
101 testPassed('Promise.all([p9,42]) is fulfilled.');
113 testPassed('Promise.all({}) is rejected.');
DPromise-static-race.js56 testPassed('Promise.race() is rejected.');
61 testPassed('Promise.race({}) is rejected.');
65 testPassed('Promise.race([p4, p1, p6]) is fulfilled.');
75 testPassed('Promise.race([p4, p6, p1]) is rejected.');
81 testPassed('Promise.race([p9]) is fulfilled.');
90 testPassed('Promise.race([p4,,]) is fulfilled.');
100 testPassed('Promise.race([p4,42]) is fulfilled.');
DPromise-chained-then.js32 testPassed('fulfilled');
40 testPassed('fulfilled');
49 testPassed('rejected');
57 testPassed('rejected');
62 testPassed('fulfilled');
DPromise-resolve-with-then-fulfill.js32 testPassed('value.then is called.');
42 testPassed('fulfilled');
DPromise-then-callback-receiver.js33 testPassed('fulfilled');
43 testPassed('rejected');
DPromise-resolve-with-then-reject.js32 testPassed('value.then is called.');
45 testPassed('rejected');
DPromise-then.js57 testPassed('rejected');
61 testPassed('resolved');
DPromise-init.js48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.');
63 testPassed('fulfilled');
DPromise-resolve-with-then-exception.js37 testPassed('rejected');
DPromise-resolve-with-itself.js35 testPassed('rejected');
DPromise-static-cast.js47 testPassed('fulfilled');
/external/v8/test/webkit/
Ddate-set-to-nan.js98 testPassed ("no recovering from NaN date using date.set" + functionNameRoot
118 testPassed ("recover from NaN date using date.set" + functionNameRoot + "()");
165 testPassed ("recover from NaN date using date.setFullYear()");
214 testPassed ("recover from NaN date using date.setUTCFullYear()");
232 testPassed("date.getYear() is compatible to JavaScript 1.3 and later");
272 testPassed ("recover from NaN date using date.setUTCFullYear()");
319 testPassed("date.set" + functionNameRoot + "(arg0)");
320 testPassed("date.set" + functionNameRoot + "()");
351 testPassed("date.set" + functionNameRoot + "(arg0, arg1)");
383 testPassed("date.set" + functionNameRoot + "(arg0, arg1, arg2)");
[all …]
Dtostring-exception-in-property-access.js32 testPassed("PASS: Exception caught -- " + e);
40 testPassed("PASS: Exception caught -- " + e);
54 testPassed("PASS: Exception caught -- " + e);
Dstack-unwinding.js34 testPassed("Two host functions called in a row.");
63 testPassed("Exception thrown and caught");
Dparser-high-byte-character.js31 testPassed();
Dregexp-compile-crash.js33 testPassed("No crashes, yay!")
Dtry-try-return-finally-finally.js46 testPassed("It worked.");
Dtry-catch-try-try-catch-try-finally-return-catch-finally.js51 testPassed("It worked.");
Dcall-apply-crash.js26 function testLog() { testPassed(this); }
Dsort-with-side-effecting-comparisons.js42 testPassed("It worked.");
Dinterpreter-no-activation.js40 testPassed("Didn't crash");
/external/v8/test/webkit/resources/
Dstandalone-pre.js48 function testPassed(msg) function
113 testPassed(_a + " is " + _b);
146 testPassed(_a + " is undefined.");
168 testPassed(_a + " threw exception " + exception + ".");
/external/v8/test/webkit/fast/js/kde/
Dfunc-decl.js30 testPassed(msg);
37 testPassed(msg);
Dlval-exceptions.js57 testPassed(f + " threw exception " + exception + ".");
70 testPassed(f + " did not throw an exception");
Deval.js47 testPassed("Skipping test for deprecated Object.prototype.eval()");

12