[Lldb-commits] [lldb] r250750 - Add a flakey category for flakey tests

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 15:53:35 PDT 2015


Author: enrico
Date: Mon Oct 19 17:53:34 2015
New Revision: 250750

URL: http://llvm.org/viewvc/llvm-project?rev=250750&view=rev
Log:
Add a flakey category for flakey tests

Modified:
    lldb/trunk/test/dotest.py

Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=250750&r1=250749&r2=250750&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Oct 19 17:53:34 2015
@@ -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.




More information about the lldb-commits mailing list