Searched refs:testPassed (Results 1 – 25 of 35) sorted by relevance
12
/external/v8/test/webkit/fast/js/ |
D | Promise-static-all.js | 49 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.');
|
D | Promise-static-race.js | 56 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.');
|
D | Promise-chained-then.js | 32 testPassed('fulfilled'); 40 testPassed('fulfilled'); 49 testPassed('rejected'); 57 testPassed('rejected'); 62 testPassed('fulfilled');
|
D | Promise-resolve-with-then-fulfill.js | 32 testPassed('value.then is called.'); 42 testPassed('fulfilled');
|
D | Promise-then-callback-receiver.js | 33 testPassed('fulfilled'); 43 testPassed('rejected');
|
D | Promise-resolve-with-then-reject.js | 32 testPassed('value.then is called.'); 45 testPassed('rejected');
|
D | Promise-then.js | 57 testPassed('rejected'); 61 testPassed('resolved');
|
D | Promise-init.js | 48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.'); 63 testPassed('fulfilled');
|
D | Promise-resolve-with-then-exception.js | 37 testPassed('rejected');
|
D | Promise-resolve-with-itself.js | 35 testPassed('rejected');
|
D | Promise-static-cast.js | 47 testPassed('fulfilled');
|
/external/v8/test/webkit/ |
D | date-set-to-nan.js | 98 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 …]
|
D | tostring-exception-in-property-access.js | 32 testPassed("PASS: Exception caught -- " + e); 40 testPassed("PASS: Exception caught -- " + e); 54 testPassed("PASS: Exception caught -- " + e);
|
D | stack-unwinding.js | 34 testPassed("Two host functions called in a row."); 63 testPassed("Exception thrown and caught");
|
D | parser-high-byte-character.js | 31 testPassed();
|
D | regexp-compile-crash.js | 33 testPassed("No crashes, yay!")
|
D | try-try-return-finally-finally.js | 46 testPassed("It worked.");
|
D | try-catch-try-try-catch-try-finally-return-catch-finally.js | 51 testPassed("It worked.");
|
D | call-apply-crash.js | 26 function testLog() { testPassed(this); }
|
D | sort-with-side-effecting-comparisons.js | 42 testPassed("It worked.");
|
D | interpreter-no-activation.js | 40 testPassed("Didn't crash");
|
/external/v8/test/webkit/resources/ |
D | standalone-pre.js | 48 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/ |
D | func-decl.js | 30 testPassed(msg); 37 testPassed(msg);
|
D | lval-exceptions.js | 57 testPassed(f + " threw exception " + exception + "."); 70 testPassed(f + " did not throw an exception");
|
D | eval.js | 47 testPassed("Skipping test for deprecated Object.prototype.eval()");
|
12