Commit 31be4b45 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[wasm] Reenable tests on n5x device

R=ahaas@chromium.org

Bug: v8:8158
Change-Id: Ifb00cd7b106f1ac5614acfb5ff7c2e8c0a9b0170
Reviewed-on: https://chromium-review.googlesource.com/1228055Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55963}
parent 95cd71c2
......@@ -396,74 +396,6 @@
'test-assembler-arm64/scvtf_ucvtf_float': [FAIL],
'test-assembler-arm64/smull': [FAIL],
'test-code-stubs-arm64/ConvertDToI': [FAIL],
# https://crbug.com/v8/8158
'test-run-wasm-module/Run_WasmModule_Reclaim_Memory': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I32SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_I64SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmInterpreter_LoadMemI32_const_oob': [FAIL],
'test-run-wasm/RunWasmInterpreter_LoadMemI32_const_oob_misaligned': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I32SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_I64SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmLiftoff_LoadMemI32_const_oob': [FAIL],
'test-run-wasm/RunWasmLiftoff_LoadMemI32_const_oob_misaligned': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I32SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64AddOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64DivSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64DivUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64MulOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64RemSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64RemUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64ShlOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64ShrSOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64ShrUOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_I64SubOnDifferentRegisters': [FAIL],
'test-run-wasm/RunWasmTurbofan_LoadMemI32_const_oob': [FAIL],
'test-run-wasm/RunWasmTurbofan_LoadMemI32_const_oob_misaligned': [FAIL],
}], # 'system == android'
##############################################################################
......
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