mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
Add a flakey category for flakey tests
llvm-svn: 250750
This commit is contained in:
parent
16a4cfb80d
commit
a512103bdf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user