Changeset 265076 in webkit


Ignore:
Timestamp:
Jul 29, 2020 10:43:30 PM (4 years ago)
Author:
ysuzuki@apple.com
Message:

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

  • wasm/stress/bottom-tuple.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r265074 r265076  
     12020-07-29  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, use requireOptions
     4        https://bugs.webkit.org/show_bug.cgi?id=214956
     5
     6        * wasm/stress/bottom-tuple.js:
     7
    182020-07-29  Yusuke Suzuki  <ysuzuki@apple.com>
    29
  • trunk/JSTests/wasm/stress/bottom-tuple.js

    r265074 r265076  
    1 //@ runDefault("--useConcurrentJIT=0")
     1//@ requireOptions("--useConcurrentJIT=0")
    22
    33let buffer = new Uint8Array([
Note: See TracChangeset for help on using the changeset viewer.