Title: [275063] trunk/JSTests
Revision
275063
Author
[email protected]
Date
2021-03-25 14:51:30 -0700 (Thu, 25 Mar 2021)

Log Message

Unreviewed, reverting r275056.

This is no longer needed

Reverted changeset:

"stress/early-return-from-builtin.js.default is failing on iOS
JSC testers"
https://commits.webkit.org/r275056

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (275062 => 275063)


--- trunk/JSTests/ChangeLog	2021-03-25 21:49:33 UTC (rev 275062)
+++ trunk/JSTests/ChangeLog	2021-03-25 21:51:30 UTC (rev 275063)
@@ -1,5 +1,17 @@
 2021-03-25  Truitt Savell  <[email protected]>
 
+        Unreviewed, reverting r275056.
+
+        This is no longer needed
+
+        Reverted changeset:
+
+        "stress/early-return-from-builtin.js.default is failing on iOS
+        JSC testers"
+        https://commits.webkit.org/r275056
+
+2021-03-25  Truitt Savell  <[email protected]>
+
         stress/early-return-from-builtin.js.default is failing on iOS JSC testers
         rdar://75597901
 

Modified: trunk/JSTests/stress/early-return-from-builtin.js (275062 => 275063)


--- trunk/JSTests/stress/early-return-from-builtin.js	2021-03-25 21:49:33 UTC (rev 275062)
+++ trunk/JSTests/stress/early-return-from-builtin.js	2021-03-25 21:51:30 UTC (rev 275063)
@@ -1,4 +1,4 @@
-//@ skip if $architecture != "x86-64"
+//@ skip if $architecture != "arm64" and $architecture != "x86-64"
 //@ runDefault("--earlyReturnFromInfiniteLoopsLimit=10", "--returnEarlyFromInfiniteLoopsForFuzzing=1", "--watchdog=1000", "--watchdog-exception-ok")
 
 let o = {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to