Title: [274701] trunk/JSTests
Revision
274701
Author
mark....@apple.com
Date
2021-03-18 21:30:41 -0700 (Thu, 18 Mar 2021)

Log Message

JSTests/stress/heap-analyzer-taking-lock.js intermittently fails --verifyGC=true.
https://bugs.webkit.org/show_bug.cgi?id=222947
rdar://75454308

Reviewed by Michael Saboff.

The issue was already fixed in https://bugs.webkit.org/show_bug.cgi?id=223241.
Removing skipped test option.

* stress/heap-analyzer-taking-lock.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (274700 => 274701)


--- trunk/JSTests/ChangeLog	2021-03-19 04:21:36 UTC (rev 274700)
+++ trunk/JSTests/ChangeLog	2021-03-19 04:30:41 UTC (rev 274701)
@@ -1,3 +1,16 @@
+2021-03-18  Mark Lam  <mark....@apple.com>
+
+        JSTests/stress/heap-analyzer-taking-lock.js intermittently fails --verifyGC=true.
+        https://bugs.webkit.org/show_bug.cgi?id=222947
+        rdar://75454308
+
+        Reviewed by Michael Saboff.
+
+        The issue was already fixed in https://bugs.webkit.org/show_bug.cgi?id=223241.
+        Removing skipped test option.
+
+        * stress/heap-analyzer-taking-lock.js:
+
 2021-03-18  Saam Barati  <sbar...@apple.com>
 
         JS->Wasm IC must save the tag registers if it uses them

Modified: trunk/JSTests/stress/heap-analyzer-taking-lock.js (274700 => 274701)


--- trunk/JSTests/stress/heap-analyzer-taking-lock.js	2021-03-19 04:21:36 UTC (rev 274700)
+++ trunk/JSTests/stress/heap-analyzer-taking-lock.js	2021-03-19 04:30:41 UTC (rev 274701)
@@ -1,8 +1,3 @@
-//@ requireOptions("--verifyGC=false")
-// FIXME: this test intermittently fails --verifyGC. Skipping this test for --verifyGC
-// until we have found the root cause and fixed the issue.
-// https://bugs.webkit.org/show_bug.cgi?id=222947
-
 // Should not crash.
 let array = [];
 for (let i = 0; i < 10000; i++) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to