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

Unified Diff: test/generator-output/gyptest-mac-bundle.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/generator-output/gyptest-copies.py ('k') | test/generator-output/gyptest-relocate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generator-output/gyptest-mac-bundle.py
diff --git a/test/generator-output/gyptest-mac-bundle.py b/test/generator-output/gyptest-mac-bundle.py
index 840e1ec81fe998ff3d4400354b3056478b438954..58f8c287ffc58e18b08a5d9a154c81a96942e03e 100644
--- a/test/generator-output/gyptest-mac-bundle.py
+++ b/test/generator-output/gyptest-mac-bundle.py
@@ -15,6 +15,11 @@ import sys
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=[])
+ # Bug: xcode-ninja doesn't respect --generator-output
+ # cf. https://code.google.com/p/gyp/issues/detail?id=442
+ if test.format == 'xcode-ninja':
+ test.skip_test()
+
MAC_BUNDLE_DIR = 'mac-bundle'
GYPFILES_DIR = 'gypfiles'
test.writable(test.workpath(MAC_BUNDLE_DIR), False)
« no previous file with comments | « test/generator-output/gyptest-copies.py ('k') | test/generator-output/gyptest-relocate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698