Commit 20e34ace authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[test] Mark flaky tests after variant split.

R=machenbach@chromium.org
NOTREECHECKS=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2227703002
Cr-Commit-Position: refs/heads/master@{#38486}
parent a9d00623
......@@ -382,7 +382,7 @@
# BUG(4680): Missing type feedback makes optimistic optimizations fail.
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
# BUG(4680): Ignition doesn't support allocation sites currently.
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
......@@ -410,7 +410,7 @@
##############################################################################
['variant == ignition_staging', {
'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
'test-cpu-profiler/TickLinesOptimized': [SKIP],
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
......@@ -515,7 +515,7 @@
# BUG(4680): Missing type feedback makes optimistic optimizations fail.
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
# BUG(4680): Ignition doesn't support allocation sites currently.
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
......
......@@ -636,7 +636,7 @@
'regress/regress-4121': [FAIL],
# TODO(4680): Test doesn't know about three tier compiler pipeline.
'assert-opt-and-deopt': [FAIL],
'assert-opt-and-deopt': [SKIP],
# BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test.
'compiler/deopt-inlined-from-call': [FAIL],
......@@ -709,7 +709,7 @@
'array-constructor-feedback': [FAIL],
'array-feedback': [FAIL],
'array-literal-feedback': [FAIL],
'assert-opt-and-deopt': [FAIL],
'assert-opt-and-deopt': [SKIP],
'compiler/deopt-inlined-from-call': [FAIL],
'compiler/increment-typefeedback': [FAIL],
'compiler/manual-concurrent-recompile': [FAIL],
......
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