| Index: test/generator-output/gyptest-top-all.py
|
| diff --git a/test/generator-output/gyptest-top-all.py b/test/generator-output/gyptest-top-all.py
|
| index c1d9f60d66953ad327d40c64b1417a803d0cbe38..6a280341896f0e65bfe4f672f3f4a3730372ee7e 100755
|
| --- a/test/generator-output/gyptest-top-all.py
|
| +++ b/test/generator-output/gyptest-top-all.py
|
| @@ -15,6 +15,11 @@ import TestGyp
|
| # Android doesn't support --generator-output.
|
| test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| +# Bug: xcode-ninja doesn't respect --generator-output
|
| +# cf. https://code.google.com/p/gyp/issues/detail?id=442
|
| +if test.format == 'xcode-ninja':
|
| + test.skip_test()
|
| +
|
| test.writable(test.workpath('src'), False)
|
|
|
| test.run_gyp('prog1.gyp',
|
|
|