Add a flakey category for flakey tests

llvm-svn: 250750
This commit is contained in:
Enrico Granata 2015-10-19 22:53:34 +00:00
parent 16a4cfb80d
commit a512103bdf
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ validCategories = {
'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'
'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.