Title: [236569] trunk/JSTests
Revision
236569
Author
[email protected]
Date
2018-09-27 14:04:33 -0700 (Thu, 27 Sep 2018)

Log Message

Disable test without LLInt on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=190037

Patch by Dominik Infuehr <[email protected]> on 2018-09-27
Reviewed by Mark Lam.

Test runs out of executable memory on ARMv7, do not run
this test without LLInt enabled.

* stress/regress-169445.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (236568 => 236569)


--- trunk/JSTests/ChangeLog	2018-09-27 21:01:21 UTC (rev 236568)
+++ trunk/JSTests/ChangeLog	2018-09-27 21:04:33 UTC (rev 236569)
@@ -1,3 +1,15 @@
+2018-09-27  Dominik Infuehr  <[email protected]>
+
+        Disable test without LLInt on ARMv7
+        https://bugs.webkit.org/show_bug.cgi?id=190037
+
+        Reviewed by Mark Lam.
+
+        Test runs out of executable memory on ARMv7, do not run
+        this test without LLInt enabled.
+
+        * stress/regress-169445.js:
+
 2018-09-26  Keith Miller  <[email protected]>
 
         We should zero unused property storage when rebalancing array storage.

Modified: trunk/JSTests/stress/regress-169445.js (236568 => 236569)


--- trunk/JSTests/stress/regress-169445.js	2018-09-27 21:01:21 UTC (rev 236568)
+++ trunk/JSTests/stress/regress-169445.js	2018-09-27 21:04:33 UTC (rev 236569)
@@ -1,3 +1,5 @@
+//@ defaultNoNoLLIntRun if $architecture == "arm"
+
 let args = new Array(0x10000);
 args.fill();
 args = args.map((_, i) => 'a' + i).join(', ');
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to