Title: [265076] trunk/JSTests
Revision
265076
Author
ysuz...@apple.com
Date
2020-07-29 22:43:30 -0700 (Wed, 29 Jul 2020)

Log Message

Unreviewed, use requireOptions
https://bugs.webkit.org/show_bug.cgi?id=214956

* wasm/stress/bottom-tuple.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (265075 => 265076)


--- trunk/JSTests/ChangeLog	2020-07-30 05:43:26 UTC (rev 265075)
+++ trunk/JSTests/ChangeLog	2020-07-30 05:43:30 UTC (rev 265076)
@@ -1,5 +1,12 @@
 2020-07-29  Yusuke Suzuki  <ysuz...@apple.com>
 
+        Unreviewed, use requireOptions
+        https://bugs.webkit.org/show_bug.cgi?id=214956
+
+        * wasm/stress/bottom-tuple.js:
+
+2020-07-29  Yusuke Suzuki  <ysuz...@apple.com>
+
         [JSC] Add B3::BottomTupleValue node
         https://bugs.webkit.org/show_bug.cgi?id=214956
         <rdar://problem/65192877>

Modified: trunk/JSTests/wasm/stress/bottom-tuple.js (265075 => 265076)


--- trunk/JSTests/wasm/stress/bottom-tuple.js	2020-07-30 05:43:26 UTC (rev 265075)
+++ trunk/JSTests/wasm/stress/bottom-tuple.js	2020-07-30 05:43:30 UTC (rev 265076)
@@ -1,4 +1,4 @@
-//@ runDefault("--useConcurrentJIT=0")
+//@ requireOptions("--useConcurrentJIT=0")
 
 let buffer = new Uint8Array([
   0,97,115,109,1,0,0,0,1,7,1,96,0,3,127,127,127,3,2,1,0,4,6,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to