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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json

Issue 1237833003: Update slave scripts to set skia_arch_type but not skia_arch_width (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 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 "git.bat", 4 "git.bat",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]\\skia", 7 "cwd": "[SLAVE_BUILD]\\skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "make.py", 92 "make.py",
93 "dm", 93 "dm",
94 "BUILDTYPE=Debug_x64" 94 "BUILDTYPE=Debug_x64"
95 ], 95 ],
96 "cwd": "[SLAVE_BUILD]\\skia", 96 "cwd": "[SLAVE_BUILD]\\skia",
97 "env": { 97 "env": {
98 "CHROME_PATH": "/home/chrome-bot/src", 98 "CHROME_PATH": "/home/chrome-bot/src",
99 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_arch_width=64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_p ath=c:/DbgHelp", 99 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleA-CPU-AVX-x86 _64-Debug" 100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleA-CPU-AVX-x86 _64-Debug"
101 }, 101 },
102 "name": "build dm" 102 "name": "build dm"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "cmd": [
106 "python", 106 "python",
107 "make.py", 107 "make.py",
108 "nanobench", 108 "nanobench",
109 "BUILDTYPE=Debug_x64" 109 "BUILDTYPE=Debug_x64"
110 ], 110 ],
111 "cwd": "[SLAVE_BUILD]\\skia", 111 "cwd": "[SLAVE_BUILD]\\skia",
112 "env": { 112 "env": {
113 "CHROME_PATH": "/home/chrome-bot/src", 113 "CHROME_PATH": "/home/chrome-bot/src",
114 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_arch_width=64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_p ath=c:/DbgHelp", 114 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
115 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleA-CPU-AVX-x86 _64-Debug" 115 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleA-CPU-AVX-x86 _64-Debug"
116 }, 116 },
117 "name": "build nanobench" 117 "name": "build nanobench"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 123 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
124 "[SLAVE_BUILD]\\tmp", 124 "[SLAVE_BUILD]\\tmp",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "[SLAVE_BUILD]\\skia\\resources", 380 "[SLAVE_BUILD]\\skia\\resources",
381 "--skps", 381 "--skps",
382 "[SLAVE_BUILD]\\playback\\skps", 382 "[SLAVE_BUILD]\\playback\\skps",
383 "--nogpu", 383 "--nogpu",
384 "--dummy-flags" 384 "--dummy-flags"
385 ], 385 ],
386 "cwd": "[SLAVE_BUILD]", 386 "cwd": "[SLAVE_BUILD]",
387 "name": "nanobench" 387 "name": "nanobench"
388 } 388 }
389 ] 389 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698