[test] Skip flaky tests

No-Try: true
Bug: v8:11338, v8:11413
Change-Id: I5a3365e557bc3727071d8d73e9b3f9da1ae6d011
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2714704
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Reviewed-by: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72953}
This commit is contained in:
Michael Achenbach 2021-02-23 14:07:04 +01:00 committed by Commit Bot
parent f8083d1425
commit 2a8514b65a
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,9 @@
# The initial CL only fixed the crash. The test still causes an endless
# loop instead of properly reporting a RangeError for a stack overflow.
'regress/regress-crbug-1080638': [SKIP],
# https://crbug.com/v8/11338
'runtime-call-stats/enable-disable': [PASS, ['verify_csa', SKIP]],
}], # ALWAYS
##############################################################################

View File

@ -3,6 +3,12 @@
# found in the LICENSE file.
[
##############################################################################
[ALWAYS, {
# https://crbug.com/v8/11413
'RuntimeCallStatsTest.GarbageCollection': [PASS, ['verify_csa', SKIP]],
}], # ALWAYS
##############################################################################
['system == macos and asan', {
# BUG(820416).