Commit 33452e7a authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip flaky tests with turbofan

BUG=v8:5161
NOTRY=true
TBR=bmeurer@chromium.org

Review-Url: https://codereview.chromium.org/2107113002
Cr-Commit-Position: refs/heads/master@{#37362}
parent be32c055
......@@ -123,6 +123,9 @@
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS],
'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS],
# BUG(v8:5161): Flaky with turbofan.
'test-thread-termination/TerminateAndReenterFromThreadItself': [PASS, ['system == mac', NO_VARIANTS]],
############################################################################
# Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
......
......@@ -278,6 +278,10 @@
'unicodelctest': [PASS, NO_VARIANTS],
'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
# BUG(v8:5161): Flaky with turbofan.
'regress/regress-201': [PASS, NO_VARIANTS],
'regress/regress-91008': [PASS, NO_VARIANTS],
############################################################################
# Ignition
......
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