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

Unified Diff: test/ninja/action-rule-hash/gyptest-action-rule-hash.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
Index: test/ninja/action-rule-hash/gyptest-action-rule-hash.py
diff --git a/test/ninja/action-rule-hash/gyptest-action-rule-hash.py b/test/ninja/action-rule-hash/gyptest-action-rule-hash.py
index 631e176af5063ff756200d0049ec86ce43095350..7147fd2fc31ac64c56dd7123154c11edd0c64120 100644
--- a/test/ninja/action-rule-hash/gyptest-action-rule-hash.py
+++ b/test/ninja/action-rule-hash/gyptest-action-rule-hash.py
@@ -14,6 +14,11 @@ import sys
import TestGyp
test = TestGyp.TestGyp(formats=['ninja'])
+# 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('subdir/action-rule-hash.gyp')
test.build('subdir/action-rule-hash.gyp', test.ALL)
« no previous file with comments | « test/many-actions/gyptest-many-actions-unsorted.py ('k') | test/ninja/action_dependencies/gyptest-action-dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698