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

Issue 14813020: Fix compile_test.py for CXX values that contain spaces. (Closed)

Created:
7 years, 7 months ago by Paweł Hajdan Jr.
Modified:
7 years, 7 months ago
Reviewers:
Mark Mentovai, qengho
CC:
chromium-reviews
Visibility:
Public.

Description

Fix compile_test.py for CXX values that contain spaces. One example is CXX="ccache g++". Using shell=True seems to be a worse option - we'd have to construct a string to pass to bash -c, instead of building a nice argv array. BUG=none R=mark@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200910

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M tools/compile_test/compile_test.py View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
7 years, 7 months ago (2013-05-09 23:15:08 UTC) #1
Mark Mentovai
LGTM
7 years, 7 months ago (2013-05-10 13:34:12 UTC) #2
qengho
I'm not so sure. There's nothing unusual about spaces in a path, and CXX="/My Documents/bin/gcc" ...
7 years, 7 months ago (2013-05-10 16:27:48 UTC) #3
Mark Mentovai
Because Makefiles have traditionally played it fast and loose with quoting, unfortunately, environment variables like ...
7 years, 7 months ago (2013-05-10 16:30:20 UTC) #4
Paweł Hajdan Jr.
On 2013/05/10 16:27:48, chad.miller wrote: > I'm not so sure. There's nothing unusual about spaces ...
7 years, 7 months ago (2013-05-10 17:06:36 UTC) #5
Paweł Hajdan Jr.
On 2013/05/10 17:06:36, Paweł Hajdan Jr. wrote: > Chad, thanks for raising it. I also ...
7 years, 7 months ago (2013-05-15 17:33:31 UTC) #6
Paweł Hajdan Jr.
7 years, 7 months ago (2013-05-17 22:46:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 manually as r200910 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698