Title: [259530] trunk/JSTests
Revision
259530
Author
[email protected]
Date
2020-04-04 09:14:49 -0700 (Sat, 04 Apr 2020)

Log Message

Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.
https://bugs.webkit.org/show_bug.cgi?id=210003

Not reviewed.

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (259529 => 259530)


--- trunk/JSTests/ChangeLog	2020-04-04 06:13:29 UTC (rev 259529)
+++ trunk/JSTests/ChangeLog	2020-04-04 16:14:49 UTC (rev 259530)
@@ -1,3 +1,12 @@
+2020-04-04  Mark Lam  <[email protected]>
+
+        Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.
+        https://bugs.webkit.org/show_bug.cgi?id=210003
+
+        Not reviewed.
+
+        * stress/typed-array-subarray-can-throw-oom-error.js:
+
 2020-04-03  Alexey Shvayka  <[email protected]>
 
         Update test262 to commit 62b8fce38971

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


--- trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js	2020-04-04 06:13:29 UTC (rev 259529)
+++ trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js	2020-04-04 16:14:49 UTC (rev 259530)
@@ -1,3 +1,5 @@
+//@ skip if ["arm", "mips"].include?($architecture)
+
 function foo() {
   Object.freeze(arguments);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to