Title: [275232] trunk/JSTests
Revision
275232
Author
[email protected]
Date
2021-03-30 13:57:14 -0700 (Tue, 30 Mar 2021)

Log Message

Unreviewed test gardening.

* stress/early-return-from-builtin.js: Disable this test for memoryLimited configurations.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (275231 => 275232)


--- trunk/JSTests/ChangeLog	2021-03-30 20:34:46 UTC (rev 275231)
+++ trunk/JSTests/ChangeLog	2021-03-30 20:57:14 UTC (rev 275232)
@@ -1,3 +1,9 @@
+2021-03-29  Ryan Haddad  <[email protected]>
+
+        Unreviewed test gardening.
+
+        * stress/early-return-from-builtin.js: Disable this test for memoryLimited configurations.
+
 2021-03-26  Yusuke Suzuki  <[email protected]>
 
         [JSC] Use AppleICU SPI for canonicalization

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


--- trunk/JSTests/stress/early-return-from-builtin.js	2021-03-30 20:34:46 UTC (rev 275231)
+++ trunk/JSTests/stress/early-return-from-builtin.js	2021-03-30 20:57:14 UTC (rev 275232)
@@ -1,4 +1,4 @@
-//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+//@ skip if ($architecture != "arm64" and $architecture != "x86-64") or $memoryLimited
 //@ 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