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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json

Issue 1704893002: V8 Buildbot: Use v8-side gcmole wrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json
index 8de7bfac1e65ffccb0c39b975e5602a329bc8657..332756f323500b5a95073fb523ab3ca63bea81c9 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___gcmole.json
@@ -66,7 +66,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32",
+ "GYP_DEFINES": "gcmole=1 target_arch=ia32 v8_target_arch=ia32",
"PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
},
"name": "gclient runhooks"
@@ -120,54 +120,42 @@
},
{
"cmd": [
- "lua",
- "tools/gcmole/gcmole.lua",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py",
"ia32"
],
- "cwd": "[SLAVE_BUILD]/v8",
- "env": {
- "CLANG_BIN": "../../../../../gcmole/bin",
- "CLANG_PLUGINS": "../../../../../gcmole"
- },
+ "cwd": "[SLAVE_BUILD]",
"name": "GCMole ia32"
},
{
"cmd": [
- "lua",
- "tools/gcmole/gcmole.lua",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py",
"x64"
],
- "cwd": "[SLAVE_BUILD]/v8",
- "env": {
- "CLANG_BIN": "../../../../../gcmole/bin",
- "CLANG_PLUGINS": "../../../../../gcmole"
- },
+ "cwd": "[SLAVE_BUILD]",
"name": "GCMole x64"
},
{
"cmd": [
- "lua",
- "tools/gcmole/gcmole.lua",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py",
"arm"
],
- "cwd": "[SLAVE_BUILD]/v8",
- "env": {
- "CLANG_BIN": "../../../../../gcmole/bin",
- "CLANG_PLUGINS": "../../../../../gcmole"
- },
+ "cwd": "[SLAVE_BUILD]",
"name": "GCMole arm"
},
{
"cmd": [
- "lua",
- "tools/gcmole/gcmole.lua",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py",
"arm64"
],
- "cwd": "[SLAVE_BUILD]/v8",
- "env": {
- "CLANG_BIN": "../../../../../gcmole/bin",
- "CLANG_PLUGINS": "../../../../../gcmole"
- },
+ "cwd": "[SLAVE_BUILD]",
"name": "GCMole arm64"
},
{
« scripts/slave/recipe_modules/v8/testing.py ('K') | « scripts/slave/recipe_modules/v8/testing.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698