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

Unified Diff: tools/dm_flags.json

Issue 992203004: Fix bug in Valgrind flags config. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Valgrind_ 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 4d44514030f358f9278a06d33cd1edc0510215fd..d83d21d4e8367905bfd37de7ebbd387fb939ff65 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_CPU": [
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
"--config",
"565",
"8888",
@@ -111,7 +111,7 @@
"tiles_rt-8888",
"pipe-8888",
"tiles_rt-gpu",
- "--nogpu",
+ "--nocpu",
"--blacklist",
"gpu",
"_",
@@ -125,7 +125,7 @@
"--match",
"~Threaded"
],
- "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
+ "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
"--config",
"565",
"8888",
@@ -137,7 +137,7 @@
"tiles_rt-8888",
"pipe-8888",
"tiles_rt-gpu",
- "--nocpu",
+ "--nogpu",
"--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