| automated_ui_tests | Uses automation like ui_tests, but runs on separate reliability bots. |
| base_unittests | Tests the base module. |
| browser_tests | Tests the browser UI, but in the same process rather than from a separate process like the ui_tests. Can not inject user input or depend on focus/activation behavior because it can be run in parallel processes and/or with a locked screen, headless etc. For tests sensitive to that, use interactive_ui_tests. For example, when tests need to navigate to chrome://hang (see chrome/browser/ui/webui/ntp/new_tab_ui_uitest.cc) |
| cacheinvalidation_unittests | |
| chromedriver_unittests | |
| courgette_unittests | |
| crypto_unittests | |
| curvecp_unittests | |
| ffmpeg_tests | |
| ffmpeg_unittests | |
| gfx_unittests | |
| googleurl_unittests | |
| gpu_tests | |
| interactive_ui_tests | Like ui_tests, but these tests do things like changing window focus, so that the machine running the test can't be used while the test is running. May include browsertests (derived from InProcessBrowserTest) to run in-process in case when the test is sensitive to focus transitions or injects user input/mouse events. |
| ipc_tests | Tests the IPC subsystem for communication between browser, renderer, and plugin processes. |
| jingle_unittests | |
| media_unittests | |
| memory_test | |
| net_perftests | Performance tests for the disk cache and cookie storage. |
| page_cycler_tests | |
| performance_ui_tests | |
| plugin_tests | Tests the plugin subsystem. |
| ppapi_unittests | Tests to verify Chromium recovery after hanging or crashing of renderers. |
| printing_unittests | |
| reliability_tests | |
| safe_browsing_tests | |
| sql_unittests | |
| startup_tests | Test startup performance of Chromium. |
| sync_integration_tests | |
| sync_unit_tests | |
| tab_switching_test | Test tab switching functionality. |
| test_shell_tests | A collection of tests within the Test Shell. |
| ui_tests | Tests which launch Chromium in a separate process and control it through Automation. |
| ui_unittests | Unit tests for the /src/ui module. |
| unit_tests | The kitchen sink for unit tests. These tests cover several modules within Chromium. |
| views_unittests | |
| wav_ola_test | |
| webkit_unit_tests | |