[wasm] Update spec tests
One spec test is failing at the moment. I disabled it for now and created an bugtracker issue: https://crbug.com/v8/8633 R=gdeepti@chromium.org Change-Id: Ibc3087d0582b95395d45d261155f6ac7e1a47f0c Reviewed-on: https://chromium-review.googlesource.com/c/1394551 Reviewed-by: Deepti Gandluri <gdeepti@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#58538}
This commit is contained in:
parent
214282249f
commit
fc664bda17
2
DEPS
2
DEPS
@ -104,7 +104,7 @@ deps = {
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'v8/test/wasm-js/data':
|
||||
Var('chromium_url') + '/external/github.com/WebAssembly/spec.git' + '@' + '2640923af9f09b852f4fc2e41352df638856fcdc',
|
||||
Var('chromium_url') + '/external/github.com/WebAssembly/spec.git' + '@' + 'b42efa9b07c5544079c31f6088a66bead617559c',
|
||||
}
|
||||
|
||||
recursedeps = [
|
||||
|
@ -13,6 +13,11 @@
|
||||
'global/value-get-set': [FAIL],
|
||||
}], # ALWAYS
|
||||
|
||||
[ALWAYS, {
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=8633
|
||||
'limits': [SKIP],
|
||||
}], # ALWAYS
|
||||
|
||||
['arch == s390 or arch == s390x or system == aix', {
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=8402
|
||||
'instance/constructor': [SKIP],
|
||||
|
@ -1 +1 @@
|
||||
7a6ea5a716573849990d8103fafc54a3f76d40ec
|
||||
6a2c7fb6e2a4ead5d261c9fdac77d3129268848e
|
Loading…
Reference in New Issue
Block a user