[Interpreter] Skip some tests that fail with --ignition
BUG=v8:4280 LOG=N TBR=rmcilroy@chromium.org, rmcilroy@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/1934283002 Cr-Commit-Position: refs/heads/master@{#35931}
This commit is contained in:
parent
c0e65ea85d
commit
78cf397def
@ -36,4 +36,10 @@
|
||||
'number-format/parse-decimal': [FAIL],
|
||||
'number-format/parse-percent': [FAIL],
|
||||
}], # ALWAYS
|
||||
|
||||
['arch == arm64 and mode == debug and simulator_run == True', {
|
||||
# Ignition.
|
||||
'date-format/timezone': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
'number-format/check-digit-ranges': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
}], # 'arch == arm64 and mode == debug and simulator_run == True'
|
||||
]
|
||||
|
@ -343,6 +343,7 @@
|
||||
'elements-transition-hoisting': [PASS, NO_IGNITION],
|
||||
'es6/block-let-crankshaft': [PASS, NO_IGNITION],
|
||||
'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION],
|
||||
'es6/new-target': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
'getters-on-elements': [PASS, NO_IGNITION],
|
||||
'harmony/do-expressions': [PASS, NO_IGNITION],
|
||||
'ignition/elided-instruction': [PASS, NO_IGNITION],
|
||||
@ -566,6 +567,11 @@
|
||||
'unicodelctest-no-optimization': [PASS, TIMEOUT],
|
||||
# Issue 3219:
|
||||
'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
|
||||
|
||||
# Ignition.
|
||||
'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
|
||||
}], # 'arch == arm64 and mode == debug and simulator_run == True'
|
||||
|
||||
##############################################################################
|
||||
|
@ -46,6 +46,10 @@
|
||||
'sort-large-array': [SKIP],
|
||||
# Too slow with --enable-slow-asserts.
|
||||
'array-iterate-backwards': [SKIP],
|
||||
|
||||
# Ignition TODO(rmcilroy).
|
||||
'array-reduce': [PASS, ['no_snap', NO_IGNITION]],
|
||||
'array-reduceRight': [PASS, ['no_snap', NO_IGNITION]],
|
||||
}], # 'mode == debug'
|
||||
['simulator', {
|
||||
# Skip tests that timeout with turbofan.
|
||||
|
Loading…
Reference in New Issue
Block a user