forked from OSchip/llvm-project
parent
16a4cfb80d
commit
a512103bdf
|
@ -87,7 +87,8 @@ validCategories = {
|
||||||
'basic_process': 'Basic process execution sniff tests.',
|
'basic_process': 'Basic process execution sniff tests.',
|
||||||
'cmdline' : 'Tests related to the LLDB command-line interface',
|
'cmdline' : 'Tests related to the LLDB command-line interface',
|
||||||
'dyntype' : 'Tests related to dynamic type support',
|
'dyntype' : 'Tests related to dynamic type support',
|
||||||
'stresstest' : 'Tests related to stressing lldb limits'
|
'stresstest' : 'Tests related to stressing lldb limits',
|
||||||
|
'flakey' : 'Flakey test cases, i.e. tests that do not reliably pass at each execution'
|
||||||
}
|
}
|
||||||
|
|
||||||
# The test suite.
|
# The test suite.
|
||||||
|
|
Loading…
Reference in New Issue