Add a new 'stresstest' category, set the api/multiple-debuggers test case as a stress...
authorJason Molenda <jmolenda@apple.com>
Thu, 10 Jul 2014 02:21:16 +0000 (02:21 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 10 Jul 2014 02:21:16 +0000 (02:21 +0000)
llvm-svn: 212673

lldb/test/api/multiple-debuggers/.categories [new file with mode: 0644]
lldb/test/dotest.py

diff --git a/lldb/test/api/multiple-debuggers/.categories b/lldb/test/api/multiple-debuggers/.categories
new file mode 100644 (file)
index 0000000..6e70196
--- /dev/null
@@ -0,0 +1 @@
+stresstest
index e600d2c..e92dd2d 100755 (executable)
@@ -102,7 +102,8 @@ validCategories = {
 'pyapi':'Tests related to the Python API',
 'basic_process': 'Basic process execution sniff tests.',
 'cmdline' : 'Tests related to the LLDB command-line interface',
-'dyntype' : 'Tests related to dynamic type support'
+'dyntype' : 'Tests related to dynamic type support',
+'stresstest' : 'Tests related to stressing lldb limits'
 }
 
 # The test suite.