summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-07-10 02:21:16 +0000
committerJason Molenda <jmolenda@apple.com>2014-07-10 02:21:16 +0000
commit277335f9b2e2ba53682610a1b1e6b44860362e1b (patch)
tree07e4df652e26114b2a584e2313301a45345d7a68
parenta770f9d66b9508c42c729f8d2200c4d11a2b7484 (diff)
downloadbcm5719-llvm-277335f9b2e2ba53682610a1b1e6b44860362e1b.tar.gz
bcm5719-llvm-277335f9b2e2ba53682610a1b1e6b44860362e1b.zip
Add a new 'stresstest' category, set the api/multiple-debuggers test case as a stresstest.
llvm-svn: 212673
-rw-r--r--lldb/test/api/multiple-debuggers/.categories1
-rwxr-xr-xlldb/test/dotest.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/lldb/test/api/multiple-debuggers/.categories b/lldb/test/api/multiple-debuggers/.categories
new file mode 100644
index 00000000000..6e70196ccd7
--- /dev/null
+++ b/lldb/test/api/multiple-debuggers/.categories
@@ -0,0 +1 @@
+stresstest
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index e600d2cec1d..e92dd2dcc4f 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -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.
OpenPOWER on IntegriCloud