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

Unified Diff: test/same-gyp-name/gyptest-default.py

Issue 10198031: Exclude problematic formats from tests, rather than including all other platforms (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: No need to check for gypd Created 8 years, 8 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
« no previous file with comments | « test/same-gyp-name/gyptest-all.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/same-gyp-name/gyptest-default.py
diff --git a/test/same-gyp-name/gyptest-default.py b/test/same-gyp-name/gyptest-default.py
index b8fb63d15bc69bd2ca59b2e007bb8f3f15d69058..78f2cffb1f69907643eae7a43c830d6429a36f17 100755
--- a/test/same-gyp-name/gyptest-default.py
+++ b/test/same-gyp-name/gyptest-default.py
@@ -12,7 +12,7 @@ import TestGyp
# This causes a problem on XCode (duplicate ID).
# See http://code.google.com/p/gyp/issues/detail?id=114
-test = TestGyp.TestGyp(formats=['msvs', 'scons', 'make', 'ninja'])
+test = TestGyp.TestGyp(formats=['!xcode'])
test.run_gyp('all.gyp', chdir='src')
« no previous file with comments | « test/same-gyp-name/gyptest-all.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698