My favorites | Sign in
Project Home Downloads Wiki Issues
Search
for
TestDescriptions  
Descriptions for every test project in the Chromium code base.
Phase-Implementation
Updated Mar 7, 2012 by da...@chromium.org

automated_ui_testsUses automation like ui_tests, but runs on separate reliability bots.
base_unittestsTests the base module.
browser_testsTests 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_testsLike 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_testsTests the IPC subsystem for communication between browser, renderer, and plugin processes.
jingle_unittests
media_unittests
memory_test
net_perftestsPerformance tests for the disk cache and cookie storage.
page_cycler_tests
performance_ui_tests
plugin_testsTests the plugin subsystem.
ppapi_unittestsTests to verify Chromium recovery after hanging or crashing of renderers.
printing_unittests
reliability_tests
safe_browsing_tests
sql_unittests
startup_testsTest startup performance of Chromium.
sync_integration_tests
sync_unit_tests
tab_switching_testTest tab switching functionality.
test_shell_testsA collection of tests within the Test Shell.
ui_testsTests which launch Chromium in a separate process and control it through Automation.
ui_unittestsUnit tests for the /src/ui module.
unit_testsThe kitchen sink for unit tests. These tests cover several modules within Chromium.
views_unittests
wav_ola_test
webkit_unit_tests


Sign in to add a comment
Powered by Google Project Hosting