4cfa97f66b
Bug: chromium:1027441 Change-Id: Ieac67e06aebf57a11327cbd34dd31f62cbe540b1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1957847 Commit-Queue: Deepti Gandluri <gdeepti@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#65415}
13 lines
468 B
JavaScript
13 lines
468 B
JavaScript
// Copyright 2019 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.
|
|
|
|
// Flags: --experimental-wasm-threads --allow-natives-syntax
|
|
// Flags: --wasm-interpret-all
|
|
|
|
// This is a wrapper for existing futex tests with the --wasm-interpret-all
|
|
// flag added. If we ever decide to add a test variant for this, this file can
|
|
// be removed.
|
|
|
|
load("test/mjsunit/wasm/futex.js");
|