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

Unified Diff: test/sibling/gyptest-relocate.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/sibling/gyptest-all.py ('k') | test/toplevel-dir/gyptest-toplevel-dir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sibling/gyptest-relocate.py
diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py
index d11c6c458a5b71877708979f388df3b7d4e27cf6..05fa9d96fed11a992e44348128e9910160a57bf3 100755
--- a/test/sibling/gyptest-relocate.py
+++ b/test/sibling/gyptest-relocate.py
@@ -8,6 +8,12 @@ import TestGyp
test = TestGyp.TestGyp()
+# 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()
+
test.run_gyp('build/all.gyp', chdir='src')
test.relocate('src', 'relocate/src')
« no previous file with comments | « test/sibling/gyptest-all.py ('k') | test/toplevel-dir/gyptest-toplevel-dir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698