[wasm] Update spec tests

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

Change-Id: I0843c11a3034062182be99514d092c474116c25c
Reviewed-on: https://chromium-review.googlesource.com/1122415
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54161}
This commit is contained in:
Andreas Haas 2018-07-02 17:03:38 +02:00 committed by Commit Bot
parent ff32ba8e54
commit f50747b1b5
3 changed files with 2 additions and 9 deletions

2
DEPS
View File

@ -66,7 +66,7 @@ deps = {
'v8/tools/luci-go':
Var('chromium_url') + '/chromium/src/tools/luci-go.git' + '@' + '0e27f885f2fc5b81e2df6105b8285f8151e2a6fe',
'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 = [

View File

@ -1 +1 @@
1a23e57c4eeff80ed93119c3e128d08b37c530f6
33b4cfac1113d423fa119b7a8c9c499fa1770626

View File

@ -43,11 +43,4 @@
'tests/f64': [SKIP],
}], # '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],
}],
]