Chromium Code Reviews| Index: test/generator-output/gyptest-actions.py |
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py |
| index 8c912e492b5afec87108fa3c6d4396eae5c35be6..d5723173d4427f69de16ace5cdd296644923b92e 100755 |
| --- a/test/generator-output/gyptest-actions.py |
| +++ b/test/generator-output/gyptest-actions.py |
| @@ -13,6 +13,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
Please file a bug (if it does not exists) and add
Tobias
2014/10/02 18:19:19
This is the bug that triggered all of this ;)
http
|
| +if test.format == 'xcode-ninja': |
| + test.skip_test() |
| + |
| # All the generated files should go under 'gypfiles'. The source directory |
| # ('actions') should be untouched. |
| test.writable(test.workpath('actions'), False) |