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

Unified Diff: test/generator-output/gyptest-rules.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/generator-output/gyptest-rules.py
diff --git a/test/generator-output/gyptest-rules.py b/test/generator-output/gyptest-rules.py
index b95e005c2d6e24f3289fe89f911b8faab9d5934d..2371f8d6b6397c62ef45d5926dfb1a852f46ad0b 100755
--- a/test/generator-output/gyptest-rules.py
+++ b/test/generator-output/gyptest-rules.py
@@ -13,6 +13,10 @@ import TestGyp
# Android doesn't support --generator-output.
test = TestGyp.TestGyp(formats=['!android'])
+# Bug: xcode-ninja doesn't respect --generator-output
sdefresne 2014/09/02 15:13:05 Same here.
+if test.format == 'xcode-ninja':
+ test.skip_test()
+
test.writable(test.workpath('rules'), False)
test.run_gyp('rules.gyp',

Powered by Google App Engine
This is Rietveld 408576698