Title: [230230] trunk/JSTests
Revision
230230
Author
mark....@apple.com
Date
2018-04-03 18:19:52 -0700 (Tue, 03 Apr 2018)

Log Message

Test js-fixed-array-out-of-memory.js should be excluded for memory limited devices.
https://bugs.webkit.org/show_bug.cgi?id=184284

Reviewed by Saam Barati.

* stress/js-fixed-array-out-of-memory.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (230229 => 230230)


--- trunk/JSTests/ChangeLog	2018-04-04 00:56:07 UTC (rev 230229)
+++ trunk/JSTests/ChangeLog	2018-04-04 01:19:52 UTC (rev 230230)
@@ -1,3 +1,12 @@
+2018-04-03  Mark Lam  <mark....@apple.com>
+
+        Test js-fixed-array-out-of-memory.js should be excluded for memory limited devices.
+        https://bugs.webkit.org/show_bug.cgi?id=184284
+
+        Reviewed by Saam Barati.
+
+        * stress/js-fixed-array-out-of-memory.js:
+
 2018-03-31  Filip Pizlo  <fpi...@apple.com>
 
         JSC crash in JIT code with for-of loop and Array/Set iterators

Modified: trunk/JSTests/stress/js-fixed-array-out-of-memory.js (230229 => 230230)


--- trunk/JSTests/stress/js-fixed-array-out-of-memory.js	2018-04-04 00:56:07 UTC (rev 230229)
+++ trunk/JSTests/stress/js-fixed-array-out-of-memory.js	2018-04-04 01:19:52 UTC (rev 230230)
@@ -1,4 +1,4 @@
-//@ if $buildType == "debug" then runDefault("--maxSingleAllocationSize=1048576") else skip end
+//@ if $buildType == "debug" && !$memoryLimited then runDefault("--maxSingleAllocationSize=1048576") else skip end
 
 var exception;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to