| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 0f7014a786404d93d9b745295e114a099714a6bf..5fbc0377fbd0252c13662f72c3e0839fb3173b9b 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -193,15 +193,16 @@
|
| # TODO(titzer): ASM->WASM tests on these platforms
|
| 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
| # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails.
|
| - 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
|
| - 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
|
| + # TODO(branelson): The old status entry was misconfigured as it added
|
| + # "or ignition == True". This was deprecated at some point and was never
|
| + # true. Essentially the next lines skip the tests for a bunch of
|
| + # architectures.
|
| + 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
| + 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
| 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
| 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
| 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
|
|
|
| - # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
|
| - 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]],
|
| -
|
| # case-insensitive unicode regexp relies on case mapping provided by ICU.
|
| 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
|
| 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
|
| @@ -694,7 +695,7 @@
|
| }], # 'arch == ppc64'
|
|
|
| ##############################################################################
|
| -['ignition or ignition_turbofan', {
|
| +['ignition_turbofan', {
|
| # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| 'array-literal-feedback': [FAIL],
|
| 'regress/regress-4121': [FAIL],
|
| @@ -719,25 +720,25 @@
|
|
|
| # TODO(rmcilroy): Flaky OOM.
|
| 'unicodelctest-no-optimization': [SKIP],
|
| -}], # ignition or ignition_turbofan
|
| +}], # ignition_turbofan
|
|
|
| -['(ignition or ignition_turbofan) and arch == arm64', {
|
| +['ignition_turbofan and arch == arm64', {
|
| # TODO(rmcilroy,4680): Arm64 specific timeouts.
|
| 'asm/construct-double': [SKIP],
|
| 'compiler/osr-one': [SKIP],
|
| 'compiler/osr-two': [SKIP],
|
| 'wasm/asm-wasm-i32': [SKIP],
|
| 'wasm/asm-wasm-u32': [SKIP],
|
| -}], # (ignition or ignition_turbofan) and arch == arm64
|
| +}], # ignition_turbofan and arch == arm64
|
|
|
| -['(ignition or ignition_turbofan) and arch == arm', {
|
| +['ignition_turbofan and arch == arm', {
|
| # TODO(rmcilroy,4680): Arm specific timeouts.
|
| 'compiler/osr-one': [SKIP],
|
| 'compiler/osr-two': [SKIP],
|
| 'regress/regress-1257': [SKIP],
|
| -}], # (ignition or ignition_turbofan) and arch == arm
|
| +}], # ignition_turbofan and arch == arm
|
|
|
| -['(ignition or ignition_turbofan) and msan', {
|
| +['ignition_turbofan and msan', {
|
| # TODO(mythria,4680): All of these tests have large loops and hence slow
|
| # and timeout.
|
| 'compiler/osr-big': [SKIP],
|
| @@ -748,7 +749,7 @@
|
| 'try': [SKIP],
|
| # Too slow for interpreter and msan.
|
| 'es6/tail-call-megatest*': [SKIP],
|
| -}], # (ignition or ignition_turbofan) and msan
|
| +}], # ignition_turbofan and msan
|
|
|
| ##############################################################################
|
| ['gcov_coverage', {
|
|
|