[test] Skip flaky tests

BUG=v8:5193,v8:6113,v8:6132,v8:6133
TBR=hablich@chromium.org
NOTRY=true

Change-Id: I2293a6978006e3b00cfd6a438ba81be23df2620d
Reviewed-on: https://chromium-review.googlesource.com/457997
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44001}
This commit is contained in:
Michael Achenbach 2017-03-22 08:57:39 +01:00 committed by Commit Bot
parent 01951c1598
commit 07a43140d4
2 changed files with 14 additions and 4 deletions

View File

@ -80,6 +80,9 @@
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
# BUG(v8:5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [SKIP],
# BUG(2340). Preprocessing stack traces is disabled at the moment.
'test-heap/PreprocessStackTrace': [FAIL],
@ -177,6 +180,12 @@
'test-api/Threading*': [PASS, SLOW],
}], # 'msan == True'
##############################################################################
['tsan == True', {
# BUG(v8:6133).
'test-cpu-profiler/TickEvents': [SKIP],
}], # 'tsan == True'
##############################################################################
['no_snap == True', {
# Slow tests.
@ -217,9 +226,6 @@
'test-cpu-profiler/JsNativeJsSample': [SKIP],
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
# BUG(v8:5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [SKIP],
# BUG(5193): Flaky timeout.
'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]],
@ -230,7 +236,6 @@
##############################################################################
['system == macos', {
# BUG(v8:5193) Flaky failures.
'test-cpu-profiler/FunctionApplySample': [SKIP],
'test-cpu-profiler/JsNativeJsSample': [SKIP],
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
}], # 'system == macos'

View File

@ -191,6 +191,8 @@
# BUG(v8:6101): This fails because of a hole deopt, need to investigate.
'getters-on-elements': [SKIP],
# BUG(v8:6113).
'es6/array-iterator-turbo': [SKIP],
}], # ALWAYS
['novfp3 == True', {
@ -691,6 +693,9 @@
'math-*': [SKIP],
'unicode-test': [SKIP],
'whitespaces': [SKIP],
# BUG(v8:6132).
'wasm/grow-memory': [PASS, ['gc_stress', SKIP]],
}], # variant == wasm_traps
]