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

Unified Diff: test/mac/gyptest-libraries.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-ldflags-passed-to-libtool.py ('k') | test/mac/gyptest-loadable-module.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-libraries.py
diff --git a/test/mac/gyptest-libraries.py b/test/mac/gyptest-libraries.py
index 46814d65afc42e8131033067b5a37b3a71ee1507..d5b64bda7f4b5cb1e60eaf7b255501c391cea880 100755
--- a/test/mac/gyptest-libraries.py
+++ b/test/mac/gyptest-libraries.py
@@ -15,6 +15,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()
+
test.run_gyp('subdir/test.gyp', chdir='libraries')
test.build('subdir/test.gyp', test.ALL, chdir='libraries')
« no previous file with comments | « test/mac/gyptest-ldflags-passed-to-libtool.py ('k') | test/mac/gyptest-loadable-module.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698