From a512103bdf3d2ff20106e3ee2d80a21bece60795 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 19 Oct 2015 22:53:34 +0000 Subject: [PATCH] Add a flakey category for flakey tests llvm-svn: 250750 --- lldb/test/dotest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index f519672ff9ff..262c1d4833ba 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.