| Index: test/same-target-name-different-directory/gyptest-all.py
|
| diff --git a/test/same-target-name-different-directory/gyptest-all.py b/test/same-target-name-different-directory/gyptest-all.py
|
| index bc4f466966b0a64627050117304f707491bf7125..bc9b960ffea9fda4ba2acda29cd4edb5290ac806 100644
|
| --- a/test/same-target-name-different-directory/gyptest-all.py
|
| +++ b/test/same-target-name-different-directory/gyptest-all.py
|
| @@ -12,6 +12,11 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp(formats=['android', 'ninja', 'make'])
|
|
|
| +# xcode-ninja fails to generate a project due to id collisions
|
| +# cf. https://code.google.com/p/gyp/issues/detail?id=461
|
| +if test.format == 'xcode-ninja':
|
| + test.skip_test()
|
| +
|
| test.run_gyp('subdirs.gyp', chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|