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

Side by Side Diff: test/simdjs/simdjs.status

Issue 2309833003: [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. (Closed)
Patch Set: Disable one Created 4 years, 3 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
OLDNEW
1 # Copyright 2015 the V8 project authors. All rights reserved. 1 # Copyright 2015 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # -------------------------------------------------------------------- 5 # --------------------------------------------------------------------
6 # If you add a test case to this file, please try to provide 6 # If you add a test case to this file, please try to provide
7 # an explanation of why the test fails; this may ease future 7 # an explanation of why the test fails; this may ease future
8 # debugging. 8 # debugging.
9 # -------------------------------------------------------------------- 9 # --------------------------------------------------------------------
10 10
(...skipping 13 matching lines...) Expand all
24 'benchmarks/kernel-template': [PASS, SLOW], 24 'benchmarks/kernel-template': [PASS, SLOW],
25 'benchmarks/memset': [PASS, SLOW], 25 'benchmarks/memset': [PASS, SLOW],
26 }], 26 }],
27 27
28 ###################################################################### 28 ######################################################################
29 ['byteorder == big', { 29 ['byteorder == big', {
30 # shell_test_runner requires little-endian, skip it on big-endian. 30 # shell_test_runner requires little-endian, skip it on big-endian.
31 'shell_test_runner': [SKIP], 31 'shell_test_runner': [SKIP],
32 }], # 'byteorder == big' 32 }], # 'byteorder == big'
33 33
34 ######################################################################
35 ['variant == asm_wasm', {
36 # TODO(bradnelson): https://bugs.chromium.org/p/v8/issues/detail?id=5356
37 'benchmarks/memset': [SKIP],
38 }], # variant == asm_wasm
39
34 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698