|
19 | 19 | ]
|
20 | 20 |
|
21 | 21 | all_categories = {
|
| 22 | + 'basic_process': 'Basic process execution sniff tests.', |
| 23 | + 'cmdline': 'Tests related to the LLDB command-line interface', |
| 24 | + 'darwin-log': 'Darwin log tests', |
22 | 25 | 'dataformatters': 'Tests related to the type command and the data formatters subsystem',
|
| 26 | + 'dsym': 'Tests that can be run with DSYM debug information', |
23 | 27 | 'dwarf': 'Tests that can be run with DWARF debug information',
|
24 | 28 | 'dwo': 'Tests that can be run with DWO debug information',
|
25 |
| - 'dsym': 'Tests that can be run with DSYM debug information', |
26 |
| - 'gmodules': 'Tests that can be run with -gmodules debug information', |
| 29 | + 'dyntype': 'Tests related to dynamic type support', |
27 | 30 | 'expression': 'Tests related to the expression parser',
|
| 31 | + 'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution', |
| 32 | + 'gmodules': 'Tests that can be run with -gmodules debug information', |
28 | 33 | 'libc++': 'Test for libc++ data formatters',
|
29 | 34 | 'libstdcxx': 'Test for libstdcxx data formatters',
|
| 35 | + 'lldb-server': 'Tests related to lldb-server', |
| 36 | + 'lldb-vscode': 'Visual Studio Code debug adaptor tests', |
30 | 37 | 'objc': 'Tests related to the Objective-C programming language support',
|
31 | 38 | 'pyapi': 'Tests related to the Python API',
|
32 |
| - 'basic_process': 'Basic process execution sniff tests.', |
33 |
| - 'cmdline': 'Tests related to the LLDB command-line interface', |
34 |
| - 'dyntype': 'Tests related to dynamic type support', |
35 |
| - 'stresstest': 'Tests related to stressing lldb limits', |
36 |
| - 'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution', |
37 |
| - 'darwin-log': 'Darwin log tests', |
38 | 39 | 'std-module': 'Tests related to importing the std module',
|
| 40 | + 'stresstest': 'Tests related to stressing lldb limits', |
39 | 41 | 'watchpoint': 'Watchpoint-related tests',
|
40 |
| - 'lldb-vscode': 'Visual Studio Code debug adaptor tests', |
41 |
| - 'lldb-server': 'Tests related to lldb-server', |
42 | 42 | }
|
43 | 43 |
|
44 | 44 |
|
|
0 commit comments