Commit e27a3713 authored by bradnelson's avatar bradnelson Committed by Commit bot

Disable more wasm tests.

Disabling a failing PPC wasm test.

BUG=
R=bbudge@chromium.org

Review URL: https://codereview.chromium.org/1561823002

Cr-Commit-Position: refs/heads/master@{#33132}
parent 4c226081
...@@ -76,6 +76,9 @@ TEST(Run_WasmModule_Return114) { ...@@ -76,6 +76,9 @@ TEST(Run_WasmModule_Return114) {
} }
// TODO(tizer): Figure out why this crashes with PPC.
#if !defined(V8_TARGET_ARCH_PPC) && !defined(V8_TARGET_ARCH_PPC64)
TEST(Run_WasmModule_CallAdd) { TEST(Run_WasmModule_CallAdd) {
Zone zone; Zone zone;
WasmModuleBuilder* builder = new (&zone) WasmModuleBuilder(&zone); WasmModuleBuilder* builder = new (&zone) WasmModuleBuilder(&zone);
...@@ -97,6 +100,8 @@ TEST(Run_WasmModule_CallAdd) { ...@@ -97,6 +100,8 @@ TEST(Run_WasmModule_CallAdd) {
TestModule(writer->WriteTo(&zone), 99); TestModule(writer->WriteTo(&zone), 99);
} }
#endif
TEST(Run_WasmModule_ReadLoadedDataSegment) { TEST(Run_WasmModule_ReadLoadedDataSegment) {
static const byte kDataSegmentDest0 = 12; static const byte kDataSegmentDest0 = 12;
......
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