Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: test/simdjs/SimdJs.json

Issue 1256693002: Disable failing simdjs tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Missed two files. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/SimdJs.json
diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json
index a3f01dddc8c90e307eb77e1e6d98ea8b4b9e3c6d..ae2a32e308c146290125fea1974de07b8c9b5792 100644
--- a/test/simdjs/SimdJs.json
+++ b/test/simdjs/SimdJs.json
@@ -18,15 +18,11 @@
"test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js",
"test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js",
"test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js",
- "test/simdjs/data/src/benchmarks/averageFloat64x2.js",
- "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js",
- "test/simdjs/data/src/benchmarks/mandelbrot.js",
"test/simdjs/data/src/benchmarks/matrix-multiplication.js",
"test/simdjs/data/src/benchmarks/transform.js",
"test/simdjs/data/src/benchmarks/shiftrows.js",
"test/simdjs/data/src/benchmarks/transpose4x4.js",
"test/simdjs/data/src/benchmarks/inverse4x4.js",
- "test/simdjs/data/src/benchmarks/sinx4.js",
"test/simdjs/data/src/benchmarks/memset.js",
"test/simdjs/data/src/benchmarks/memcpy.js"
],
@@ -132,54 +128,6 @@
},
{
"flags": [
- "test/simdjs/data/src/benchmarks/averageFloat64x2.js"
- ],
- "main": "test/simdjs/harness-finish.js",
- "name": "averageFloat64x2",
- "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
- "tests": [
- {
- "name": "SIMD"
- },
- {
- "name": "Non-SIMD"
- }
- ]
- },
- {
- "flags": [
- "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js"
- ],
- "main": "test/simdjs/harness-finish.js",
- "name": "averageFloat64x2Load",
- "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
- "tests": [
- {
- "name": "SIMD"
- },
- {
- "name": "Non-SIMD"
- }
- ]
- },
- {
- "flags": [
- "test/simdjs/data/src/benchmarks/mandelbrot.js"
- ],
- "main": "test/simdjs/harness-finish.js",
- "name": "mandelbrot",
- "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
- "tests": [
- {
- "name": "SIMD"
- },
- {
- "name": "Non-SIMD"
- }
- ]
- },
- {
- "flags": [
"test/simdjs/data/src/benchmarks/matrix-multiplication.js"
],
"main": "test/simdjs/harness-finish.js",
@@ -260,22 +208,6 @@
},
{
"flags": [
- "test/simdjs/data/src/benchmarks/sinx4.js"
- ],
- "main": "test/simdjs/harness-finish.js",
- "name": "sinx4",
- "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
- "tests": [
- {
- "name": "SIMD"
- },
- {
- "name": "Non-SIMD"
- }
- ]
- },
- {
- "flags": [
"test/simdjs/data/src/benchmarks/memset.js"
],
"main": "test/simdjs/harness-finish.js",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698