Title: [205664] trunk/JSTests
Revision
205664
Author
[email protected]
Date
2016-09-08 15:00:52 -0700 (Thu, 08 Sep 2016)

Log Message

REGRESSION (r205569?): 32-bit JSC test timeout: stress/rest-parameter-many-arguments.js.dfg-maximal-flush-validate-no-cjit
https://bugs.webkit.org/show_bug.cgi?id=161756

Reviewed by Saam Barati.

It looks like the 32-bit JSC bot is just too slow at running this test with the
dfg-maximal-flush-validate-no-cjit configuration.  We'll try excluding that
configuration.

* stress/rest-parameter-many-arguments.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (205663 => 205664)


--- trunk/JSTests/ChangeLog	2016-09-08 21:31:54 UTC (rev 205663)
+++ trunk/JSTests/ChangeLog	2016-09-08 22:00:52 UTC (rev 205664)
@@ -1,3 +1,16 @@
+2016-09-08  Mark Lam  <[email protected]>
+
+        REGRESSION (r205569?): 32-bit JSC test timeout: stress/rest-parameter-many-arguments.js.dfg-maximal-flush-validate-no-cjit
+        https://bugs.webkit.org/show_bug.cgi?id=161756
+
+        Reviewed by Saam Barati.
+
+        It looks like the 32-bit JSC bot is just too slow at running this test with the
+        dfg-maximal-flush-validate-no-cjit configuration.  We'll try excluding that
+        configuration.
+
+        * stress/rest-parameter-many-arguments.js:
+
 2016-09-08  JF Bastien  <[email protected]>
 
         Delete older WebAssembly tests

Modified: trunk/JSTests/stress/rest-parameter-many-arguments.js (205663 => 205664)


--- trunk/JSTests/stress/rest-parameter-many-arguments.js	2016-09-08 21:31:54 UTC (rev 205663)
+++ trunk/JSTests/stress/rest-parameter-many-arguments.js	2016-09-08 22:00:52 UTC (rev 205664)
@@ -1,3 +1,5 @@
+//@ if $architecture == "x86" then defaultSpotCheckNoMaximalFlush else defaultRun end
+
 function assert(b) {
     if (!b)
         throw new Error("Bad!")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to