s390x: enable liftoff testing
Change-Id: I35c08f9d64210f0ddbedd2c394f59bc3cb5180fe Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2821635 Commit-Queue: Junliang Yan <junyan@redhat.com> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#73936}
This commit is contained in:
parent
53f0698ddd
commit
7de9631d57
@ -447,21 +447,22 @@
|
||||
# TODO(ppc/s390): support concurrent patching of jump table
|
||||
'test-jump-table-assembler/*': [SKIP],
|
||||
|
||||
# Liftoff is not currently supported on ppc and s390
|
||||
'test-liftoff-*': [SKIP],
|
||||
'test-wasm-breakpoints/*' : [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_CompilationHintsNoTiering': [SKIP],
|
||||
'test-wasm-serialization/TierDownAfterDeserialization': [SKIP],
|
||||
'test-gc/RunWasmLiftoff*': [SKIP],
|
||||
|
||||
# SIMD not fully implemented yet
|
||||
'test-run-wasm-simd-liftoff/*': [SKIP],
|
||||
'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP]
|
||||
|
||||
}], # 'arch == ppc or arch == ppc64 or arch == s390 or arch == s390x'
|
||||
|
||||
['arch == ppc64', {
|
||||
# https://crbug.com/v8/8766
|
||||
'test-bytecode-generator/WideRegisters': [SKIP],
|
||||
# Liftoff is not currently supported on ppc
|
||||
'test-liftoff-*': [SKIP],
|
||||
'test-gc/RunWasmLiftoff*': [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_CompilationHintsNoTiering': [SKIP],
|
||||
'test-wasm-serialization/TierDownAfterDeserialization': [SKIP],
|
||||
}],
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user