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

Side by Side Diff: tools/dm_flags.json

Issue 1213033003: Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "24bpp-pixeldata-cropped.bmp", 939 "24bpp-pixeldata-cropped.bmp",
940 "_", 940 "_",
941 "image", 941 "image",
942 "subset", 942 "subset",
943 "32bpp-pixeldata-cropped.bmp", 943 "32bpp-pixeldata-cropped.bmp",
944 "_", 944 "_",
945 "image", 945 "image",
946 "decode", 946 "decode",
947 "Hopstarter-Mac-Folders-Apple.ico", 947 "Hopstarter-Mac-Folders-Apple.ico",
948 "--match", 948 "--match",
949 "~Math" 949 "~Math",
950 "~SkSharedMutexMultiThreaded"
950 ], 951 ],
951 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [ 952 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [
952 "--matrix", 953 "--matrix",
953 "0", 954 "0",
954 "1", 955 "1",
955 "1", 956 "1",
956 "0", 957 "0",
957 "--config", 958 "--config",
958 "565", 959 "565",
959 "8888", 960 "8888",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 "msaa16", 1417 "msaa16",
1417 "gm", 1418 "gm",
1418 "_", 1419 "_",
1419 "colorwheelnative", 1420 "colorwheelnative",
1420 "pdf", 1421 "pdf",
1421 "gm", 1422 "gm",
1422 "_", 1423 "_",
1423 "fontmgr_iter_factory" 1424 "fontmgr_iter_factory"
1424 ] 1425 ]
1425 } 1426 }
OLDNEW
« 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