Title: [279839] trunk/JSTests
Revision
279839
Author
sbar...@apple.com
Date
2021-07-12 11:02:45 -0700 (Mon, 12 Jul 2021)

Log Message

stress/wasm-loop-consistency.js should require the --useExecutableAllocationFuzz=false JSC option
https://bugs.webkit.org/show_bug.cgi?id=227876

Reviewed by Mark Lam.

* stress/wasm-loop-consistency.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (279838 => 279839)


--- trunk/JSTests/ChangeLog	2021-07-12 17:59:36 UTC (rev 279838)
+++ trunk/JSTests/ChangeLog	2021-07-12 18:02:45 UTC (rev 279839)
@@ -1,3 +1,12 @@
+2021-07-12  Saam Barati  <sbar...@apple.com>
+
+        stress/wasm-loop-consistency.js should require the --useExecutableAllocationFuzz=false JSC option
+        https://bugs.webkit.org/show_bug.cgi?id=227876
+
+        Reviewed by Mark Lam.
+
+        * stress/wasm-loop-consistency.js:
+
 2021-07-10  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Update test262

Modified: trunk/JSTests/stress/wasm-loop-consistency.js (279838 => 279839)


--- trunk/JSTests/stress/wasm-loop-consistency.js	2021-07-12 17:59:36 UTC (rev 279838)
+++ trunk/JSTests/stress/wasm-loop-consistency.js	2021-07-12 18:02:45 UTC (rev 279839)
@@ -1,3 +1,4 @@
+//@ requireOptions("--useExecutableAllocationFuzz=false")
 // https://bugs.webkit.org/show_bug.cgi?id=226012
 if ($vm.isWasmSupported()) {
     // (module
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to