Commit e8f9ff85 authored by jameslahm's avatar jameslahm Committed by V8 LUCI CQ

[test] Move cctest/test-api-wasm to unittests/

... api/api-wasm-unittest.

Bug: v8:12781
Change-Id: I6d6eafcbc67e114fc1fa9b1f1f8dea21ab831ee6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3748165Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: 王澳 <wangao.james@bytedance.com>
Cr-Commit-Position: refs/heads/main@{#81937}
parent 7eda3f55
......@@ -333,7 +333,6 @@ v8_source_set("cctest_sources") {
# test-run-native-calls uses wasm's LinkageAllocator.
"compiler/test-run-native-calls.cc",
"test-api-wasm.cc",
"test-js-to-wasm.cc",
"wasm/test-backing-store.cc",
"wasm/test-c-wasm-entry.cc",
......
......@@ -553,8 +553,6 @@
'test-api/WasmI32AtomicWaitCallback': [SKIP],
'test-api/WasmI64AtomicWaitCallback': [SKIP],
'test-api/WasmSetJitCodeEventHandler': [SKIP],
'test-api-wasm/WasmStreaming*': [SKIP],
'test-api-wasm/WasmCompileToWasmModuleObject': [SKIP],
'test-backing-store/Run_WasmModule_Buffer_Externalized_Regression_UseAfterFree': [SKIP],
'test-c-wasm-entry/*': [SKIP],
'test-compilation-cache/*': [SKIP],
......@@ -841,7 +839,6 @@
# Performs GC or expects OOM
'test-alloc/StressHandles': [SKIP],
'test-alloc/StressJS': [SKIP],
'test-api-wasm/WasmStreamingCallback': [SKIP],
'test-api/DontLeakGlobalObjects': [SKIP],
'test-api/ExternalInternalizedStringCollectedAtGC': [SKIP],
'test-api/ExternalStringWithDisposeHandling': [SKIP],
......
......@@ -504,6 +504,7 @@ v8_source_set("unittests_sources") {
if (v8_enable_webassembly) {
sources += [
"../../test/common/wasm/wasm-macro-gen.h",
"api/api-wasm-unittest.cc",
"asmjs/asm-scanner-unittest.cc",
"asmjs/asm-types-unittest.cc",
"compiler/int64-lowering-unittest.cc",
......
......@@ -67,6 +67,9 @@
['not has_webassembly or variant == jitless', {
'ValueSerializerTestWithSharedArrayBufferClone.RoundTripWebAssemblyMemory': [SKIP],
'ValueSerializerTestWithWasm.*': [SKIP],
'ApiWasmTest.WasmStreaming*': [SKIP],
'ApiWasmTest.WasmCompileToWasmModuleObject': [SKIP],
'ApiWasmTest.WasmStreamingCallback': [SKIP],
}], # not has_webassembly or variant == jitless
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment