summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/test/dotest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index f519672ff9f..262c1d4833b 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -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.
OpenPOWER on IntegriCloud