Title: [260639] trunk/JSTests
Revision
260639
Author
[email protected]
Date
2020-04-24 03:37:17 -0700 (Fri, 24 Apr 2020)

Log Message

Skip on ARM and MIPS stress/for-of-iterator-open* added at r260585
https://bugs.webkit.org/show_bug.cgi?id=210961

Unreviewed Gardening.

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

* stress/for-of-iterator-open-osr-at-inlined-return-non-object.js:
* stress/for-of-iterator-open-osr-at-iterator-set-local.js:
* stress/for-of-iterator-open-return-non-object.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (260638 => 260639)


--- trunk/JSTests/ChangeLog	2020-04-24 10:35:56 UTC (rev 260638)
+++ trunk/JSTests/ChangeLog	2020-04-24 10:37:17 UTC (rev 260639)
@@ -1,3 +1,14 @@
+2020-04-24  Paulo Matos  <[email protected]>
+
+        Skip on ARM and MIPS stress/for-of-iterator-open* added at r260585
+        https://bugs.webkit.org/show_bug.cgi?id=210961
+
+        Unreviewed Gardening.
+
+        * stress/for-of-iterator-open-osr-at-inlined-return-non-object.js:
+        * stress/for-of-iterator-open-osr-at-iterator-set-local.js:
+        * stress/for-of-iterator-open-return-non-object.js:
+
 2020-04-23  Alexey Shvayka  <[email protected]>
 
         Remove revoked Proxy checks from ProxyCreate

Modified: trunk/JSTests/stress/for-of-iterator-open-osr-at-inlined-return-non-object.js (260638 => 260639)


--- trunk/JSTests/stress/for-of-iterator-open-osr-at-inlined-return-non-object.js	2020-04-24 10:35:56 UTC (rev 260638)
+++ trunk/JSTests/stress/for-of-iterator-open-osr-at-inlined-return-non-object.js	2020-04-24 10:37:17 UTC (rev 260639)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 let shouldVendNull = false;
 function vendIterator() {
     if (shouldVendNull)

Modified: trunk/JSTests/stress/for-of-iterator-open-osr-at-iterator-set-local.js (260638 => 260639)


--- trunk/JSTests/stress/for-of-iterator-open-osr-at-iterator-set-local.js	2020-04-24 10:35:56 UTC (rev 260638)
+++ trunk/JSTests/stress/for-of-iterator-open-osr-at-iterator-set-local.js	2020-04-24 10:37:17 UTC (rev 260639)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 let shouldVendNull = false;
 function vendIterator() {
     if (shouldVendNull)

Modified: trunk/JSTests/stress/for-of-iterator-open-return-non-object.js (260638 => 260639)


--- trunk/JSTests/stress/for-of-iterator-open-return-non-object.js	2020-04-24 10:35:56 UTC (rev 260638)
+++ trunk/JSTests/stress/for-of-iterator-open-return-non-object.js	2020-04-24 10:37:17 UTC (rev 260639)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 function vendIterator() {
     return 1;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to