Chromium Code Reviews| Index: mojo/tools/data/apptests |
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
| index abbde4fc55fd18de2de5389f3b54e63a4b7a639e..03b21eb52c0fd4a60fb9770c9e4041ab45abdb30 100644 |
| --- a/mojo/tools/data/apptests |
| +++ b/mojo/tools/data/apptests |
| @@ -21,6 +21,11 @@ |
| # |
| # TODO(vtl|msw): Add a way of specifying data dependencies. |
| +view_manager_apptests = { 'test': 'mojo:view_manager_apptests' } |
| +if config.target_os != config.OS_ANDROID: |
|
sky
2015/09/02 23:02:08
It's worth a comment as to why the switch is not a
sadrul
2015/09/03 04:02:55
Done.
|
| + view_manager_apptests['args'] = [ '--use-x11-test-config', |
| + '--override-use-gl-with-osmesa-for-tests' ] |
| + |
| tests = [ |
| { |
| 'test': 'mojo:clipboard_apptests', |
| @@ -39,11 +44,7 @@ tests = [ |
| # 'test': 'mojo:runner_apptests', |
| # 'type': 'gtest_isolated', |
| #}, |
| - { |
| - 'test': 'mojo:view_manager_apptests', |
| - 'args': ['--use-x11-test-config', |
| - '--override-use-gl-with-osmesa-for-tests'] |
| - }, |
| + view_manager_apptests, |
| ] |
| # TODO(msw): Get these tests passing on Android too. http://crbug.com/486220 |