Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use --solo Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
index c482f83ca5d5cdb427b0e1e2bf83676d8fea3edc..d2470a0c270f7e7f7088de448a532a4bbbccb1e7 100644
--- a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
+++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
@@ -487,7 +487,10 @@
"_",
".SRW",
"--match",
- "~Threaded"
+ "~Threaded",
+ "~ColorSpaceCRBug",
+ "--solo",
+ "ColorSpaceCRBug"
],
"env": {
"BUILDTYPE": "Release",
@@ -925,6 +928,9 @@
".SRW",
"--match",
"~Threaded",
+ "~ColorSpaceCRBug",
+ "--solo",
+ "ColorSpaceCRBug",
"--abandonGpuContext"
],
"env": {
@@ -1363,6 +1369,9 @@
".SRW",
"--match",
"~Threaded",
+ "~ColorSpaceCRBug",
+ "--solo",
+ "ColorSpaceCRBug",
"--preAbandonGpuContext"
],
"env": {

Powered by Google App Engine
This is Rietveld 408576698