Chromium Code Reviews| Index: test/generator-output/gyptest-subdir2-deep.py |
| diff --git a/test/generator-output/gyptest-subdir2-deep.py b/test/generator-output/gyptest-subdir2-deep.py |
| index 305e178d412efeaafe4f421fbef9bd460a2f7fa2..6bf5c92fb2ae86fc855bd906b733ddc4cb40a382 100755 |
| --- a/test/generator-output/gyptest-subdir2-deep.py |
| +++ b/test/generator-output/gyptest-subdir2-deep.py |
| @@ -15,6 +15,10 @@ import TestGyp |
| # Android doesn't support --generator-output. |
| test = TestGyp.TestGyp(formats=['!android']) |
| +# 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() |
| + |
| test.writable(test.workpath('src'), False) |
| test.writable(test.workpath('src/subdir2/deeper/build'), True) |