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

Unified Diff: test/same-gyp-name/gyptest-all.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: 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
Index: test/same-gyp-name/gyptest-all.py
diff --git a/test/same-gyp-name/gyptest-all.py b/test/same-gyp-name/gyptest-all.py
index 98732d52fb2976582a82393c06de2903950e2002..0f72e30b3706443ed3be31dfa429c5486caad8f6 100755
--- a/test/same-gyp-name/gyptest-all.py
+++ b/test/same-gyp-name/gyptest-all.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=['!gypd', '!xcode'])
test.run_gyp('all.gyp', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698