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

Unified Diff: test/mac/gyptest-ldflags.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years 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/mac/gyptest-installname.py ('k') | test/mac/gyptest-ldflags-passed-to-libtool.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-ldflags.py
diff --git a/test/mac/gyptest-ldflags.py b/test/mac/gyptest-ldflags.py
index 4da40490d3bf8d7f2ebb438cfae543140e0dcba3..af44b8c5a056a2ef8dce99a9c26096da4f4e16e5 100644
--- a/test/mac/gyptest-ldflags.py
+++ b/test/mac/gyptest-ldflags.py
@@ -16,6 +16,12 @@ import sys
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
+ # The xcode-ninja generator handles gypfiles which are not at the
+ # project root incorrectly.
+ # cf. https://code.google.com/p/gyp/issues/detail?id=460
+ if test.format == 'xcode-ninja':
+ test.skip_test()
+
CHDIR = 'ldflags'
test.run_gyp('subdirectory/test.gyp', chdir=CHDIR)
« no previous file with comments | « test/mac/gyptest-installname.py ('k') | test/mac/gyptest-ldflags-passed-to-libtool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698