Title: [239297] trunk/JSTests
Revision
239297
Author
ryanhad...@apple.com
Date
2018-12-17 15:37:27 -0800 (Mon, 17 Dec 2018)

Log Message

Unreviewed test gardening, address a syntax error in a new test.

* stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239296 => 239297)


--- trunk/JSTests/ChangeLog	2018-12-17 23:37:26 UTC (rev 239296)
+++ trunk/JSTests/ChangeLog	2018-12-17 23:37:27 UTC (rev 239297)
@@ -1,3 +1,9 @@
+2018-12-17  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening, address a syntax error in a new test.
+
+        * stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js:
+
 2018-12-17  Mark Lam  <mark....@apple.com>
 
         Suppress ASAN on valid stack accesses in Probe-based OSRExit::executeOSRExit().

Modified: trunk/JSTests/stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js (239296 => 239297)


--- trunk/JSTests/stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js	2018-12-17 23:37:26 UTC (rev 239296)
+++ trunk/JSTests/stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js	2018-12-17 23:37:27 UTC (rev 239297)
@@ -1,4 +1,4 @@
-//@ requireOptions("--useProbeOSRExit=true", ""--forceEagerCompilation=true"")
+//@ requireOptions("--useProbeOSRExit=true", "--forceEagerCompilation=true")
 
 // This test passes if it does not crash especially on ASAN builds.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to