Commit 54a1942a authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[asm.js] Widen test coverage to cctest and friends.

R=machenbach@chromium.org
BUG=v8:6127

Change-Id: I19092232bc0de728ec37fa9188998ec9dbd94bed
Reviewed-on: https://chromium-review.googlesource.com/459498
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44170}
parent 06c26f64
...@@ -377,7 +377,15 @@ ...@@ -377,7 +377,15 @@
############################################################################## ##############################################################################
['variant == asm_wasm', { ['variant == asm_wasm', {
'*': [SKIP], # Issue 6127: We won't fix these in the "old" validator. But we definitely
# need to re-enable these for the "new" validator.
'test-serialize/PartialSerializerContext': [SKIP],
'test-serialize/PartialSerializerCustomContext': [SKIP],
'test-serialize/PartialSerializerObject': [SKIP],
'test-serialize/StartupSerializerOnce': [SKIP],
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwice': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
}], # variant == asm_wasm }], # variant == asm_wasm
############################################################################## ##############################################################################
......
...@@ -73,7 +73,9 @@ ...@@ -73,7 +73,9 @@
############################################################################## ##############################################################################
['variant == asm_wasm', { ['variant == asm_wasm', {
'*': [SKIP], # Issue 6127: We won't fix these in the "old" validator. But we definitely
# need to re-enable these for the "new" validator.
'debug/wasm/asm-debug': [SKIP],
}], # variant == asm_wasm }], # variant == asm_wasm
############################################################################## ##############################################################################
......
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
[ [
##############################################################################
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
############################################################################## ##############################################################################
['variant == wasm_traps', { ['variant == wasm_traps', {
'*': [SKIP], '*': [SKIP],
......
...@@ -31,10 +31,6 @@ ...@@ -31,10 +31,6 @@
'overrides/caching': [PASS, FAIL], 'overrides/caching': [PASS, FAIL],
}], # ALWAYS }], # ALWAYS
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
['variant == wasm_traps', { ['variant == wasm_traps', {
'*': [SKIP], '*': [SKIP],
}], # variant == wasm_traps }], # variant == wasm_traps
......
...@@ -990,10 +990,6 @@ ...@@ -990,10 +990,6 @@
'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
}], # 'arch == arm64 and simulator_run == True' }], # 'arch == arm64 and simulator_run == True'
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
['variant == wasm_traps', { ['variant == wasm_traps', {
'*': [SKIP], '*': [SKIP],
}], # variant == wasm_traps }], # variant == wasm_traps
......
...@@ -686,10 +686,6 @@ ...@@ -686,10 +686,6 @@
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
}], # asan == True or msan == True or tsan == True }], # asan == True or msan == True or tsan == True
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
['variant == wasm_traps', { ['variant == wasm_traps', {
'*': [SKIP], '*': [SKIP],
}], # variant == wasm_traps }], # variant == wasm_traps
......
...@@ -18,12 +18,4 @@ ...@@ -18,12 +18,4 @@
'RegisterAllocatorTest.CanAllocateFPRegisters': [SKIP], 'RegisterAllocatorTest.CanAllocateFPRegisters': [SKIP],
}], # 'arch == x87' }], # 'arch == x87'
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
['variant == wasm_traps', {
'*': [SKIP],
}], # variant == wasm_traps
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment