v8/test/mjsunit/wasm/futex-interpreter.js
Deepti Gandluri 4cfa97f66b [wasm] Add atomics wait/notify to the interpreter, enable tests.
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}
2019-12-11 15:17:35 +00:00

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");