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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 23 matching lines...) Expand all
34 "python", 34 "python",
35 "-u", 35 "-u",
36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
37 "42", 37 "42",
38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" 38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
39 ], 39 ],
40 "name": "write SK_IMAGE_VERSION" 40 "name": "write SK_IMAGE_VERSION"
41 }, 41 },
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "[SLAVE_BUILD]/out/Debug/dm", 44 "[SLAVE_BUILD]/out/Release/dm",
45 "--undefok", 45 "--undefok",
46 "--resourcePath", 46 "--resourcePath",
47 "[SLAVE_BUILD]/skia/resources", 47 "[SLAVE_BUILD]/skia/resources",
48 "--skps", 48 "--skps",
49 "[SLAVE_BUILD]/skp", 49 "[SLAVE_BUILD]/skp",
50 "--images", 50 "--images",
51 "[SLAVE_BUILD]/skimage/dm", 51 "[SLAVE_BUILD]/skimage/dm",
52 "--colorImages", 52 "--colorImages",
53 "[SLAVE_BUILD]/skimage/colorspace", 53 "[SLAVE_BUILD]/skimage/colorspace",
54 "--nameByHash", 54 "--nameByHash",
55 "--properties", 55 "--properties",
56 "gitHash", 56 "gitHash",
57 "abc123", 57 "abc123",
58 "master", 58 "master",
59 "client.skia", 59 "client.skia",
60 "builder", 60 "builder",
61 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 61 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN",
62 "build_number", 62 "build_number",
63 "5", 63 "5",
64 "--key", 64 "--key",
65 "arch", 65 "arch",
66 "x86_64", 66 "x86_64",
67 "compiler", 67 "compiler",
68 "GCC", 68 "GCC",
69 "configuration", 69 "configuration",
70 "Debug", 70 "Release",
71 "cpu_or_gpu", 71 "cpu_or_gpu",
72 "CPU", 72 "CPU",
73 "cpu_or_gpu_value", 73 "cpu_or_gpu_value",
74 "AVX2", 74 "AVX2",
75 "extra_config", 75 "extra_config",
76 "MSAN", 76 "TSAN",
77 "model", 77 "model",
78 "GCE", 78 "GCE",
79 "os", 79 "os",
80 "Ubuntu", 80 "Ubuntu",
81 "--nogpu", 81 "--nogpu",
82 "--config", 82 "--config",
83 "565", 83 "565",
84 "8888", 84 "8888",
85 "gpu", 85 "gpu",
86 "gpusrgb", 86 "gpusrgb",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "image-cacherator-from-ctable", 273 "image-cacherator-from-ctable",
274 "2ndpic-8888", 274 "2ndpic-8888",
275 "gm", 275 "gm",
276 "_", 276 "_",
277 "image-cacherator-from-ctable", 277 "image-cacherator-from-ctable",
278 "serialize-8888", 278 "serialize-8888",
279 "gm", 279 "gm",
280 "_", 280 "_",
281 "image-cacherator-from-ctable", 281 "image-cacherator-from-ctable",
282 "--match", 282 "--match",
283 "~Once", 283 "~ReadWriteAlpha"
284 "~Shared"
285 ], 284 ],
286 "env": { 285 "env": {
287 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 286 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
288 "BUILDTYPE": "Debug", 287 "BUILDTYPE": "Release",
289 "CHROME_HEADLESS": "1", 288 "CHROME_HEADLESS": "1",
290 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 289 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
291 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 290 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
292 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 291 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
293 "SKIA_OUT": "[SLAVE_BUILD]/out", 292 "SKIA_OUT": "[SLAVE_BUILD]/out",
294 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 293 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 294 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
296 }, 295 },
297 "name": "dm" 296 "name": "dm"
298 }, 297 },
299 { 298 {
300 "name": "$result", 299 "name": "$result",
301 "recipe_result": null, 300 "recipe_result": null,
302 "status_code": 0 301 "status_code": 0
303 } 302 }
304 ] 303 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698