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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "flags": [ 2 "flags": [
3 "--harmony-object", 3 "--harmony-object",
4 "test/simdjs/harness-adapt.js" 4 "test/simdjs/harness-adapt.js"
5 ], 5 ],
6 "name": "SIMDJS", 6 "name": "SIMDJS",
7 "path": [ 7 "path": [
8 "../../" 8 "../../"
9 ], 9 ],
10 "resources": [ 10 "resources": [
11 "test/simdjs/data/src/benchmarks/base.js", 11 "test/simdjs/data/src/benchmarks/base.js",
12 "test/simdjs/data/src/ecmascript_simd.js", 12 "test/simdjs/data/src/ecmascript_simd.js",
13 "test/simdjs/harness-adapt.js", 13 "test/simdjs/harness-adapt.js",
14 "test/simdjs/harness-finish.js", 14 "test/simdjs/harness-finish.js",
15 "test/simdjs/data/src/benchmarks/kernel-template.js", 15 "test/simdjs/data/src/benchmarks/kernel-template.js",
16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", 16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js",
17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js",
18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js",
19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js",
20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", 20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js",
21 "test/simdjs/data/src/benchmarks/averageFloat64x2.js",
22 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js",
23 "test/simdjs/data/src/benchmarks/mandelbrot.js",
24 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", 21 "test/simdjs/data/src/benchmarks/matrix-multiplication.js",
25 "test/simdjs/data/src/benchmarks/transform.js", 22 "test/simdjs/data/src/benchmarks/transform.js",
26 "test/simdjs/data/src/benchmarks/shiftrows.js", 23 "test/simdjs/data/src/benchmarks/shiftrows.js",
27 "test/simdjs/data/src/benchmarks/transpose4x4.js", 24 "test/simdjs/data/src/benchmarks/transpose4x4.js",
28 "test/simdjs/data/src/benchmarks/inverse4x4.js", 25 "test/simdjs/data/src/benchmarks/inverse4x4.js",
29 "test/simdjs/data/src/benchmarks/sinx4.js",
30 "test/simdjs/data/src/benchmarks/memset.js", 26 "test/simdjs/data/src/benchmarks/memset.js",
31 "test/simdjs/data/src/benchmarks/memcpy.js" 27 "test/simdjs/data/src/benchmarks/memcpy.js"
32 ], 28 ],
33 "run_count": 5, 29 "run_count": 5,
34 "run_count_arm": 3, 30 "run_count_arm": 3,
35 "run_count_arm64": 3, 31 "run_count_arm64": 3,
36 "tests": [ 32 "tests": [
37 { 33 {
38 "flags": [ 34 "flags": [
39 "test/simdjs/data/src/benchmarks/kernel-template.js" 35 "test/simdjs/data/src/benchmarks/kernel-template.js"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 { 121 {
126 "name": "SIMD" 122 "name": "SIMD"
127 }, 123 },
128 { 124 {
129 "name": "Non-SIMD" 125 "name": "Non-SIMD"
130 } 126 }
131 ] 127 ]
132 }, 128 },
133 { 129 {
134 "flags": [ 130 "flags": [
135 "test/simdjs/data/src/benchmarks/averageFloat64x2.js"
136 ],
137 "main": "test/simdjs/harness-finish.js",
138 "name": "averageFloat64x2",
139 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
140 "tests": [
141 {
142 "name": "SIMD"
143 },
144 {
145 "name": "Non-SIMD"
146 }
147 ]
148 },
149 {
150 "flags": [
151 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js"
152 ],
153 "main": "test/simdjs/harness-finish.js",
154 "name": "averageFloat64x2Load",
155 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
156 "tests": [
157 {
158 "name": "SIMD"
159 },
160 {
161 "name": "Non-SIMD"
162 }
163 ]
164 },
165 {
166 "flags": [
167 "test/simdjs/data/src/benchmarks/mandelbrot.js"
168 ],
169 "main": "test/simdjs/harness-finish.js",
170 "name": "mandelbrot",
171 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
172 "tests": [
173 {
174 "name": "SIMD"
175 },
176 {
177 "name": "Non-SIMD"
178 }
179 ]
180 },
181 {
182 "flags": [
183 "test/simdjs/data/src/benchmarks/matrix-multiplication.js" 131 "test/simdjs/data/src/benchmarks/matrix-multiplication.js"
184 ], 132 ],
185 "main": "test/simdjs/harness-finish.js", 133 "main": "test/simdjs/harness-finish.js",
186 "name": "matrix-multiplication", 134 "name": "matrix-multiplication",
187 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", 135 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
188 "tests": [ 136 "tests": [
189 { 137 {
190 "name": "SIMD" 138 "name": "SIMD"
191 }, 139 },
192 { 140 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 { 201 {
254 "name": "SIMD" 202 "name": "SIMD"
255 }, 203 },
256 { 204 {
257 "name": "Non-SIMD" 205 "name": "Non-SIMD"
258 } 206 }
259 ] 207 ]
260 }, 208 },
261 { 209 {
262 "flags": [ 210 "flags": [
263 "test/simdjs/data/src/benchmarks/sinx4.js"
264 ],
265 "main": "test/simdjs/harness-finish.js",
266 "name": "sinx4",
267 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
268 "tests": [
269 {
270 "name": "SIMD"
271 },
272 {
273 "name": "Non-SIMD"
274 }
275 ]
276 },
277 {
278 "flags": [
279 "test/simdjs/data/src/benchmarks/memset.js" 211 "test/simdjs/data/src/benchmarks/memset.js"
280 ], 212 ],
281 "main": "test/simdjs/harness-finish.js", 213 "main": "test/simdjs/harness-finish.js",
282 "name": "memset", 214 "name": "memset",
283 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", 215 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
284 "tests": [ 216 "tests": [
285 { 217 {
286 "name": "SIMD" 218 "name": "SIMD"
287 }, 219 },
288 { 220 {
(...skipping 15 matching lines...) Expand all
304 { 236 {
305 "name": "Non-SIMD" 237 "name": "Non-SIMD"
306 } 238 }
307 ] 239 ]
308 } 240 }
309 ], 241 ],
310 "timeout_arm": 240, 242 "timeout_arm": 240,
311 "timeout_arm64": 120, 243 "timeout_arm64": 120,
312 "units": "ms" 244 "units": "ms"
313 } 245 }
OLDNEW
« 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