Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index eca427197e6df8a4ac917d4cd6e320580667fc71..8cb5169ad3042563a02cabc0c8a492319bf95a8d 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -184,51 +184,6 @@ |
| 'unicodelctest': [PASS, NO_VARIANTS], |
| 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| - ############################################################################ |
| - # Ignition |
| - |
| - # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| - 'array-literal-feedback': [PASS, NO_IGNITION], |
| - 'regress/regress-4121': [PASS, NO_IGNITION], |
| - |
| - # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| - 'assert-opt-and-deopt': [PASS, NO_IGNITION], |
| - |
| - # BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test. |
| - 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], |
| - 'compiler/increment-typefeedback': [PASS, NO_IGNITION], |
| - 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], |
| - 'constant-folding-2': [PASS, NO_IGNITION], |
| - 'debug-is-active': [PASS, NO_IGNITION], |
| - 'deopt-with-fp-regs': [PASS, NO_IGNITION], |
| - 'deserialize-optimize-inner': [PASS, NO_IGNITION], |
| - 'div-mul-minus-one': [PASS, NO_IGNITION], |
| - 'double-intrinsics': [PASS, NO_IGNITION], |
| - 'elements-transition-hoisting': [PASS, NO_IGNITION], |
| - 'es6/block-let-crankshaft': [PASS, NO_IGNITION], |
| - 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], |
| - 'getters-on-elements': [PASS, NO_IGNITION], |
| - 'harmony/do-expressions': [PASS, NO_IGNITION], |
| - 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], |
| - 'regress/regress-2132': [PASS, NO_IGNITION], |
| - 'regress/regress-2339': [PASS, NO_IGNITION], |
| - 'regress/regress-3176': [PASS, NO_IGNITION], |
| - 'regress/regress-3709': [PASS, NO_IGNITION], |
| - 'regress/regress-385565': [PASS, NO_IGNITION], |
| - 'regress/regress-crbug-594183': [PASS, NO_IGNITION], |
| - 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], |
| - 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], |
| - 'regress/regress-param-local-type': [PASS, NO_IGNITION], |
| - 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], |
| - 'shift-for-integer-div': [PASS, NO_IGNITION], |
| - 'sin-cos': [PASS, NO_IGNITION], |
| - 'smi-mul-const': [PASS, NO_IGNITION], |
| - 'smi-mul': [PASS, NO_IGNITION], |
| - 'unary-minus-deopt': [PASS, NO_IGNITION], |
| - 'array-constructor-feedback': [PASS, NO_IGNITION], |
| - 'array-feedback': [PASS, NO_IGNITION], |
| - 'allocation-site-info': [PASS, NO_IGNITION], |
| - |
| # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
| # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
| 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
| @@ -392,11 +347,11 @@ |
| 'whitespaces': [PASS, TIMEOUT, SLOW], |
| # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| - 'asm/construct-double': [PASS, NO_IGNITION], |
| - 'compiler/osr-one': [PASS, NO_IGNITION], |
| - 'compiler/osr-two': [PASS, NO_IGNITION], |
| - 'wasm/asm-wasm-i32': [PASS, NO_IGNITION], |
| - 'wasm/asm-wasm-u32': [PASS, NO_IGNITION], |
| + 'asm/construct-double': [PASS, ['variant == ignition', SKIP]], |
| + 'compiler/osr-one': [PASS, ['variant == ignition', SKIP]], |
| + 'compiler/osr-two': [PASS, ['variant == ignition', SKIP]], |
| + 'wasm/asm-wasm-i32': [PASS, ['variant == ignition', SKIP]], |
| + 'wasm/asm-wasm-u32': [PASS, ['variant == ignition', SKIP]], |
| }], # 'arch == arm64' |
| ['arch == arm64 and mode == debug and simulator_run == True', { |
| @@ -413,8 +368,8 @@ |
| 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
| # Ignition. |
| - 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
| - 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
| + 'es6/templates': [PASS, ['no_snap and mode == debug and variant == ignition', SKIP]], |
| + 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug and variant == ignition', SKIP]], |
| }], # 'arch == arm64 and mode == debug and simulator_run == True' |
| ############################################################################## |
| @@ -440,14 +395,14 @@ |
| # TODO(mythria,4680): All of these tests have large loops and hence slow |
| # and timeout. |
| - 'compiler/osr-big': [PASS, NO_IGNITION], |
| - 'compiler/osr-nested': [PASS, NO_IGNITION], |
| - 'regress/regress-298269': [PASS, NO_IGNITION], |
| - 'regress/regress-crbug-319860': [PASS, NO_IGNITION], |
| - 'regress/regress-deep-proto': [PASS, NO_IGNITION], |
| - 'try': [PASS, NO_IGNITION], |
| + 'compiler/osr-big': [PASS, ['variant == ignition', SKIP]], |
| + 'compiler/osr-nested': [PASS, ['variant == ignition', SKIP]], |
| + 'regress/regress-298269': [PASS, ['variant == ignition', SKIP]], |
| + 'regress/regress-crbug-319860': [PASS, ['variant == ignition', SKIP]], |
| + 'regress/regress-deep-proto': [PASS, ['variant == ignition', SKIP]], |
| + 'try': [PASS, ['variant == ignition', SKIP]], |
| # Too slow for interpreter and msan. |
| - 'es6/tail-call-megatest*': [PASS, NO_IGNITION], |
| + 'es6/tail-call-megatest*': [PASS, ['variant == ignition', SKIP]], |
|
rmcilroy
2016/08/08 14:23:39
I don't think you can do this with the new variant
Michael Starzinger
2016/08/08 16:15:50
Done. Yep, also realized that while sending it to
|
| # Too slow. |
| 'harmony/regexp-property-lu-ui': [SKIP], |
| @@ -497,9 +452,9 @@ |
| 'string-indexof-2': [PASS, TIMEOUT], |
| # TODO(rmcilroy,4680): Arm specific timeouts. |
| - 'compiler/osr-one': [PASS, NO_IGNITION], |
| - 'compiler/osr-two': [PASS, NO_IGNITION], |
| - 'regress/regress-1257': [PASS, NO_IGNITION], |
| + 'compiler/osr-one': [PASS, ['variant == ignition', SKIP]], |
| + 'compiler/osr-two': [PASS, ['variant == ignition', SKIP]], |
| + 'regress/regress-1257': [PASS, ['variant == ignition', SKIP]], |
| }], # 'arch == arm or arch == android_arm' |
| ############################################################################## |
| @@ -702,6 +657,48 @@ |
| ['variant == ignition', { |
| 'debug-liveedit-double-call': [FAIL], |
| 'regress-sync-optimized-lists': [FAIL], |
| + |
| + # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| + 'array-literal-feedback': [FAIL], |
| + 'regress/regress-4121': [FAIL], |
| + |
| + # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| + 'assert-opt-and-deopt': [FAIL], |
| + |
| + # BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test. |
| + 'compiler/deopt-inlined-from-call': [FAIL], |
| + 'compiler/increment-typefeedback': [FAIL], |
| + 'compiler/manual-concurrent-recompile': [FAIL], |
| + 'constant-folding-2': [FAIL], |
| + 'debug-is-active': [FAIL], |
| + 'deopt-with-fp-regs': [FAIL], |
| + 'deserialize-optimize-inner': [FAIL], |
| + 'div-mul-minus-one': [FAIL], |
| + 'double-intrinsics': [FAIL], |
| + 'elements-transition-hoisting': [FAIL], |
| + 'es6/block-let-crankshaft': [FAIL], |
| + 'es6/block-let-crankshaft-sloppy': [FAIL], |
| + 'getters-on-elements': [FAIL], |
| + 'harmony/do-expressions': [FAIL], |
| + 'math-floor-of-div-minus-zero': [FAIL], |
| + 'regress/regress-2132': [FAIL], |
| + 'regress/regress-2339': [FAIL], |
| + 'regress/regress-3176': [FAIL], |
| + 'regress/regress-3709': [FAIL], |
| + 'regress/regress-385565': [FAIL], |
| + 'regress/regress-crbug-594183': [FAIL], |
| + 'regress/regress-embedded-cons-string': [FAIL], |
| + 'regress/regress-map-invalidation-2': [FAIL], |
| + 'regress/regress-param-local-type': [FAIL], |
| + 'regress/regress-prepare-break-while-recompile': [FAIL], |
| + 'shift-for-integer-div': [FAIL], |
| + 'sin-cos': [FAIL], |
| + 'smi-mul-const': [FAIL], |
| + 'smi-mul': [FAIL], |
| + 'unary-minus-deopt': [FAIL], |
| + 'array-constructor-feedback': [FAIL], |
| + 'array-feedback': [FAIL], |
| + 'allocation-site-info': [FAIL], |
| }], # variant == ignition |
| ############################################################################## |