Chromium Code Reviews| Index: test/ninja/action_dependencies/gyptest-action-dependencies.py |
| diff --git a/test/ninja/action_dependencies/gyptest-action-dependencies.py b/test/ninja/action_dependencies/gyptest-action-dependencies.py |
| index 9c5acea8cb3b087d6383e2d912071a16a953d97b..dbfd277ce8d8aa1647e4ae60bdfbf980836768d8 100755 |
| --- a/test/ninja/action_dependencies/gyptest-action-dependencies.py |
| +++ b/test/ninja/action_dependencies/gyptest-action-dependencies.py |
| @@ -21,6 +21,8 @@ import TestGyp |
| # which I don't think is available on all generators. |
| # TODO(piman): Extend to other generators when possible. |
| test = TestGyp.TestGyp(formats=['ninja']) |
| +if test.format == 'xcode-ninja': |
|
sdefresne
2014/09/02 15:13:05
Please document why this test is ignored when usin
Tobias
2014/10/02 18:19:19
As explained in the comment above "NOTE(piman) [..
|
| + test.skip_test() |
| test.run_gyp('action_dependencies.gyp', chdir='src') |