Chromium Code Reviews| Index: test/generator-output/gyptest-mac-bundle.py |
| diff --git a/test/generator-output/gyptest-mac-bundle.py b/test/generator-output/gyptest-mac-bundle.py |
| index 840e1ec81fe998ff3d4400354b3056478b438954..ade59f9c20388c252827b9566b8e09cad9cbfd14 100644 |
| --- a/test/generator-output/gyptest-mac-bundle.py |
| +++ b/test/generator-output/gyptest-mac-bundle.py |
| @@ -15,6 +15,10 @@ import sys |
| if sys.platform == 'darwin': |
| test = TestGyp.TestGyp(formats=[]) |
| + # Bug: xcode-ninja doesn't respect --generator-output |
|
sdefresne
2014/09/02 15:13:05
Same here.
|
| + if test.format == 'xcode-ninja': |
| + test.skip_test() |
| + |
| MAC_BUNDLE_DIR = 'mac-bundle' |
| GYPFILES_DIR = 'gypfiles' |
| test.writable(test.workpath(MAC_BUNDLE_DIR), False) |