Changeset 205664 in webkit
- Timestamp:
- Sep 8, 2016, 3:00:52 PM (9 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r205662 r205664 1 2016-09-08 Mark Lam <mark.lam@apple.com> 2 3 REGRESSION (r205569?): 32-bit JSC test timeout: stress/rest-parameter-many-arguments.js.dfg-maximal-flush-validate-no-cjit 4 https://bugs.webkit.org/show_bug.cgi?id=161756 5 6 Reviewed by Saam Barati. 7 8 It looks like the 32-bit JSC bot is just too slow at running this test with the 9 dfg-maximal-flush-validate-no-cjit configuration. We'll try excluding that 10 configuration. 11 12 * stress/rest-parameter-many-arguments.js: 13 1 14 2016-09-08 JF Bastien <jfbastien@apple.com> 2 15 -
trunk/JSTests/stress/rest-parameter-many-arguments.js
r204439 r205664 1 //@ if $architecture == "x86" then defaultSpotCheckNoMaximalFlush else defaultRun end 2 1 3 function assert(b) { 2 4 if (!b)
Note:
See TracChangeset
for help on using the changeset viewer.