Title: [260361] trunk/JSTests
Revision
260361
Author
[email protected]
Date
2020-04-20 05:01:56 -0700 (Mon, 20 Apr 2020)

Log Message

[32-bits] stress/for-of-array-different-globals.js is failing
https://bugs.webkit.org/show_bug.cgi?id=210718

Unreviewed gardening.

Skip test for arm and mips, failing due to r260323

Patch by Paulo Matos <[email protected]> on 2020-04-20

* stress/for-of-array-different-globals.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (260360 => 260361)


--- trunk/JSTests/ChangeLog	2020-04-20 11:56:55 UTC (rev 260360)
+++ trunk/JSTests/ChangeLog	2020-04-20 12:01:56 UTC (rev 260361)
@@ -1,3 +1,14 @@
+2020-04-20  Paulo Matos  <[email protected]>
+
+        [32-bits] stress/for-of-array-different-globals.js is failing
+        https://bugs.webkit.org/show_bug.cgi?id=210718
+
+        Unreviewed gardening.
+
+        Skip test for arm and mips, failing due to r260323
+
+        * stress/for-of-array-different-globals.js:
+
 2020-04-19  Ross Kirsling  <[email protected]>
 
         [ECMA-402] Intl.RelativeTimeFormat missing in WebKit

Modified: trunk/JSTests/stress/for-of-array-different-globals.js (260360 => 260361)


--- trunk/JSTests/stress/for-of-array-different-globals.js	2020-04-20 11:56:55 UTC (rev 260360)
+++ trunk/JSTests/stress/for-of-array-different-globals.js	2020-04-20 12:01:56 UTC (rev 260361)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 let count = 0;
 
 function foo(array) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to