Chromium Code Reviews| 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') |