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

Unified Diff: test/assembly/gyptest-assembly.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
« no previous file with comments | « no previous file | test/same-gyp-name/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/assembly/gyptest-assembly.py
diff --git a/test/assembly/gyptest-assembly.py b/test/assembly/gyptest-assembly.py
index 09d612b94556e46cb47f2d40a7b815a362ec210c..8f3c0f0bbf9e68bebc7f7d82a98612175434b1fb 100755
--- a/test/assembly/gyptest-assembly.py
+++ b/test/assembly/gyptest-assembly.py
@@ -13,7 +13,7 @@ import sys
import TestGyp
# TODO(bradnelson): get this working for windows.
-test = TestGyp.TestGyp(formats=['make', 'ninja', 'scons', 'xcode'])
+test = TestGyp.TestGyp(formats=['!gypd', '!msvs'])
Nico 2012/04/27 05:07:57 Is "!gypd" needed? gyptest.py doesn't include gypd
test.run_gyp('assembly.gyp', chdir='src')
« no previous file with comments | « no previous file | test/same-gyp-name/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698