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

Issue 11824011: Added sconsbuild/ to nacl_integration search path. (Closed)

Created:
7 years, 11 months ago by Ryan Tseng
Modified:
7 years, 11 months ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews
Visibility:
Public.

Description

Added sconsbuild/ to nacl_integration search path. out/Debug is the current preferred place to put binaries, but keeping sconsbuild/Debug in the search path because that's where the build system currently puts it. More specifically, scripts/slave/extract_build.py extracts builds to src/sconsbuild/Debug rather than src/out/Debug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175843

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Ryan Tseng
7 years, 11 months ago (2013-01-09 00:20:11 UTC) #1
Mark Seaborn
https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py File buildbot_chrome_nacl_stage.py (right): https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py#newcode61 buildbot_chrome_nacl_stage.py:61: 'sconsbuild/%s/chrome.exe' % mode, Can you put the explanation from ...
7 years, 11 months ago (2013-01-09 00:23:11 UTC) #2
Mark Seaborn
https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py File buildbot_chrome_nacl_stage.py (right): https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py#newcode61 buildbot_chrome_nacl_stage.py:61: 'sconsbuild/%s/chrome.exe' % mode, Hang on, this doesn't look right. ...
7 years, 11 months ago (2013-01-09 00:28:22 UTC) #3
Ryan Tseng
Oops my bad, fixed Also it extracts it to sconsbuild/full-linux-build/Debug, then copies the folder down ...
7 years, 11 months ago (2013-01-09 00:34:46 UTC) #4
Mark Seaborn
https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py File buildbot_chrome_nacl_stage.py (right): https://codereview.chromium.org/11824011/diff/1/buildbot_chrome_nacl_stage.py#newcode61 buildbot_chrome_nacl_stage.py:61: 'sconsbuild/%s/chrome.exe' % mode, On 2013/01/09 00:23:11, Mark Seaborn wrote: ...
7 years, 11 months ago (2013-01-09 01:01:07 UTC) #5
Ryan Tseng
Ohhh. got it. Done.
7 years, 11 months ago (2013-01-09 01:04:32 UTC) #6
Mark Seaborn
LGTM, thanks
7 years, 11 months ago (2013-01-09 01:07:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hinoka@google.com/11824011/7001
7 years, 11 months ago (2013-01-09 01:15:47 UTC) #8
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile
7 years, 11 months ago (2013-01-09 01:26:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hinoka@google.com/11824011/4009
7 years, 11 months ago (2013-01-09 02:40:19 UTC) #10
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 02:40:20 UTC) #11
Failed to apply patch for
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py:
While running patch -p1 --forward --force --no-backup-if-mismatch;
  A         chrome/test/nacl_test_injection/chrome
  Created missing directory chrome/test/nacl_test_injection/chrome.
  A         chrome/test/nacl_test_injection/chrome/test
  Created missing directory chrome/test/nacl_test_injection/chrome/test.
  A         chrome/test/nacl_test_injection/chrome/test/nacl_test_injection
  Created missing directory
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection.
  patching file
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
  Hunk #1 FAILED at 58.
  1 out of 1 hunk FAILED -- saving rejects to file
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py.rej

Patch:      
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
Index: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
diff --git
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
index
b81ac6117c45966adb65af58be18c7dc1ef8f9b6..b21e2bc30236cc7c89b72260e3fac181f4ed539c
100755
---
a/chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
+++
b/chrome/test/nacl_test_injection/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
@@ -58,6 +58,9 @@ def FindChrome(src_dir, options):
   chrome_locations = [
       'build/%s/chrome.exe' % mode,
       'chrome/%s/chrome.exe' % mode,
+      # For Linux buildbots.  scripts/slave/extract_build.py extracts builds
+      # to src/sconsbuild/ rather than src/out/.
+      'sconsbuild/%s/chrome' % mode,
       # Windows Chromium ninja builder
       'out/%s/chrome.exe' % mode,
       'out/%s/chrome' % mode,

Powered by Google App Engine
This is Rietveld 408576698