| OLD | NEW |
| 1 # This file contains a list of Mojo gtest unit tests. | 1 # This file contains a list of Mojo gtest unit tests. |
| 2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has | 2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has |
| 3 # other data dependencies). | 3 # other data dependencies). |
| 4 # TODO(vtl): Add a way of specifying data dependencies instead. | 4 # TODO(vtl): Add a way of specifying data dependencies instead. |
| 5 | 5 |
| 6 # System tests: | 6 # System tests: |
| 7 mojo_system_unittests | 7 mojo_system_unittests |
| 8 | 8 |
| 9 # Public tests: | 9 # Public tests: |
| 10 *mojo_public_bindings_unittests | 10 *mojo_public_bindings_unittests |
| 11 mojo_public_environment_unittests | 11 mojo_public_environment_unittests |
| 12 mojo_public_system_unittests | 12 mojo_public_system_unittests |
| 13 mojo_public_utility_unittests | 13 mojo_public_utility_unittests |
| 14 | 14 |
| 15 # Non-system, non-public tests: | 15 # Non-system, non-public tests: |
| 16 mojo_application_manager_unittests | 16 mojo_application_manager_unittests |
| 17 mojo_common_unittests | 17 mojo_common_unittests |
| 18 mojo_network_service_unittests |
| 18 # These tests currently crash. We should re-enable them when they pass. | 19 # These tests currently crash. We should re-enable them when they pass. |
| 19 # mojo_view_manager_lib_unittests | 20 # mojo_view_manager_lib_unittests |
| 21 mojo_view_manager_unittests |
| 20 mojo_surfaces_lib_unittests | 22 mojo_surfaces_lib_unittests |
| 21 network_service_unittests | |
| 22 view_manager_unittests | |
| 23 | 23 |
| 24 # JavaScript tests: | 24 # JavaScript tests: |
| 25 | 25 |
| 26 # Shell integration tests: | 26 # Shell integration tests: |
| 27 *mojo_shell_tests | 27 *mojo_shell_tests |
| OLD | NEW |