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

Unified Diff: test/mac/gyptest-xcode-gcc.py

Issue 1710543002: Fix tests with Xcode 7. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
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
« no previous file with comments | « test/lib/TestGyp.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-xcode-gcc.py
diff --git a/test/mac/gyptest-xcode-gcc.py b/test/mac/gyptest-xcode-gcc.py
index e45d0b5e8bc0c57c06e80966d209d5bab94139e5..dee4bd5929deffdaa0396aa7811dc4e5439ab139 100644
--- a/test/mac/gyptest-xcode-gcc.py
+++ b/test/mac/gyptest-xcode-gcc.py
@@ -31,6 +31,9 @@ def CompilerSupportsWarnAboutInvalidOffsetOfMacro(test):
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
+ if test.format == 'xcode-ninja':
+ test.skip_test()
+
CHDIR = 'xcode-gcc'
test.run_gyp('test.gyp', chdir=CHDIR)
« no previous file with comments | « test/lib/TestGyp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698