Commit 6d44d1db authored by machenbach's avatar machenbach Committed by Commit bot

[Ignition] Skip tests.

BUG=v8:4280
LOG=n
TBR=rmcilroy@chromium.org, mstarzinger@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1799423004

Cr-Commit-Position: refs/heads/master@{#34772}
parent 3c1dc424
......@@ -561,4 +561,9 @@
}], # ignition == True
['ignition == True and msan', {
# TODO(rmcilroy,4680): Uninitialized memory.
'test-debug/*': [SKIP],
}], # ignition == True and msan
]
......@@ -812,6 +812,14 @@
'ignition/elided-instruction-no-ignition': [FAIL],
}], # ignition == True
['ignition == True and system == windows', {
# TODO(rmcilroy,4680): Crash on windows nosnap shared.
'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]],
# TODO(rmcilroy,4680): Fails on win32 debug.
'div-mod': [PASS, ['arch == ia32 and mode == debug', FAIL]],
}], # ignition == True and system == windows
['ignition == True and arch == arm64', {
# TODO(rmcilroy,4680): Arm64 specific timeouts.
'asm/construct-double': [SKIP],
......@@ -826,6 +834,43 @@
'regress/regress-1257': [SKIP],
}], # ignition == True and arch == arm
['ignition == True and msan', {
# TODO(rmcilroy,4680): Uninitialized memory.
'compiler/osr-big': [SKIP],
'compiler/osr-nested': [SKIP],
'debug-*': [SKIP],
'es6/debug-*': [SKIP],
'harmony/debug-stepin-default-parameters': [SKIP],
'ignition/debug-break': [SKIP],
'ignition/debug-break-on-stack': [SKIP],
'regress/debug-prepare-step-in': [SKIP],
'regress/regress-102153': [SKIP],
'regress/regress-109195': [SKIP],
'regress/regress-147497': [SKIP],
'regress/regress-1523': [SKIP],
'regress/regress-1586': [SKIP],
'regress/regress-1639': [SKIP],
'regress/regress-1639-2': [SKIP],
'regress/regress-269': [SKIP],
'regress/regress-2825': [SKIP],
'regress/regress-298269': [SKIP],
'regress/regress-3960': [SKIP],
'regress/regress-4320': [SKIP],
'regress/regress-94873': [SKIP],
'regress/regress-998565': [SKIP],
'regress/regress-crbug-319860': [SKIP],
'regress/regress-crbug-387599': [SKIP],
'regress/regress-crbug-405922': [SKIP],
'regress/regress-crbug-409614': [SKIP],
'regress/regress-crbug-432493': [SKIP],
'regress/regress-crbug-467180': [SKIP],
'regress/regress-crbug-481896': [SKIP],
'regress/regress-crbug-568477-4': [SKIP],
'regress/regress-debug-deopt-while-recompile': [SKIP],
'regress/regress-deep-proto': [SKIP],
'try': [SKIP],
}], # ignition == True and msan
['ignition == False', {
# Debugger test cases that pass with full-codegen, but not ignition.
# These differences between full-codegen and ignition are deliberate.
......
......@@ -102,6 +102,12 @@
'fast/js/excessive-comma-usage': [SKIP], # Stack is brittle, SKIP not FAIL.
}], # ignition == True
##############################################################################
['ignition == True and msan', {
# TODO(rmcilroy,4680): Uninitialized memory.
'dfg-double-vote-fuzz': [SKIP],
}], # ignition == True and msan
##############################################################################
['gcov_coverage', {
# Tests taking too long or getting too large call stacks.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment