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

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, 4 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
Index: test/mac/gyptest-ldflags.py
diff --git a/test/mac/gyptest-ldflags.py b/test/mac/gyptest-ldflags.py
index 4da40490d3bf8d7f2ebb438cfae543140e0dcba3..77881eb73b772127729e9b1cc178993465817b38 100644
--- a/test/mac/gyptest-ldflags.py
+++ b/test/mac/gyptest-ldflags.py
@@ -16,6 +16,10 @@ import sys
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
+ # The xcode-ninja generator fails to generate a working wrapper project
sdefresne 2014/09/02 15:13:05 Same here.
Tobias 2014/10/02 18:19:19 Done.
+ if test.format == 'xcode-ninja':
+ test.skip_test()
+
CHDIR = 'ldflags'
test.run_gyp('subdirectory/test.gyp', chdir=CHDIR)

Powered by Google App Engine
This is Rietveld 408576698