Commit 784642ea authored by ivica.bogosavljevic's avatar ivica.bogosavljevic Committed by Commit bot

[wasm]: Re-enable Wasm related unit tests on Big endian

The Wasm got big-endian support with d3f3f6c8. The
tests are now passing.

BUG=

Review-Url: https://codereview.chromium.org/2359143002
Cr-Commit-Position: refs/heads/master@{#39635}
parent 57ae3dbf
......@@ -3,15 +3,6 @@
# found in the LICENSE file.
[
['byteorder == big', {
# TODO(mips-team): Fix Wasm for big-endian.
'WasmModuleVerifyTest*': [SKIP],
'WasmFunctionVerifyTest*': [SKIP],
'WasmDecoderTest.TableSwitch*': [SKIP],
'WasmDecoderTest.AllLoadMemCombinations': [SKIP],
'AstDecoderTest.AllLoadMemCombinations': [SKIP],
'AstDecoderTest.AllStoreMemCombinations': [SKIP],
}], # 'byteorder == big'
['arch == x87', {
'Ieee754.Expm1': [SKIP],
'Ieee754.Cos': [SKIP],
......
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