v8/test/wasm-api-tests
Jakob Kummerow 6d73ced600 [wasm-c-api] Drop Isolate::Enter/Exit calls...
...from the Store constructor/destructor. They were preventing embedders
from using several Stores with overlapping but non-nested lifetimes.
Without Isolate::Enter, such use cases are supported; the only consequence
is that Isolate::Current will not work and therefore must not be called;
but it is deprecated and not called from the Wasm C API anyway.

Change-Id: I65eda00243126e189febb0fd8b38a953c4ee078f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1698387
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62692}
2019-07-12 18:51:32 +00:00
..
BUILD.gn [wasm-c-api] Add test for traps 2019-07-12 15:31:21 +00:00
callbacks.cc [wasm-c-api] Add test for traps 2019-07-12 15:31:21 +00:00
DEPS
finalize.cc [wasm-c-api] Add test for globals 2019-07-08 14:24:56 +00:00
globals.cc [wasm-c-api] Add test for globals 2019-07-08 14:24:56 +00:00
memory.cc [cleanup] Unify exports handling in WasmModuleBuilder 2019-07-11 15:50:30 +00:00
reflect.cc [cleanup] Unify exports handling in WasmModuleBuilder 2019-07-11 15:50:30 +00:00
run-all-wasm-api-tests.cc
serialize.cc [wasm-c-api] Add serialization test 2019-07-11 11:46:02 +00:00
table.cc [cleanup] Unify exports handling in WasmModuleBuilder 2019-07-11 15:50:30 +00:00
testcfg.py
threads.cc [wasm-c-api] Drop Isolate::Enter/Exit calls... 2019-07-12 18:51:32 +00:00
traps.cc [wasm-c-api] Add test for traps 2019-07-12 15:31:21 +00:00
wasm-api-test.h [wasm-c-api] Add test with multiple threads 2019-07-12 14:47:58 +00:00
wasm-api-tests.status