[cpu-profiler] Always skip flaky cpu profiler test

This is a regression test for a really specific issue that is flaky.
We should just disable it for all configurations rather than wait for
extra flakes which we then have to diagnose.

Bug: v8:8209
Change-Id: I976f2d7cdd92f3ce5c7eb9fd28976201d1d6612f
Reviewed-on: https://chromium-review.googlesource.com/1240120
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56189}
This commit is contained in:
Peter Marshall 2018-09-24 11:56:42 +02:00 committed by Commit Bot
parent 8210d664d3
commit 19253b3795

View File

@ -93,6 +93,9 @@
'test-cpu-profiler/TracingCpuProfiler': [SKIP],
'test-sampler/LibSamplerCollectSample': [SKIP],
# BUG(v8:8209). Flaky
'test-cpu-profiler/Issue1398': [SKIP],
# BUG(7702). Flaky data race and other test failures.
'test-cpu-profiler/MultipleProfilers': [SKIP],
@ -204,8 +207,6 @@
'test-cpu-profiler/TickEvents': [SKIP],
# BUG(v8:6924). The test allocates a lot of memory.
'test-api/NewStringRangeError': [PASS, NO_VARIANTS],
# BUG(v8:8209). Flaky
'test-cpu-profiler/Issue1398': [SKIP],
}], # 'tsan == True'
##############################################################################