[wasm]: Re-enable Wasm related unit tests on Big endian
The Wasm got big-endian support with d3f3f6c818
. The
tests are now passing.
BUG=
Review-Url: https://codereview.chromium.org/2359143002
Cr-Commit-Position: refs/heads/master@{#39635}
This commit is contained in:
parent
57ae3dbf94
commit
784642ea59
@ -3,15 +3,6 @@
|
|||||||
# found in the LICENSE file.
|
# 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', {
|
['arch == x87', {
|
||||||
'Ieee754.Expm1': [SKIP],
|
'Ieee754.Expm1': [SKIP],
|
||||||
'Ieee754.Cos': [SKIP],
|
'Ieee754.Cos': [SKIP],
|
||||||
|
Loading…
Reference in New Issue
Block a user