From 784642ea5900e8151425e53b9500a8addf7134ed Mon Sep 17 00:00:00 2001 From: "ivica.bogosavljevic" Date: Thu, 22 Sep 2016 08:46:38 -0700 Subject: [PATCH] [wasm]: Re-enable Wasm related unit tests on Big endian The Wasm got big-endian support with d3f3f6c8186b2a53f0c539f7bba0c3708c4d83f9. The tests are now passing. BUG= Review-Url: https://codereview.chromium.org/2359143002 Cr-Commit-Position: refs/heads/master@{#39635} --- test/unittests/unittests.status | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/unittests/unittests.status b/test/unittests/unittests.status index 888c0a7ba7..71c17f6b6b 100644 --- a/test/unittests/unittests.status +++ b/test/unittests/unittests.status @@ -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],