Title: [259535] trunk/JSTests
Revision
259535
Author
[email protected]
Date
2020-04-04 11:56:14 -0700 (Sat, 04 Apr 2020)

Log Message

Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
https://bugs.webkit.org/show_bug.cgi?id=209974

* stress/typed-array-subarray-can-throw-oom-error.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (259534 => 259535)


--- trunk/JSTests/ChangeLog	2020-04-04 18:52:15 UTC (rev 259534)
+++ trunk/JSTests/ChangeLog	2020-04-04 18:56:14 UTC (rev 259535)
@@ -1,3 +1,10 @@
+2020-04-04  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
+        https://bugs.webkit.org/show_bug.cgi?id=209974
+
+        * stress/typed-array-subarray-can-throw-oom-error.js:
+
 2020-04-04  Mark Lam  <[email protected]>
 
         Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.

Modified: trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js (259534 => 259535)


--- trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js	2020-04-04 18:52:15 UTC (rev 259534)
+++ trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js	2020-04-04 18:56:14 UTC (rev 259535)
@@ -1,4 +1,5 @@
-//@ skip if ["arm", "mips"].include?($architecture)
+//@ skip if $memoryLimited
+//@ slow!
 
 function foo() {
   Object.freeze(arguments);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to