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

Side by Side Diff: docs/test_descriptions.md

Issue 1473953002: Fix various issues with Markdown docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/shift_based_development.md ('k') | docs/useful_urls.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 See [Testing and infrastructure](https://sites.google.com/a/chromium.org/dev/dev elopers/testing) for more information. 1 See [Testing and infrastructure](https://sites.google.com/a/chromium.org/dev/dev elopers/testing) for more information.
2 2
3 |accessibility\_unittests|| 3 |:-----------------------|:-|
4 |:-----------------------|:| 4 |accessibility\_unittests| |
5 |angle\_unittests || 5 |angle\_unittests | |
6 |app\_list\_unittests || 6 |app\_list\_unittests | |
7 |ash\_unittests || 7 |ash\_unittests | |
8 |aura\_unittests || 8 |aura\_unittests | |
9 |base\_i18n\_perftests || 9 |base\_i18n\_perftests | |
10 |base\_perftests |Performance tests for base module.| 10 |base\_perftests |Performance tests for base module.|
11 |base\_unittests |Tests the base module.| 11 |base\_unittests |Tests the base module.|
12 |blink\_heap\_unittests || 12 |blink\_heap\_unittests | |
13 |blink\_platform\_unittests|| 13 |blink\_platform\_unittests| |
14 |breakpad\_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)| 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|| 16 |cacheinvalidation\_unittests| |
17 |chromedriver\_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/.| 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 || 19 |content\_gl\_tests | |
20 |content\_perftests || 20 |content\_perftests | |
21 |content\_unittests || 21 |content\_unittests | |
22 |courgette\_unittests || 22 |courgette\_unittests | |
23 |crypto\_unittests || 23 |crypto\_unittests | |
24 |curvecp\_unittests || 24 |curvecp\_unittests | |
25 |device\_unittests |Tests for the device (Bluetooth, HID, USB, etc.) APIs. | 25 |device\_unittests |Tests for the device (Bluetooth, HID, USB, etc.) APIs. |
26 |ffmpeg\_tests || 26 |ffmpeg\_tests | |
27 |ffmpeg\_unittests || 27 |ffmpeg\_unittests | |
28 |gfx\_unittests || 28 |gfx\_unittests | |
29 |gpu\_tests || 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.| 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.| 31 |ipc\_tests |Tests the IPC subsystem for communication between brow ser, renderer, and plugin processes.|
32 |jingle\_unittests || 32 |jingle\_unittests | |
33 |media\_unittests || 33 |media\_unittests | |
34 |memory\_test || 34 |memory\_test | |
35 |net\_perftests |Performance tests for the disk cache and cookie storag e.| 35 |net\_perftests |Performance tests for the disk cache and cookie storag e.|
36 |net\_unittests |Unit tests network stack.| 36 |net\_unittests |Unit tests network stack.|
37 |[page\_cycler\_tests](https://sites.google.com/a/chromium.org/dev/developers/te sting/page-cyclers)|| 37 |[page\_cycler\_tests](https://sites.google.com/a/chromium.org/dev/developers/te sting/page-cyclers)| |
38 |performance\_ui\_tests || 38 |performance\_ui\_tests | |
39 |plugin\_tests |Tests the plugin subsystem.| 39 |plugin\_tests |Tests the plugin subsystem.|
40 |ppapi\_unittests |Tests to verify Chromium recovery after hanging or cra shing of renderers.| 40 |ppapi\_unittests |Tests to verify Chromium recovery after hanging or cra shing of renderers.|
41 |printing\_unittests || 41 |printing\_unittests | |
42 |reliability\_tests || 42 |reliability\_tests | |
43 |safe\_browsing\_tests || 43 |safe\_browsing\_tests | |
44 |sql\_unittests || 44 |sql\_unittests | |
45 |startup\_tests |Test startup performance of Chromium.| 45 |startup\_tests |Test startup performance of Chromium.|
46 |sync\_integration\_tests|| 46 |sync\_integration\_tests| |
47 |sync\_unit\_tests || 47 |sync\_unit\_tests | |
48 |tab\_switching\_test |Test tab switching functionality.| 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.| 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.| 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.| 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| 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.| 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.| 54 |unit\_tests |The kitchen sink for unit tests. These tests cover sev eral modules within Chromium.|
55 |url\_unittests || 55 |url\_unittests | |
56 |views\_unittests || 56 |views\_unittests | |
57 |wav\_ola\_test || 57 |wav\_ola\_test | |
58 |webkit\_unit\_tests || 58 |webkit\_unit\_tests | |
OLDNEW
« no previous file with comments | « docs/shift_based_development.md ('k') | docs/useful_urls.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698