Title: [259149] trunk/JSTests
Revision
259149
Author
[email protected]
Date
2020-03-27 17:56:18 -0700 (Fri, 27 Mar 2020)

Log Message

Skip stress/test-out-of-memory.js on memory limited devices.
https://bugs.webkit.org/show_bug.cgi?id=209690
<rdar://problem/60659198>

Reviewed by Keith Miller.

* stress/test-out-of-memory.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (259148 => 259149)


--- trunk/JSTests/ChangeLog	2020-03-28 00:45:05 UTC (rev 259148)
+++ trunk/JSTests/ChangeLog	2020-03-28 00:56:18 UTC (rev 259149)
@@ -1,3 +1,13 @@
+2020-03-27  Mark Lam  <[email protected]>
+
+        Skip stress/test-out-of-memory.js on memory limited devices.
+        https://bugs.webkit.org/show_bug.cgi?id=209690
+        <rdar://problem/60659198>
+
+        Reviewed by Keith Miller.
+
+        * stress/test-out-of-memory.js:
+
 2020-03-27  Paulo Matos  <[email protected]>
 
         Skip new memory test stress/typed-array-oom-in... in memory limited devices

Modified: trunk/JSTests/stress/test-out-of-memory.js (259148 => 259149)


--- trunk/JSTests/stress/test-out-of-memory.js	2020-03-28 00:45:05 UTC (rev 259148)
+++ trunk/JSTests/stress/test-out-of-memory.js	2020-03-28 00:56:18 UTC (rev 259149)
@@ -1,4 +1,5 @@
-//@ if ["arm", "mips"].include?($architecture) then skip else runDefault end
+//@ skip if $memoryLimited or ["arm", "mips"].include?($architecture)
+//@ runDefault
 
 const a = [0];
 a.__proto__ = {};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to