Commit 2a8514b6 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[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: 's avatarSimon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72953}
parent f8083d14
......@@ -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
##############################################################################
......
......@@ -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).
......
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