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

Side by Side Diff: tools/dm_flags.json

Issue 1677913002: msan: these might be okay with libjpeg guarded. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 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 "--pre_log", 3 "--pre_log",
4 "--matrix", 4 "--matrix",
5 "0", 5 "0",
6 "1", 6 "1",
7 "1", 7 "1",
8 "0", 8 "0",
9 "--config", 9 "--config",
10 "565", 10 "565",
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 "gm", 1960 "gm",
1961 "_", 1961 "_",
1962 "image-cacherator-from-ctable", 1962 "image-cacherator-from-ctable",
1963 "serialize-8888", 1963 "serialize-8888",
1964 "gm", 1964 "gm",
1965 "_", 1965 "_",
1966 "image-cacherator-from-ctable", 1966 "image-cacherator-from-ctable",
1967 "_", 1967 "_",
1968 "image", 1968 "image",
1969 "_", 1969 "_",
1970 ".arw",
1971 "_",
1972 "image",
1973 "_",
1974 ".cr2",
1975 "_",
1976 "image",
1977 "_",
1978 ".dng",
1979 "_",
1980 "image",
1981 "_",
1982 ".nef",
1983 "_",
1984 "image",
1985 "_",
1986 ".nrw",
1987 "_",
1988 "image",
1989 "_",
1990 ".orf",
1991 "_",
1992 "image",
1993 "_",
1994 ".raf",
1995 "_",
1996 "image",
1997 "_",
1998 ".rw2",
1999 "_",
2000 "image",
2001 "_",
2002 ".pef",
2003 "_",
2004 "image",
2005 "_",
2006 ".srw",
2007 "_",
2008 "image",
2009 "_",
2010 ".ARW",
2011 "_",
2012 "image",
2013 "_",
2014 ".CR2",
2015 "_",
2016 "image",
2017 "_",
2018 ".DNG",
2019 "_",
2020 "image",
2021 "_",
2022 ".NEF",
2023 "_",
2024 "image",
2025 "_",
2026 ".NRW",
2027 "_",
2028 "image",
2029 "_",
2030 ".ORF",
2031 "_",
2032 "image",
2033 "_",
2034 ".RAF",
2035 "_",
2036 "image",
2037 "_",
2038 ".RW2",
2039 "_",
2040 "image",
2041 "_",
2042 ".PEF",
2043 "_",
2044 "image",
2045 "_",
2046 ".SRW",
2047 "_",
2048 "image",
2049 "_",
2050 ".wbmp", 1970 ".wbmp",
2051 "_", 1971 "_",
2052 "image", 1972 "image",
2053 "_", 1973 "_",
2054 ".png", 1974 ".png",
2055 "_", 1975 "_",
2056 "image", 1976 "image",
2057 "_", 1977 "_",
2058 ".bmp", 1978 ".bmp",
2059 "--match", 1979 "--match",
2060 "~Codec",
2061 "~BlurLargeImage", 1980 "~BlurLargeImage",
2062 "~FontMgrAndroidParser" 1981 "~FontMgrAndroidParser"
2063 ], 1982 ],
2064 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [ 1983 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [
2065 "--pre_log", 1984 "--pre_log",
2066 "--matrix", 1985 "--matrix",
2067 "0", 1986 "0",
2068 "1", 1987 "1",
2069 "1", 1988 "1",
2070 "0", 1989 "0",
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 "_", 2922 "_",
3004 "image-cacherator-from-ctable", 2923 "image-cacherator-from-ctable",
3005 "serialize-8888", 2924 "serialize-8888",
3006 "gm", 2925 "gm",
3007 "_", 2926 "_",
3008 "image-cacherator-from-ctable", 2927 "image-cacherator-from-ctable",
3009 "--match", 2928 "--match",
3010 "~GLPrograms" 2929 "~GLPrograms"
3011 ] 2930 ]
3012 } 2931 }
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