v8/test/mjsunit/wasm
Michael Starzinger ed8a119f35 [wasm] Actually run worker-module.js test case.
R=clemensh@chromium.org
TEST=mjsunit/wasm/worker-module

Change-Id: I56c274c67354d534f86312ee8fe7b7761da8ca44
Reviewed-on: https://chromium-review.googlesource.com/1138074
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54456}
2018-07-16 10:46:46 +00:00
..
embenchen
adapter-frame.js
add-getters.js
anyref.js [wasm][anyref] Implement ref.is_null 2018-04-10 07:28:37 +00:00
asm-wasm-copy.js
asm-wasm-deopt.js
asm-wasm-exception-in-tonumber.js
asm-wasm-expr.js
asm-wasm-f32.js [wasm] Enable more asm.js tests 2018-02-21 15:42:22 +00:00
asm-wasm-f64.js [wasm] Enable more asm.js tests 2018-02-21 15:42:22 +00:00
asm-wasm-heap.js
asm-wasm-i32.js
asm-wasm-literals.js
asm-wasm-names.js
asm-wasm-stack.js
asm-wasm-stdlib.js
asm-wasm-switch.js
asm-wasm-u32.js
asm-wasm.js [asm.js] Fix continue target in for loops 2017-12-18 16:29:27 +00:00
asm-with-wasm-off.js
async-compile.js [wasm] Create module object in async compilation earlier. 2018-05-09 07:54:56 +00:00
atomics.js
bounds-check-64bit.js
calls.js
compilation-limits-asm.js
compilation-limits.js
compiled-module-management.js [wasm] Remove {WasmCompiledModule} object type. 2018-06-27 14:02:51 +00:00
compiled-module-serialization.js [wasm] Fix serialization of {WasmCode} with jump tables. 2018-07-02 14:41:13 +00:00
data-segments.js
disable-trap-handler.js
disallow-codegen.js
divrem-trap.js
ensure-wasm-binaries-up-to-date.js
errors.js [wasm] Improve trap messages 2018-02-02 11:27:11 +00:00
exceptions.js
export-global.js [wasm] Enable mutable-global by default 2018-06-12 23:08:48 +00:00
export-mutable-global.js [wasm] Fix for exporting imported mutable globals 2018-06-12 21:26:27 +00:00
export-table.js
expose-wasm.js
ffi-error.js
ffi.js [wasm] Don't call constructors directly from wasm2js wrappers 2018-03-29 11:48:32 +00:00
float-constant-folding.js
function-names.js
function-prototype.js [wasm] Fix prototype property of exported functions 2018-02-28 09:14:57 +00:00
gc-buffer.js
gc-frame.js
gc-stress.js
globals.js [wasm] Enable mutable-global by default 2018-06-12 23:08:48 +00:00
graceful_shutdown.js [d8] Add no-wait-for-wasm flag 2018-03-16 15:35:27 +00:00
grow-memory-detaching.js [wasm] grow_memory(0) should detach the underlying ArrayBuffer 2018-01-16 19:07:59 +00:00
grow-memory-in-branch.js
grow-memory-in-call.js
grow-memory-in-loop.js
grow-memory.js
huge-memory.js
import-function.js [wasm] Use correct instance when calling start function 2018-05-15 16:17:29 +00:00
import-memory.js
import-mutable-global.js [wasm] Fix for exporting imported mutable globals 2018-06-12 21:26:27 +00:00
incrementer.wasm
indirect-calls.js
indirect-sig-mismatch.js
indirect-tables.js [wasm] Fix target instance for indirect calls to imports 2018-04-27 08:27:56 +00:00
instance-gc.js
instance-memory-gc-stress.js
instantiate-module-basic.js
instantiate-run-basic.js
interpreter-mixed.js
interpreter.js [wasm] Fix importing exported function in interpreter 2018-07-06 11:22:01 +00:00
js-api.js
jsapi-harness.js [wasm] Update spec tests 2018-02-14 14:17:44 +00:00
large-offset.js
lazy-compilation.js
liftoff-trap-handler.js [liftoff] fix statically out of bounds memory access with trap handlers 2018-03-23 19:24:16 +00:00
liftoff.js [wasm] Prepare enabling liftoff by default on ia32 and x64 2018-06-22 11:06:26 +00:00
many-parameters.js [Liftoff] Implement direct calls 2018-01-09 10:54:56 +00:00
memory-external-call.js
memory-instance-validation.js
memory-size.js Reland "[wasm] Fix page size constant + test limits on max pages." 2018-01-19 10:19:32 +00:00
memory.js
module-memory.js [wasm] Fall back on bounds checks when guarded memory unavailable 2018-06-07 01:29:53 +00:00
multi-value.js
mutable-globals.js [wasm] Rename type to value in Global constructor 2018-05-30 21:08:03 +00:00
names.js
OWNERS Remove mtrofin and rossberg from OWNERS 2018-02-15 23:48:43 +00:00
parallel_compilation.js
params.js
print-code.js [wasm] Add test for printing wasm code after deserialization 2018-06-05 19:15:15 +00:00
receiver.js
serialize-lazy-module.js [wasm] Fix serialization of lazily compiled modules 2018-06-12 17:07:36 +00:00
shared-memory.js [wasm] Allocate SAB when memory is shared 2017-12-21 01:01:32 +00:00
stack.js
stackwalk.js
start-function.js [wasm] Reject an exception in the start function on the promise 2018-06-13 09:01:48 +00:00
streaming-compile.js
streaming-error-position.js
streaming-trap-location.js
table-grow.js [wasm] Merge the WasmContext into WasmInstanceObject 2018-04-06 12:13:26 +00:00
table.js
test-wasm-module-builder.js
tier-up-testing-flag.js [wasm][fuzzer] Test combinations of Turbofan and Liftoff 2018-07-12 12:56:30 +00:00
trap-handler-fallback.js [wasm] Fall back on bounds checks when guarded memory unavailable 2018-06-07 01:29:53 +00:00
trap-location.js
unicode-validation.js
unicode.js
unreachable-validation.js
unreachable.js
user-properties-common.js
user-properties-constructed.js
user-properties-exported.js
user-properties-module.js
user-properties-reexport.js
verify-module-basic-errors.js
wasm-api-overloading.js
wasm-constants.js [wasm][anyref] Implement ref.is_null 2018-04-10 07:28:37 +00:00
wasm-default.js
wasm-module-builder.js [wasm] Implement importing mutable globals 2018-04-25 18:57:48 +00:00
wasm-object-api.js
worker-memory.js [wasm] postMessage of WebAssembly.Module in d8 2018-06-28 16:54:06 +00:00
worker-module.js [wasm] Actually run worker-module.js test case. 2018-07-16 10:46:46 +00:00