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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___memcheck.json

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - memcheck", 10 "V8 Linux64 - memcheck",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/third_party/valgrind' : 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries.git'}, 'cus tom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'} , 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.g ooglesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "v8@54321", 22 "v8@54321",
23 "--no_shallow", 23 "--no_shallow",
24 "--output_manifest" 24 "--output_manifest"
(...skipping 26 matching lines...) Expand all
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
57 "runhooks" 57 "runhooks"
58 ], 58 ],
59 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
60 "env": { 60 "env": {
61 "GYP_DEFINES": "target_arch=ia32 v8_enable_slow_dchecks=1 v8_optimized_deb ug=1 v8_target_arch=ia32" 61 "GYP_DEFINES": "target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=x64"
62 }, 62 },
63 "name": "gclient runhooks" 63 "name": "gclient runhooks"
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
70 ], 70 ],
71 "cwd": "[SLAVE_BUILD]", 71 "cwd": "[SLAVE_BUILD]",
(...skipping 19 matching lines...) Expand all
91 ] 91 ]
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[BUILD]/scripts/slave/extract_build.py", 97 "[BUILD]/scripts/slave/extract_build.py",
98 "--target", 98 "--target",
99 "Debug", 99 "Debug",
100 "--build-url", 100 "--build-url",
101 "gs://chromium-v8/v8-linux-dbg", 101 "gs://chromium-v8/v8-linux64-dbg",
102 "--src-dir", 102 "--src-dir",
103 "v8", 103 "v8",
104 "--master-name", 104 "--master-name",
105 "client.v8", 105 "client.v8",
106 "--build-number", 106 "--build-number",
107 "571" 107 "571"
108 ], 108 ],
109 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
110 "name": "extract build" 110 "name": "extract build"
111 }, 111 },
112 { 112 {
113 "cmd": [ 113 "cmd": [
114 "valgrind", 114 "python",
115 "--leak-check=full", 115 "-u",
116 "--show-reachable=yes", 116 "[SLAVE_BUILD]/v8/tools/run-valgrind.py",
117 "--num-callers=20",
118 "out/Debug/d8", 117 "out/Debug/d8",
119 "-e", 118 "-e",
120 "\"print(1+2)\"" 119 "print(1+2)"
121 ], 120 ],
122 "cwd": "[SLAVE_BUILD]/v8", 121 "cwd": "[SLAVE_BUILD]/v8",
123 "name": "Simple Leak Check", 122 "name": "Simple Leak Check"
124 "stderr": "/path/to/tmp/",
125 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@stderr@no leaks are possible@@@",
127 "@@@STEP_LOG_END@stderr@@@"
128 ]
129 }, 123 },
130 { 124 {
131 "name": "$result", 125 "name": "$result",
132 "recipe_result": null, 126 "recipe_result": null,
133 "status_code": 0 127 "status_code": 0
134 } 128 }
135 ] 129 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698