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

Unified Diff: test/ninja/action_dependencies/gyptest-action-dependencies.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/ninja/action_dependencies/gyptest-action-dependencies.py
diff --git a/test/ninja/action_dependencies/gyptest-action-dependencies.py b/test/ninja/action_dependencies/gyptest-action-dependencies.py
index 9c5acea8cb3b087d6383e2d912071a16a953d97b..dbfd277ce8d8aa1647e4ae60bdfbf980836768d8 100755
--- a/test/ninja/action_dependencies/gyptest-action-dependencies.py
+++ b/test/ninja/action_dependencies/gyptest-action-dependencies.py
@@ -21,6 +21,8 @@ import TestGyp
# which I don't think is available on all generators.
# TODO(piman): Extend to other generators when possible.
test = TestGyp.TestGyp(formats=['ninja'])
+if test.format == 'xcode-ninja':
sdefresne 2014/09/02 15:13:05 Please document why this test is ignored when usin
Tobias 2014/10/02 18:19:19 As explained in the comment above "NOTE(piman) [..
+ test.skip_test()
test.run_gyp('action_dependencies.gyp', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698