Title: [292217] trunk/JSTests
Revision
292217
Author
[email protected]
Date
2022-04-01 05:08:06 -0700 (Fri, 01 Apr 2022)

Log Message

Skip flaky test on mips
https://bugs.webkit.org/show_bug.cgi?id=238656

Unreviewed gardening.


* stress/new-largeish-contiguous-array-with-size.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (292216 => 292217)


--- trunk/JSTests/ChangeLog	2022-04-01 11:48:47 UTC (rev 292216)
+++ trunk/JSTests/ChangeLog	2022-04-01 12:08:06 UTC (rev 292217)
@@ -1,3 +1,12 @@
+2022-04-01  Angelos Oikonomopoulos  <[email protected]>
+
+        Skip flaky test on mips
+        https://bugs.webkit.org/show_bug.cgi?id=238656
+
+        Unreviewed gardening.
+
+        * stress/new-largeish-contiguous-array-with-size.js:
+
 2022-03-30  Yusuke Suzuki  <[email protected]>
 
         Remove useProbeOSRExit=1 flag from tests

Modified: trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js (292216 => 292217)


--- trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2022-04-01 11:48:47 UTC (rev 292216)
+++ trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2022-04-01 12:08:06 UTC (rev 292217)
@@ -1,5 +1,6 @@
 // We only need one run of this with any GC or JIT strategy. This test is not particularly fast.
 // Unfortunately, it needs to run for a while to test the thing it's testing.
+//@ skip if $architecture == "mips"
 //@ runWithRAMSize(10000000)
 //@ requireOptions("-e", "let leakFactor=3") if $architecture == "mips"
 //@ slow!
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to