Revert of [test] Split TurboFan mjsunit expectations for variants. (patchset #5 id:80001 of https://codereview.chromium.org/2225843002/ )

Reason for revert:
Revert as asan bot blocks the clusterfuzz uploads:

https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20ASAN/builds/14256

https://build.chromium.org/p/client.v8/builders/V8%20Mac64%20ASAN

Please add more skips on reland.

Original issue's description:
> [test] Split TurboFan mjsunit expectations for variants.
>
> R=machenbach@chromium.org
>
> Committed: https://crrev.com/5eed70c6b474635ccdf111e2269dbf33e629ce0b
> Cr-Commit-Position: refs/heads/master@{#38445}

TBR=mstarzinger@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2227733002
Cr-Commit-Position: refs/heads/master@{#38446}
This commit is contained in:
machenbach 2016-08-08 08:48:10 -07:00 committed by Commit bot
parent 5eed70c6b4
commit a40e08d0cf

View File

@ -55,12 +55,45 @@
'es6/debug-promises/reject-with-undefined-reject': [FAIL], 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
'es6/debug-promises/reject-with-invalid-reject': [FAIL], 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
##############################################################################
# TurboFan compiler failures.
# Some tests are just too slow to run for now.
'big-object-literal': [PASS, NO_VARIANTS],
'json2': [PASS, NO_VARIANTS],
'packed-elements': [PASS, NO_VARIANTS],
'unicode-test': [PASS, NO_VARIANTS],
'whitespaces': [PASS, NO_VARIANTS],
'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS],
'es6/string-fromcodepoint': [PASS, NO_VARIANTS],
'regress/regress-2612': [PASS, NO_VARIANTS],
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
# not work, but we expect it to not crash. # not work, but we expect it to not crash.
'debug-step-turbofan': [FAIL], 'debug-step-turbofan': [PASS, FAIL],
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-closure': [PASS, NO_VARIANTS],
'debug-evaluate-locals': [PASS, NO_VARIANTS],
'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
'debug-liveedit-double-call': [PASS, NO_VARIANTS],
'debug-set-variable-value': [PASS, NO_VARIANTS],
'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
# Assumptions about optimization need investigation in TurboFan.
'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
# Fails in --turbo --always-opt mode.
'regress/regress-105': [PASS, NO_VARIANTS],
############################################################################## ##############################################################################
# Too slow in debug mode with --stress-opt mode. # Too slow in debug mode with --stress-opt mode.
'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
@ -541,6 +574,7 @@
}], # 'arch == mips' }], # 'arch == mips'
############################################################################## ##############################################################################
['arch == mips64el or arch == mips64', { ['arch == mips64el or arch == mips64', {
# Slow tests which times out in debug mode. # Slow tests which times out in debug mode.
@ -660,50 +694,6 @@
'big-array-literal': [SKIP], 'big-array-literal': [SKIP],
}], # 'arch == ppc64' }], # 'arch == ppc64'
##############################################################################
['variant == stress', {
'debug-evaluate-locals-optimized': [FAIL],
'debug-evaluate-locals-optimized-double': [FAIL],
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
}], # variant == stress
##############################################################################
['variant == turbofan', {
# Assumptions about optimization need investigation in TurboFan.
'regress-sync-optimized-lists': [FAIL],
}], # variant == turbofan
##############################################################################
['variant == turbofan_opt', {
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-closure': [FAIL],
'debug-evaluate-locals': [FAIL],
'debug-set-variable-value': [FAIL],
'debug-evaluate-locals-optimized': [FAIL],
'debug-evaluate-locals-optimized-double': [FAIL],
'debug-liveedit-double-call': [FAIL],
'es6/debug-evaluate-blockscopes': [FAIL],
# TODO(jgruber): Fails in --turbo --always-opt mode.
'regress/regress-105': [FAIL],
# Too slow.
'big-object-literal': [SKIP],
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
}], # variant == turbofan_opt
##############################################################################
['variant == ignition', {
'debug-liveedit-double-call': [FAIL],
'regress-sync-optimized-lists': [FAIL],
}], # variant == ignition
############################################################################## ##############################################################################
['variant == ignition_staging', { ['variant == ignition_staging', {
'allocation-site-info': [FAIL], 'allocation-site-info': [FAIL],
@ -716,7 +706,6 @@
'compiler/manual-concurrent-recompile': [FAIL], 'compiler/manual-concurrent-recompile': [FAIL],
'constant-folding-2': [FAIL], 'constant-folding-2': [FAIL],
'debug-is-active': [FAIL], 'debug-is-active': [FAIL],
'debug-liveedit-double-call': [FAIL],
'deopt-with-fp-regs': [FAIL], 'deopt-with-fp-regs': [FAIL],
'deserialize-optimize-inner': [FAIL], 'deserialize-optimize-inner': [FAIL],
'div-mul-minus-one': [FAIL], 'div-mul-minus-one': [FAIL],
@ -737,7 +726,6 @@
'regress/regress-map-invalidation-2': [FAIL], 'regress/regress-map-invalidation-2': [FAIL],
'regress/regress-param-local-type': [FAIL], 'regress/regress-param-local-type': [FAIL],
'regress/regress-prepare-break-while-recompile': [FAIL], 'regress/regress-prepare-break-while-recompile': [FAIL],
'regress-sync-optimized-lists': [FAIL],
'shift-for-integer-div': [FAIL], 'shift-for-integer-div': [FAIL],
'sin-cos': [FAIL], 'sin-cos': [FAIL],
'smi-mul-const': [FAIL], 'smi-mul-const': [FAIL],
@ -750,18 +738,10 @@
'compiler/uint32': [SKIP], 'compiler/uint32': [SKIP],
'regress/regress-454725': [SKIP], 'regress/regress-454725': [SKIP],
# Might trigger stack overflow.
'unicode-test': [SKIP],
}], # variant == ignition_staging }], # variant == ignition_staging
############################################################################## ##############################################################################
['variant == ignition_turbofan', { ['variant == ignition_turbofan', {
'debug-liveedit-double-call': [FAIL],
# Might trigger stack overflow.
'unicode-test': [SKIP],
# TODO(mythria, 4780): Related to type feedback for calls in interpreter. # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
'array-literal-feedback': [FAIL], 'array-literal-feedback': [FAIL],
'regress/regress-4121': [FAIL], 'regress/regress-4121': [FAIL],