Title: [259157] trunk/JSTests
Revision
259157
Author
ticaiol...@gmail.com
Date
2020-03-28 08:19:45 -0700 (Sat, 28 Mar 2020)

Log Message

stress/test-out-of-memory.js test gaderning
https://bugs.webkit.org/show_bug.cgi?id=209701

Unreviewed test gardening.


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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (259156 => 259157)


--- trunk/JSTests/ChangeLog	2020-03-28 13:07:35 UTC (rev 259156)
+++ trunk/JSTests/ChangeLog	2020-03-28 15:19:45 UTC (rev 259157)
@@ -1,3 +1,12 @@
+2020-03-28  Caio Lima  <ticaiol...@gmail.com>
+
+        stress/test-out-of-memory.js test gaderning
+        https://bugs.webkit.org/show_bug.cgi?id=209701
+
+        Unreviewed test gardening.
+
+        * stress/test-out-of-memory.js:
+
 2020-03-27  Mark Lam  <mark....@apple.com>
 
         Skip stress/test-out-of-memory.js on memory limited devices.

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


--- trunk/JSTests/stress/test-out-of-memory.js	2020-03-28 13:07:35 UTC (rev 259156)
+++ trunk/JSTests/stress/test-out-of-memory.js	2020-03-28 15:19:45 UTC (rev 259157)
@@ -1,4 +1,4 @@
-//@ skip if $memoryLimited or ["arm", "mips"].include?($architecture)
+//@ skip if $memoryLimited
 //@ runDefault
 
 const a = [0];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to