Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5f90ee0

Browse files
tdennistonSkia Commit-Bot
authored andcommitted
Don't run SVG tests on tsan bots for now
Steps taken to produce this CL: - add the 'removeFromArgs("svg")' call in dm_flags.go - run 'make train' in infra/bots directory Bug: skia:10848 Change-Id: Ie7178e5c2fe446b3727a8b38a61d8205faf5369f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/327918 Commit-Queue: Tyler Denniston <tdenniston@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Tyler Denniston <tdenniston@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
1 parent fea1223 commit 5f90ee0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

infra/bots/gen_tasks_logic/dm_flags.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,11 @@ func (b *taskBuilder) dmFlags(internalHardwareLabel string) {
551551
removeFromArgs("lottie")
552552
}
553553

554+
if b.extraConfig("TSAN") {
555+
// skbug.com/10848
556+
removeFromArgs("svg")
557+
}
558+
554559
// TODO: ???
555560
skip("f16 _ _ dstreadshuffle")
556561
skip("glsrgb image _ _")

0 commit comments

Comments
 (0)