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

Unified Diff: test/same-target-name-different-directory/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/same-target-name-different-directory/gyptest-all.py
diff --git a/test/same-target-name-different-directory/gyptest-all.py b/test/same-target-name-different-directory/gyptest-all.py
index bc4f466966b0a64627050117304f707491bf7125..766825ec9e6b314103cd42e0df41f62dcc2287e9 100644
--- a/test/same-target-name-different-directory/gyptest-all.py
+++ b/test/same-target-name-different-directory/gyptest-all.py
@@ -12,6 +12,10 @@ import TestGyp
test = TestGyp.TestGyp(formats=['android', 'ninja', 'make'])
+# xcode-ninja fails to generate a project due to id collisions
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('subdirs.gyp', chdir='src')
test.relocate('src', 'relocate/src')

Powered by Google App Engine
This is Rietveld 408576698