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

Unified Diff: test/sibling/gyptest-all.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/sibling/gyptest-all.py
diff --git a/test/sibling/gyptest-all.py b/test/sibling/gyptest-all.py
index 4fa8e97a725ff84ff54a96f4b154b42daba5aeb3..a4485e5513a73171437d0c90d430c4f427e81c62 100755
--- a/test/sibling/gyptest-all.py
+++ b/test/sibling/gyptest-all.py
@@ -11,6 +11,10 @@ import TestGyp
test = TestGyp.TestGyp()
+# The xcode-ninja generator fails to generate a working wrapper project
sdefresne 2014/09/02 15:13:06 Same here.
Tobias 2014/10/02 18:19:19 Done.
+if test.format == 'xcode-ninja':
+ test.skip_test()
+
test.run_gyp('build/all.gyp', chdir='src')
test.build('build/all.gyp', test.ALL, chdir='src')

Powered by Google App Engine
This is Rietveld 408576698