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

Side by Side Diff: tools/dm_flags.json

Issue 1218153004: Revert of 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"
951 ], 950 ],
952 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [ 951 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [
953 "--matrix", 952 "--matrix",
954 "0", 953 "0",
955 "1", 954 "1",
956 "1", 955 "1",
957 "0", 956 "0",
958 "--config", 957 "--config",
959 "565", 958 "565",
960 "8888", 959 "8888",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 "msaa16", 1416 "msaa16",
1418 "gm", 1417 "gm",
1419 "_", 1418 "_",
1420 "colorwheelnative", 1419 "colorwheelnative",
1421 "pdf", 1420 "pdf",
1422 "gm", 1421 "gm",
1423 "_", 1422 "_",
1424 "fontmgr_iter_factory" 1423 "fontmgr_iter_factory"
1425 ] 1424 ]
1426 } 1425 }
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