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

Unified Diff: tools/dm_flags.json

Issue 986583004: Run Valgrind bots with --nogpu and --nocpu as appropriate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nanobench Created 5 years, 9 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
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.json
diff --git a/tools/dm_flags.json b/tools/dm_flags.json
index 07a9588a89fd1d821bbb714c160cffdd675fb7b5..4d44514030f358f9278a06d33cd1edc0510215fd 100644
--- a/tools/dm_flags.json
+++ b/tools/dm_flags.json
@@ -99,7 +99,7 @@
"--threads",
"1"
],
- "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [
"--config",
"565",
"8888",
@@ -111,6 +111,33 @@
"tiles_rt-8888",
"pipe-8888",
"tiles_rt-gpu",
+ "--nogpu",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "pdf",
+ "_",
+ ".webp",
+ "--match",
+ "~Threaded"
+ ],
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "msaa16",
+ "nvprmsaa16",
+ "pdf",
+ "serialize-8888",
+ "tiles_rt-8888",
+ "pipe-8888",
+ "tiles_rt-gpu",
+ "--nocpu",
"--blacklist",
"gpu",
"_",
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698