Chromium Code Reviews| Index: test/mac/gyptest-loadable-module-bundle-product-extension.py |
| diff --git a/test/mac/gyptest-loadable-module-bundle-product-extension.py b/test/mac/gyptest-loadable-module-bundle-product-extension.py |
| index 90c20837c713f0734eaaba95206a405c2f895aff..236ab6c8ce1542d1ec5649340a8a22b931c17af5 100644 |
| --- a/test/mac/gyptest-loadable-module-bundle-product-extension.py |
| +++ b/test/mac/gyptest-loadable-module-bundle-product-extension.py |
| @@ -18,6 +18,10 @@ import sys |
| if sys.platform == 'darwin': |
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) |
| + # The xcode-ninja generator fails because it doesn't copy the extension |
|
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() |
| + |
| CHDIR = 'loadable-module-bundle-product-extension' |
| test.run_gyp('test.gyp', chdir=CHDIR) |
| test.build('test.gyp', test.ALL, chdir=CHDIR) |