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

Unified Diff: test/build-option/gyptest-build.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/additional-targets/gyptest-additional.py ('k') | test/compiler-override/gyptest-compiler-env.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build-option/gyptest-build.py
diff --git a/test/build-option/gyptest-build.py b/test/build-option/gyptest-build.py
index 6dfadb293745cdb9c349d436d58e67038efdf9c8..773d409ce5efc1371e80a1c2d64b7a25fffc39d0 100755
--- a/test/build-option/gyptest-build.py
+++ b/test/build-option/gyptest-build.py
@@ -19,6 +19,11 @@ if test.format == 'android':
# https://code.google.com/p/gyp/issues/detail?id=436
test.skip_test(message='Test fails on android. Fix and reenable.\n')
+if test.format == 'xcode-ninja':
+ # The xcode-ninja generator doesn't support --build
+ # cf. https://code.google.com/p/gyp/issues/detail?id=453
+ test.skip_test()
+
test.run_gyp('hello.gyp', '--build=Default')
test.run_built_executable('hello', stdout="Hello, world!\n")
« no previous file with comments | « test/additional-targets/gyptest-additional.py ('k') | test/compiler-override/gyptest-compiler-env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698