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

Unified Diff: tools/dm_flags.json

Issue 950903003: add tools/dm_flags.py (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: borenet Created 5 years, 10 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7b234def5408b1542fa8b529ce5ba8a40358295
--- /dev/null
+++ b/tools/dm_flags.json
@@ -0,0 +1,137 @@
+{
+ "Test-Android-Nexus7-Tegra3-Arm7-Release": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nvprmsaa",
+ "serialize-8888",
+ "tiles_rt-8888",
+ "pipe-8888",
+ "tiles_rt-gpu",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "gpu",
+ "skp",
+ "_",
+ "gpu",
+ "image",
+ "_",
+ "gpu",
+ "subset",
+ "_",
+ "msaa",
+ "skp",
+ "_",
+ "msaa",
+ "image",
+ "_",
+ "gpu",
+ "subset",
+ "_",
+ "--match",
+ "~tabl_mozilla_0",
+ "~desk_yahoonews_0",
+ "--nocpu"
+ ],
+ "Test-Android-Xoom-Tegra2-Arm7-Release": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nvprmsaa",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "gpu",
+ "skp",
+ "_",
+ "gpu",
+ "image",
+ "_",
+ "gpu",
+ "subset",
+ "_",
+ "msaa",
+ "skp",
+ "_",
+ "msaa",
+ "image",
+ "_",
+ "gpu",
+ "subset",
+ "_",
+ "--match",
+ "~WritePixels",
+ "~tabl_mozilla_0",
+ "~desk_yahoonews_0"
+ ],
+ "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nvprmsaa",
+ "serialize-8888",
+ "tiles_rt-8888",
+ "pipe-8888",
+ "tiles_rt-gpu",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "--threads",
+ "1"
+ ],
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nvprmsaa",
+ "serialize-8888",
+ "tiles_rt-8888",
+ "pipe-8888",
+ "tiles_rt-gpu",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "--match",
+ "~Threaded"
+ ],
+ "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nvprmsaa",
+ "serialize-8888",
+ "tiles_rt-8888",
+ "pipe-8888",
+ "tiles_rt-gpu",
+ "angle",
+ "--blacklist",
+ "gpu",
+ "_",
+ "PANO_20121023_214540.jpg",
+ "msaa",
+ "_",
+ "PANO_20121023_214540.jpg"
+ ]
+}
« 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