| Index: test/generator-output/gyptest-symlink.py
|
| diff --git a/test/generator-output/gyptest-symlink.py b/test/generator-output/gyptest-symlink.py
|
| index 7390fcd37f15d0434618ea287fe608c643e5293a..89bccab32c5e92901d4983491e0e3b903f9e5ac1 100755
|
| --- a/test/generator-output/gyptest-symlink.py
|
| +++ b/test/generator-output/gyptest-symlink.py
|
| @@ -18,6 +18,11 @@ test = TestGyp.TestGyp(formats=['!android'])
|
| if not hasattr(os, 'symlink'):
|
| test.skip_test('Missing os.symlink -- skipping test.\n')
|
|
|
| +# 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.writable(test.workpath('src/subdir2/deeper/build'), True)
|
|
|