Commit f50747b1 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[wasm] Update spec tests

R=binji@chromium.org
Bug: v8:7846

Change-Id: I0843c11a3034062182be99514d092c474116c25c
Reviewed-on: https://chromium-review.googlesource.com/1122415Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54161}
parent ff32ba8e
...@@ -66,7 +66,7 @@ deps = { ...@@ -66,7 +66,7 @@ deps = {
'v8/tools/luci-go': 'v8/tools/luci-go':
Var('chromium_url') + '/chromium/src/tools/luci-go.git' + '@' + '0e27f885f2fc5b81e2df6105b8285f8151e2a6fe', Var('chromium_url') + '/chromium/src/tools/luci-go.git' + '@' + '0e27f885f2fc5b81e2df6105b8285f8151e2a6fe',
'v8/test/wasm-js': 'v8/test/wasm-js':
Var('chromium_url') + '/external/github.com/WebAssembly/spec.git' + '@' + '27d63f22e72395248d314520b3ad5b1e0943fc10', Var('chromium_url') + '/external/github.com/WebAssembly/spec.git' + '@' + '0fa590454e93aae356a58c68ad58e6c289551e39',
} }
recursedeps = [ recursedeps = [
......
1a23e57c4eeff80ed93119c3e128d08b37c530f6 33b4cfac1113d423fa119b7a8c9c499fa1770626
\ No newline at end of file \ No newline at end of file
...@@ -43,11 +43,4 @@ ...@@ -43,11 +43,4 @@
'tests/f64': [SKIP], 'tests/f64': [SKIP],
}], # 'arch == s390 or arch == s390x' }], # 'arch == s390 or arch == s390x'
[ALWAYS, {
# TODO(v8:7846): These tests will pass when the wasm-spec-tests repo is updated.
'tests/linking': [SKIP],
'tests/exports': [SKIP],
'tests/globals': [SKIP],
}],
] ]
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