aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/wasm-spec-tests
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2017-09-12 11:34:59 +0200
committerAnna Henningsen <anna@addaleax.net>2017-09-13 16:15:18 +0200
commitd82e1075dbc2cec2d6598ade10c1f43805f690fd (patch)
treeccd242b9b491dfc341d1099fe11b0ef528839877 /deps/v8/test/wasm-spec-tests
parentb4b7ac6ae811b2b5a3082468115dfb5a5246fe3f (diff)
downloadandroid-node-v8-d82e1075dbc2cec2d6598ade10c1f43805f690fd.tar.gz
android-node-v8-d82e1075dbc2cec2d6598ade10c1f43805f690fd.tar.bz2
android-node-v8-d82e1075dbc2cec2d6598ade10c1f43805f690fd.zip
deps: update V8 to 6.1.534.36
PR-URL: https://github.com/nodejs/node/pull/14730 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'deps/v8/test/wasm-spec-tests')
-rw-r--r--deps/v8/test/wasm-spec-tests/OWNERS2
-rw-r--r--deps/v8/test/wasm-spec-tests/tests.tar.gz.sha12
-rw-r--r--deps/v8/test/wasm-spec-tests/wasm-spec-tests.status24
3 files changed, 20 insertions, 8 deletions
diff --git a/deps/v8/test/wasm-spec-tests/OWNERS b/deps/v8/test/wasm-spec-tests/OWNERS
index f1e9a3c2a6..c42a6f4caa 100644
--- a/deps/v8/test/wasm-spec-tests/OWNERS
+++ b/deps/v8/test/wasm-spec-tests/OWNERS
@@ -2,3 +2,5 @@ ahaas@chromium.org
clemensh@chromium.org
machenbach@chromium.org
rossberg@chromium.org
+
+# COMPONENT: Blink>JavaScript>WebAssembly
diff --git a/deps/v8/test/wasm-spec-tests/tests.tar.gz.sha1 b/deps/v8/test/wasm-spec-tests/tests.tar.gz.sha1
index c7c7302719..220ac999f3 100644
--- a/deps/v8/test/wasm-spec-tests/tests.tar.gz.sha1
+++ b/deps/v8/test/wasm-spec-tests/tests.tar.gz.sha1
@@ -1 +1 @@
-5f9abe489629911cd1ea4c47f45ae2b3f9050a44 \ No newline at end of file
+fd32148c2fedcce0828d9ef94b8081a84ff35fa9 \ No newline at end of file
diff --git a/deps/v8/test/wasm-spec-tests/wasm-spec-tests.status b/deps/v8/test/wasm-spec-tests/wasm-spec-tests.status
index eccfbd58e3..f0e4af7e79 100644
--- a/deps/v8/test/wasm-spec-tests/wasm-spec-tests.status
+++ b/deps/v8/test/wasm-spec-tests/wasm-spec-tests.status
@@ -4,17 +4,27 @@
[
[ALWAYS, {
- # These tests fail because mips does not support the correct NaN bit patterns.
- 'tests/float_misc': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
- 'tests/float_exprs': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
- 'tests/f32': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
- 'tests/f64': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
-
#TODO(ahaas): Add additional stack checks on mips.
# Issue 6318: Stack checks for functions with huge stack frames fail on x64 and ia32
- 'tests/skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or arch == x64 or arch == ia32 or ((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]],
+ 'tests/skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or ((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]],
}], # ALWAYS
+['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', {
+ # These tests fail because mips does not support the correct NaN bit patterns.
+ 'tests/float_misc': [SKIP],
+ 'tests/float_exprs': [SKIP],
+ 'tests/f32': [SKIP],
+ 'tests/f64': [SKIP],
+ 'tests/f32_bitwise': [SKIP],
+ 'tests/f64_bitwise': [SKIP],
+}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64'
+
+['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simulator_run', {
+ # This test fail because mips does not support the correct NaN bit patterns.
+ # But it doesn't fail in simulator.
+ 'tests/conversions': [SKIP],
+}], # '(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simulator_run'
+
['arch == arm and not simulator_run', {
# Too slow on chromebooks.
'tests/br_table': [SKIP],