[lldb] Alphabetically sort test categories (NFC)

This commit is contained in:
Jonas Devlieghere 2020-10-12 15:22:53 -07:00
parent a184c758b7
commit e465ddac88
1 changed files with 16 additions and 16 deletions

View File

@ -19,26 +19,26 @@ debug_info_categories = [
]
all_categories = {
'dataformatters': 'Tests related to the type command and the data formatters subsystem',
'dwarf': 'Tests that can be run with DWARF debug information',
'dwo': 'Tests that can be run with DWO debug information',
'dsym': 'Tests that can be run with DSYM debug information',
'gmodules': 'Tests that can be run with -gmodules debug information',
'expression': 'Tests related to the expression parser',
'libc++': 'Test for libc++ data formatters',
'libstdcxx': 'Test for libstdcxx data formatters',
'objc': 'Tests related to the Objective-C programming language support',
'pyapi': 'Tests related to the Python API',
'basic_process': 'Basic process execution sniff tests.',
'cmdline': 'Tests related to the LLDB command-line interface',
'dyntype': 'Tests related to dynamic type support',
'stresstest': 'Tests related to stressing lldb limits',
'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution',
'darwin-log': 'Darwin log tests',
'std-module': 'Tests related to importing the std module',
'watchpoint': 'Watchpoint-related tests',
'lldb-vscode': 'Visual Studio Code debug adaptor tests',
'dataformatters': 'Tests related to the type command and the data formatters subsystem',
'dsym': 'Tests that can be run with DSYM debug information',
'dwarf': 'Tests that can be run with DWARF debug information',
'dwo': 'Tests that can be run with DWO debug information',
'dyntype': 'Tests related to dynamic type support',
'expression': 'Tests related to the expression parser',
'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution',
'gmodules': 'Tests that can be run with -gmodules debug information',
'libc++': 'Test for libc++ data formatters',
'libstdcxx': 'Test for libstdcxx data formatters',
'lldb-server': 'Tests related to lldb-server',
'lldb-vscode': 'Visual Studio Code debug adaptor tests',
'objc': 'Tests related to the Objective-C programming language support',
'pyapi': 'Tests related to the Python API',
'std-module': 'Tests related to importing the std module',
'stresstest': 'Tests related to stressing lldb limits',
'watchpoint': 'Watchpoint-related tests',
}