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

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 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/rules/src/subdir4/build-asm.gyp ('k') | test/sibling/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bc9b960ffea9fda4ba2acda29cd4edb5290ac806 100644
--- a/test/same-target-name-different-directory/gyptest-all.py
+++ b/test/same-target-name-different-directory/gyptest-all.py
@@ -12,6 +12,11 @@ import TestGyp
test = TestGyp.TestGyp(formats=['android', 'ninja', 'make'])
+# xcode-ninja fails to generate a project due to id collisions
+# cf. https://code.google.com/p/gyp/issues/detail?id=461
+if test.format == 'xcode-ninja':
+ test.skip_test()
+
test.run_gyp('subdirs.gyp', chdir='src')
test.relocate('src', 'relocate/src')
« no previous file with comments | « test/rules/src/subdir4/build-asm.gyp ('k') | test/sibling/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698