Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: docs/test_descriptions.md

Issue 1309473002: WIP: Migrate Wiki content over to src/docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/system_hardening_features.md ('k') | docs/theme_creation_guide.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 See [Testing and infrastructure](https://sites.google.com/a/chromium.org/dev/dev elopers/testing) for more information.
2
3 |accessibility\_unittests||
4 |:-----------------------|:|
5 |angle\_unittests ||
6 |app\_list\_unittests ||
7 |ash\_unittests ||
8 |aura\_unittests ||
9 |base\_i18n\_perftests ||
10 |base\_perftests |Performance tests for base module.|
11 |base\_unittests |Tests the base module.|
12 |blink\_heap\_unittests ||
13 |blink\_platform\_unittests||
14 |breakpad\_unittests ||
15 |[browser\_tests](https://sites.google.com/a/chromium.org/dev/developers/testing /browser-tests)|Tests the browser UI. Can not inject user input or depend on foc us/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/bro wser/ui/webui/ntp/new\_tab\_ui\_uitest.cc)|
16 |cacheinvalidation\_unittests||
17 |chromedriver\_unittests ||
18 |content\_browsertests |Similar to browser\_tests, but with a minimal shell co ntained entirely within content/. This test, as well as the entire content modul e, has no dependencies on chrome/.|
19 |content\_gl\_tests ||
20 |content\_perftests ||
21 |content\_unittests ||
22 |courgette\_unittests ||
23 |crypto\_unittests ||
24 |curvecp\_unittests ||
25 |device\_unittests |Tests for the device (Bluetooth, HID, USB, etc.) APIs. |
26 |ffmpeg\_tests ||
27 |ffmpeg\_unittests ||
28 |gfx\_unittests ||
29 |gpu\_tests ||
30 |interactive\_ui\_tests |Like browser\_tests, but these tests do things like ch anging window focus, so that the machine running the test can't be used while th e test is running. May include browsertests (derived from InProcessBrowserTest) to run in-process in case when the test is sensitive to focus transitions or inj ects user input/mouse events.|
31 |ipc\_tests |Tests the IPC subsystem for communication between brow ser, renderer, and plugin processes.|
32 |jingle\_unittests ||
33 |media\_unittests ||
34 |memory\_test ||
35 |net\_perftests |Performance tests for the disk cache and cookie storag e.|
36 |net\_unittests |Unit tests network stack.|
37 |[page\_cycler\_tests](https://sites.google.com/a/chromium.org/dev/developers/te sting/page-cyclers)||
38 |performance\_ui\_tests ||
39 |plugin\_tests |Tests the plugin subsystem.|
40 |ppapi\_unittests |Tests to verify Chromium recovery after hanging or cra shing of renderers.|
41 |printing\_unittests ||
42 |reliability\_tests ||
43 |safe\_browsing\_tests ||
44 |sql\_unittests ||
45 |startup\_tests |Test startup performance of Chromium.|
46 |sync\_integration\_tests||
47 |sync\_unit\_tests ||
48 |tab\_switching\_test |Test tab switching functionality.|
49 |telemetry\_unittests |Tests for the core functionality of the Telemetry perf ormance testing framework. Not performance-sensitive.|
50 |telemetry\_perf\_unittests|Smoke tests to catch errors running performance test s before they run on the chromium.perf waterfall. Not performance-sensitive.|
51 |test\_shell\_tests |A collection of tests within the Test Shell.|
52 |[test\_installer](https://sites.google.com/a/chromium.org/dev/developers/testin g/windows-installer-tests)|Tests Chrome's installer for Windows|
53 |ui\_base\_unittests |Unit tests for //ui/base.|
54 |unit\_tests |The kitchen sink for unit tests. These tests cover sev eral modules within Chromium.|
55 |url\_unittests ||
56 |views\_unittests ||
57 |wav\_ola\_test ||
58 |webkit\_unit\_tests ||
OLDNEW
« no previous file with comments | « docs/system_hardening_features.md ('k') | docs/theme_creation_guide.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698