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

Unified Diff: test/mac/gyptest-action-envvars.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/lib/TestGyp.py ('k') | test/mac/gyptest-app-error.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-action-envvars.py
diff --git a/test/mac/gyptest-action-envvars.py b/test/mac/gyptest-action-envvars.py
index b4f37c43a29b129e1d08a74469936a1b59a3253b..c84eeaa465ab0e58e690781513ad3d164e28559a 100644
--- a/test/mac/gyptest-action-envvars.py
+++ b/test/mac/gyptest-action-envvars.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()
+
CHDIR = 'action-envvars'
test.run_gyp('action/action.gyp', chdir=CHDIR)
test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build')
« no previous file with comments | « test/lib/TestGyp.py ('k') | test/mac/gyptest-app-error.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698