| Index: test/generator-output/gyptest-relocate.py
|
| diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
|
| index 4d60a1ea52fb85b5bd33d285888c82c75458d016..73f78cb8f2a38a88aa312f485b9a4db4de8f1d89 100755
|
| --- a/test/generator-output/gyptest-relocate.py
|
| +++ b/test/generator-output/gyptest-relocate.py
|
| @@ -14,6 +14,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',
|
|
|