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

Unified Diff: test/copies/gyptest-attribs.py

Issue 68333002: Disable new test from r1779 for the android generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/copies/gyptest-attribs.py
===================================================================
--- test/copies/gyptest-attribs.py (revision 1781)
+++ test/copies/gyptest-attribs.py (working copy)
@@ -24,7 +24,8 @@
test.fail_test()
-test = TestGyp.TestGyp()
+# Doesn't pass with the android generator, see gyp bug 379.
+test = TestGyp.TestGyp(formats=['!android'])
test.run_gyp('copies-attribs.gyp', chdir='src')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698