Title: [239328] trunk/JSTests
Revision
239328
Author
[email protected]
Date
2018-12-18 00:16:14 -0800 (Tue, 18 Dec 2018)

Log Message

Skip the stress/elidable-new-object-roflcopter-then-exit.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=191374
<rdar://problem/46525447>

Reviewed by Yusuke Suzuki.

This test runs too slow on 32-bit, and is not relevant for non-JIT builds.

* stress/elidable-new-object-roflcopter-then-exit.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239327 => 239328)


--- trunk/JSTests/ChangeLog	2018-12-18 07:58:59 UTC (rev 239327)
+++ trunk/JSTests/ChangeLog	2018-12-18 08:16:14 UTC (rev 239328)
@@ -1,3 +1,15 @@
+2018-12-18  Mark Lam  <[email protected]>
+
+        Skip the stress/elidable-new-object-roflcopter-then-exit.js test on 32-bit.
+        https://bugs.webkit.org/show_bug.cgi?id=191374
+        <rdar://problem/46525447>
+
+        Reviewed by Yusuke Suzuki.
+
+        This test runs too slow on 32-bit, and is not relevant for non-JIT builds.
+
+        * stress/elidable-new-object-roflcopter-then-exit.js:
+
 2018-12-17  Mark Lam  <[email protected]>
 
         Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit.

Modified: trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js (239327 => 239328)


--- trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js	2018-12-18 07:58:59 UTC (rev 239327)
+++ trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js	2018-12-18 08:16:14 UTC (rev 239328)
@@ -1,3 +1,5 @@
+//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+
 function sumOfArithSeries(limit) {
     return limit * (limit + 1) / 2;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to