Reviewers: bbudge, Benedikt Meurer, Dan Ehrenberg,
Description:
[simd.js] Disable SIMD polyfill.
Disable the polyfill in simd.js tests as the functions for Phase 1 have been
implemented.
BUG=v8:4124
LOG=N
[email protected], [email protected], [email protected]
Please review this at https://codereview.chromium.org/1305923005/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -6 lines):
M test/simdjs/SimdJs.json
M test/simdjs/generate.py
M test/simdjs/harness-adapt.js
Index: test/simdjs/SimdJs.json
diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json
index
ae2a32e308c146290125fea1974de07b8c9b5792..3e5eea7501f3adc2aae60c45c98e138fed7a8b77
100644
--- a/test/simdjs/SimdJs.json
+++ b/test/simdjs/SimdJs.json
@@ -9,7 +9,6 @@
],
"resources": [
"test/simdjs/data/src/benchmarks/base.js",
- "test/simdjs/data/src/ecmascript_simd.js",
"test/simdjs/harness-adapt.js",
"test/simdjs/harness-finish.js",
"test/simdjs/data/src/benchmarks/kernel-template.js",
@@ -242,4 +241,4 @@
"timeout_arm": 240,
"timeout_arm64": 120,
"units": "ms"
-}
\ No newline at end of file
+}
Index: test/simdjs/generate.py
diff --git a/test/simdjs/generate.py b/test/simdjs/generate.py
index
b100a94ae66694c322ec54fd3340d7c13cee311e..49a3f639674a2ec981c03522f1da998bb50675c9
100755
--- a/test/simdjs/generate.py
+++ b/test/simdjs/generate.py
@@ -37,7 +37,6 @@ output = {
'units': 'ms',
'resources': [
'test/simdjs/data/src/benchmarks/base.js',
- 'test/simdjs/data/src/ecmascript_simd.js',
'test/simdjs/harness-adapt.js',
'test/simdjs/harness-finish.js'
] + ['test/simdjs/data/src/benchmarks/%s.js' % t for t in tests],
Index: test/simdjs/harness-adapt.js
diff --git a/test/simdjs/harness-adapt.js b/test/simdjs/harness-adapt.js
index
c90d6cc9d181f571307da929197076cd60a89e6d..40bb9979a1b66be7f26367a8b6eaf62f2fecfbd6
100644
--- a/test/simdjs/harness-adapt.js
+++ b/test/simdjs/harness-adapt.js
@@ -21,9 +21,6 @@ load = function(filename) {
}
};
-// TODO(bbudge): Drop when polyfill is not needed.
-load('ecmascript_simd.js');
-
load('base.js');
})();
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.