Title: [254496] trunk/JSTests
Revision
254496
Author
[email protected]
Date
2020-01-13 23:03:31 -0800 (Mon, 13 Jan 2020)

Log Message

Unreviewed. Change useLLInt=0 to forceBaseline=1

* stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (254495 => 254496)


--- trunk/JSTests/ChangeLog	2020-01-14 06:41:57 UTC (rev 254495)
+++ trunk/JSTests/ChangeLog	2020-01-14 07:03:31 UTC (rev 254496)
@@ -1,3 +1,9 @@
+2020-01-13  Saam Barati  <[email protected]>
+
+        Unreviewed. Change useLLInt=0 to forceBaseline=1
+
+        * stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js:
+
 2020-01-13  Keith Miller  <[email protected]>
 
         scanSideState scans too much side state

Modified: trunk/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js (254495 => 254496)


--- trunk/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js	2020-01-14 06:41:57 UTC (rev 254495)
+++ trunk/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js	2020-01-14 07:03:31 UTC (rev 254496)
@@ -1,4 +1,4 @@
-//@ runDefault("--numberOfGCMarkers=1", "--useDFGJIT=false", "--useLLInt=false")
+//@ runDefault("--numberOfGCMarkers=1", "--useDFGJIT=false", "--forceBaseline=true")
 
 function foo() {
     gc();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to