Chromium Code Reviews| Index: test/generator-output/gyptest-copies.py |
| diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py |
| index 909aebf85f8a698540645aa6ff87609df74b32d0..1b4d129903112bc1ccb58dac4913652d193b9d0f 100755 |
| --- a/test/generator-output/gyptest-copies.py |
| +++ b/test/generator-output/gyptest-copies.py |
| @@ -14,6 +14,10 @@ import TestGyp |
| # Android doesn't support --generator-output. |
| test = TestGyp.TestGyp(formats=['!android']) |
| +# Bug: xcode-ninja doesn't respect --generator-output |
|
sdefresne
2014/09/02 15:13:05
Same here.
|
| +if test.format == 'xcode-ninja': |
| + test.skip_test() |
| + |
| test.writable(test.workpath('copies'), False) |
| test.run_gyp('copies.gyp', |