Skip to content

Commit

Permalink
Fix imported v8 SIMD tests missing test runner options.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=248984

Unreviewed test gardening.

* JSTests/wasm/v8/regress/regress-1254675.js:
* JSTests/wasm/v8/regress/regress-763697.js:

Canonical link: https://commits.webkit.org/257593@main
  • Loading branch information
Justin Michaud committed Dec 8, 2022
1 parent 1bb041b commit 5401469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JSTests/wasm/v8/regress/regress-1254675.js
@@ -1,3 +1,4 @@
//@ requireOptions("--useWebAssemblySIMD=0")
// Copyright 2020 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Expand Down
1 change: 1 addition & 0 deletions JSTests/wasm/v8/regress/regress-763697.js
@@ -1,3 +1,4 @@
//@ requireOptions("--useWebAssemblySIMD=0")
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Expand Down

0 comments on commit 5401469

Please sign in to comment.