Skip failing wasm tests on platforms with function descriptors.
Temporarily disable until solution is implemented. R=titzer@chromium.org, bradnelson@chromium.org, ahaas@chromium.org BUG= Review URL: https://codereview.chromium.org/1581103005 Cr-Commit-Position: refs/heads/master@{#33308}
This commit is contained in:
parent
07f1c36273
commit
04f1759522
@ -478,8 +478,11 @@
|
||||
##############################################################################
|
||||
['system == aix or (arch == ppc64 and byteorder == big)', {
|
||||
|
||||
# Test currently broken for platforms with function desciptors
|
||||
# TODO(ppc): Fix for platforms with function desciptors.
|
||||
'test-run-machops/RunComputedCodeObject' : [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP],
|
||||
|
||||
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user