Chromium Code Reviews| Index: test/mac/gyptest-libraries.py |
| diff --git a/test/mac/gyptest-libraries.py b/test/mac/gyptest-libraries.py |
| index 46814d65afc42e8131033067b5a37b3a71ee1507..b790c8b8fc753d0649ded07dcb104d7c437a8740 100755 |
| --- a/test/mac/gyptest-libraries.py |
| +++ b/test/mac/gyptest-libraries.py |
| @@ -15,6 +15,10 @@ import sys |
| if sys.platform == 'darwin': |
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) |
| + # The xcode-ninja generator fails to generate a working wrapper project |
|
sdefresne
2014/09/02 15:13:05
Same here.
Tobias
2014/10/02 18:19:19
Done.
|
| + if test.format == 'xcode-ninja': |
| + test.skip_test() |
| + |
| test.run_gyp('subdir/test.gyp', chdir='libraries') |
| test.build('subdir/test.gyp', test.ALL, chdir='libraries') |