Title: [293520] trunk/JSTests
Revision
293520
Author
[email protected]
Date
2022-04-27 11:37:45 -0700 (Wed, 27 Apr 2022)

Log Message

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

Unreviewed gardening.

Re-enable test. It should still be flaky, so can use it to test
the code reporting the flakiness to resultsdb.


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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (293519 => 293520)


--- trunk/JSTests/ChangeLog	2022-04-27 17:36:08 UTC (rev 293519)
+++ trunk/JSTests/ChangeLog	2022-04-27 18:37:45 UTC (rev 293520)
@@ -1,3 +1,15 @@
+2022-04-27  Angelos Oikonomopoulos  <[email protected]>
+
+        Unskip flaky test on mips
+        https://bugs.webkit.org/show_bug.cgi?id=239342
+
+        Unreviewed gardening.
+
+        Re-enable test. It should still be flaky, so can use it to test
+        the code reporting the flakiness to resultsdb.
+
+        * stress/new-largeish-contiguous-array-with-size.js:
+
 2022-04-27  Dmitry Bezhetskov  <[email protected]>
 
         [WASM-GC] Introduce rtt types

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


--- trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2022-04-27 17:36:08 UTC (rev 293519)
+++ trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2022-04-27 18:37:45 UTC (rev 293520)
@@ -1,6 +1,5 @@
 // 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