Commit 3790b0ed authored by Andreas Haas's avatar Andreas Haas Committed by V8 LUCI CQ

[wasm] Update spec tests

Drive-by change: fix stray "//".

R=clemensb@chromium.org

Change-Id: I614bbc545ab8cd803f0c64f04e01fa55c4c2ec7b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3605610Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80182}
parent 40036a1e
......@@ -93,7 +93,7 @@
#if V8_ENABLE_WEBASSEMBLY
#include "src/trap-handler/trap-handler.h"
#endif // V8_ENABLE_WEBASSEMBLY
//
#ifndef DCHECK
#define DCHECK(condition) assert(condition)
#endif
......
a2701a46d4279efd4708708e31d8d63eac52ef73
\ No newline at end of file
77caf7a71ca803a21490254a355d3653bc09c463
\ No newline at end of file
......@@ -17,9 +17,6 @@
'wpt/global/type.tentative': [FAIL],
'wpt/table/type.tentative': [FAIL],
# This test is out-dated in the spec repository
'interface': [FAIL],
# Outdated proposal tests.
'proposals/js-types/table/get-set': [FAIL],
'proposals/memory64/table/get-set': [FAIL],
......@@ -29,6 +26,10 @@
'proposals/memory64/memory/constructor': [FAIL],
'proposals/simd/memory/constructor': [FAIL],
'proposals/tail-call/memory/constructor': [FAIL],
'proposals/js-types/interface': [FAIL],
'proposals/memory64/interface': [FAIL],
'proposals/simd/interface': [FAIL],
'proposals/tail-call/interface': [FAIL],
# TODO(v8:10556): Remove sub-typing in the reference-types implementation
'proposals/js-types/constructor/instantiate': [FAIL],
......
01cf69b2b0476c208ff3c8006284ea63adb2d7be
\ No newline at end of file
f91743f2e18c6499455ea1d4924046fff6a4a82b
\ No newline at end of file
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