Skip to content

Commit e465dda

Browse files
committed
[lldb] Alphabetically sort test categories (NFC)
1 parent a184c75 commit e465dda

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lldb/packages/Python/lldbsuite/test/test_categories.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
]
2020

2121
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',
2225
'dataformatters': 'Tests related to the type command and the data formatters subsystem',
26+
'dsym': 'Tests that can be run with DSYM debug information',
2327
'dwarf': 'Tests that can be run with DWARF debug information',
2428
'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',
2730
'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',
2833
'libc++': 'Test for libc++ data formatters',
2934
'libstdcxx': 'Test for libstdcxx data formatters',
35+
'lldb-server': 'Tests related to lldb-server',
36+
'lldb-vscode': 'Visual Studio Code debug adaptor tests',
3037
'objc': 'Tests related to the Objective-C programming language support',
3138
'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',
3839
'std-module': 'Tests related to importing the std module',
40+
'stresstest': 'Tests related to stressing lldb limits',
3941
'watchpoint': 'Watchpoint-related tests',
40-
'lldb-vscode': 'Visual Studio Code debug adaptor tests',
41-
'lldb-server': 'Tests related to lldb-server',
4242
}
4343

4444

0 commit comments

Comments
 (0)