Commit 8037e98e authored by rmcilroy's avatar rmcilroy Committed by Commit bot

[Interpreter] Remove skips for tests that no longer seem to be flaky.

BUG=v8:4680

Review-Url: https://codereview.chromium.org/2541563002
Cr-Commit-Position: refs/heads/master@{#41378}
parent 77a9da6b
......@@ -327,18 +327,6 @@
'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]],
}], # variant == turbofan_opt
##############################################################################
['variant == ignition', {
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == ignition
##############################################################################
['variant == ignition_staging', {
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == ignition_staging
##############################################################################
['variant == turbofan or variant == ignition_turbofan', {
# BUG(4751). Deopts with kNotASmi instead of expected deopt reason.
......
......@@ -604,19 +604,6 @@
}], # variant == turbofan_opt
##############################################################################
['variant == ignition_turbofan', {
# TODO(rmcilroy,titzer): Times out after
# https://codereview.chromium.org/1951013002 .
'regress/regress-599717': [PASS, ['tsan', SKIP]],
# TODO(jarin): No truncations on CheckFloat64Hole.
'getters-on-elements': [SKIP],
# TODO(rmcilroy): Flaky OOM.
'unicodelctest-no-optimization': [SKIP],
}], # variant == ignition_turbofan
##############################################################################
['gcov_coverage', {
# Tests taking too long.
......
......@@ -102,20 +102,6 @@
# Skip tests that timeout.
}], # 'gc_stress == True and mode == debug'
##############################################################################
['variant == ignition and msan', {
# TODO(mythria,4680): Too slow and timeout on ignition.
'dfg-double-vote-fuzz': [SKIP],
'dfg-int-overflow-in-loop': [SKIP],
}], # variant == ignition and msan
##############################################################################
['variant == ignition_turbofan and msan', {
# TODO(mythria,4680): Too slow and timeout on ignition.
'dfg-double-vote-fuzz': [SKIP],
'dfg-int-overflow-in-loop': [SKIP],
}], # variant == ignition_turbofan and msan
##############################################################################
['arch == arm64 and msan', {
# Stack size too large with masm on Arm64.
......
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