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

Issue 83113002: Fix gyptest-xcode-gcc.py when using Xcode 5.0.2 (Closed)

Created:
7 years, 1 month ago by sdefresne
Modified:
7 years ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Fix gyptest-xcode-gcc.py when using Xcode 5.0.2 With Xcode 5.0.2, gcc is now a special version of clang and it no longer supports the -Wno-invalid-offsetof. Skip the test then. BUG=381 R=mark@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1809

Patch Set 1 #

Total comments: 2

Patch Set 2 : Improve the compiler detection test #

Total comments: 3

Patch Set 3 : Remove override of CC/CXX for make & ninja #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M test/mac/gyptest-xcode-gcc.py View 1 2 2 chunks +13 lines, -5 lines 0 comments Download
M test/mac/xcode-gcc/test.gyp View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sdefresne
Please take a look.
7 years, 1 month ago (2013-11-22 09:24:06 UTC) #1
Mark Mentovai
https://codereview.chromium.org/83113002/diff/1/test/mac/gyptest-xcode-gcc.py File test/mac/gyptest-xcode-gcc.py (right): https://codereview.chromium.org/83113002/diff/1/test/mac/gyptest-xcode-gcc.py#newcode34 test/mac/gyptest-xcode-gcc.py:34: return test.format != 'xcode' or os.readlink('/usr/bin/cc') != 'clang' I ...
7 years ago (2013-12-06 20:17:56 UTC) #2
sdefresne
PTAL
7 years ago (2013-12-09 16:11:11 UTC) #3
Mark Mentovai
https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py File test/mac/gyptest-xcode-gcc.py (right): https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py#newcode25 test/mac/gyptest-xcode-gcc.py:25: # "make" and "ninja" tests are hard-coded to use ...
7 years ago (2013-12-09 16:29:05 UTC) #4
sdefresne
https://codereview.chromium.org/83113002/diff/1/test/mac/gyptest-xcode-gcc.py File test/mac/gyptest-xcode-gcc.py (right): https://codereview.chromium.org/83113002/diff/1/test/mac/gyptest-xcode-gcc.py#newcode34 test/mac/gyptest-xcode-gcc.py:34: return test.format != 'xcode' or os.readlink('/usr/bin/cc') != 'clang' On ...
7 years ago (2013-12-10 12:38:43 UTC) #5
Mark Mentovai
https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py File test/mac/gyptest-xcode-gcc.py (right): https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py#newcode25 test/mac/gyptest-xcode-gcc.py:25: # "make" and "ninja" tests are hard-coded to use ...
7 years ago (2013-12-10 14:11:25 UTC) #6
sdefresne
On 2013/12/10 14:11:25, Mark Mentovai wrote: > https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py > File test/mac/gyptest-xcode-gcc.py (right): > > https://codereview.chromium.org/83113002/diff/40001/test/mac/gyptest-xcode-gcc.py#newcode25 ...
7 years ago (2013-12-10 16:06:18 UTC) #7
Mark Mentovai
LGTM
7 years ago (2013-12-10 16:32:28 UTC) #8
sdefresne
7 years ago (2013-12-10 17:45:27 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r1809 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698