Commit 0927a150 authored by titzer's avatar titzer Committed by Commit bot

[wasm] OOB test should pass on all architectures.

R=mstarzinger@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#33157}
parent 61f15737
......@@ -1956,8 +1956,6 @@ TEST(Run_Wasm_StoreMemI32_offset) {
}
#if WASM_64
// TODO(titzer): Figure out why this fails on 32-bit architectures.
TEST(Run_Wasm_StoreMem_offset_oob) {
TestingModule module;
byte* memory = module.AddMemoryElems<byte>(32);
......@@ -1994,7 +1992,6 @@ TEST(Run_Wasm_StoreMem_offset_oob) {
}
}
}
#endif
#if WASM_64
......
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