Title: [292136] trunk/JSTests
Revision
292136
Author
ysuz...@apple.com
Date
2022-03-30 19:10:11 -0700 (Wed, 30 Mar 2022)

Log Message

Remove useProbeOSRExit=1 flag from tests
https://bugs.webkit.org/show_bug.cgi?id=238571

Reviewed by Saam Barati.

This flag no longer exists.

* stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js:
* stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (292135 => 292136)


--- trunk/JSTests/ChangeLog	2022-03-31 01:52:05 UTC (rev 292135)
+++ trunk/JSTests/ChangeLog	2022-03-31 02:10:11 UTC (rev 292136)
@@ -1,3 +1,15 @@
+2022-03-30  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Remove useProbeOSRExit=1 flag from tests
+        https://bugs.webkit.org/show_bug.cgi?id=238571
+
+        Reviewed by Saam Barati.
+
+        This flag no longer exists.
+
+        * stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js:
+        * stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js:
+
 2022-03-24  Yusuke Suzuki  <ysuz...@apple.com>
 
         Add additional reported regression tests to ensure multiline token's column offset is reset

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


--- trunk/JSTests/stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js	2022-03-31 01:52:05 UTC (rev 292135)
+++ trunk/JSTests/stress/out-of-frame-stack-accesses-due-to-probe-based-osr-exits.js	2022-03-31 02:10:11 UTC (rev 292136)
@@ -1,4 +1,5 @@
-//@ requireOptions("--useProbeOSRExit=true", "--forceEagerCompilation=true")
+//@ requireOptions("--forceEagerCompilation=true")
+// Note that original test was using --useProbeOSRExit=1
 
 // This test passes if it does not crash especially on ASAN builds.
 

Modified: trunk/JSTests/stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js (292135 => 292136)


--- trunk/JSTests/stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js	2022-03-31 01:52:05 UTC (rev 292135)
+++ trunk/JSTests/stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js	2022-03-31 02:10:11 UTC (rev 292136)
@@ -1,4 +1,5 @@
-//@ requireOptions("--useSamplingProfiler=true", "--useProbeOSRExit=true", "--useObjectAllocationSinking=false", "--sampleInterval=10")
+//@ requireOptions("--useSamplingProfiler=true", "--useObjectAllocationSinking=false", "--sampleInterval=10")
+// Note that original test was using --useProbeOSRExit=1
 
 function foo(ranges) {
     const CHUNK_SIZE = 95;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to