summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-12-09 15:25:37 +0000
committerEd Maste <emaste@freebsd.org>2013-12-09 15:25:37 +0000
commitf369dba051641cd3bb422c95618c8b561f992184 (patch)
treedb0a1b0a1fda8b09869cde28142a8f1da44be26d /lldb
parentc0ff7448d758fae2168bb0d09a5893d6a7aeb5ed (diff)
downloadbcm5719-llvm-f369dba051641cd3bb422c95618c8b561f992184.tar.gz
bcm5719-llvm-f369dba051641cd3bb422c95618c8b561f992184.zip
test: Add annotation for FreeBSD failures w/ threaded inferiors
llvm.org/pr17944 llvm.org/pr17946 llvm-svn: 196786
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py1
-rw-r--r--lldb/test/python_api/thread/TestThreadAPI.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
index b929915ead5..4af70bb0638 100644
--- a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
+++ b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
@@ -23,6 +23,7 @@ class ExprDoesntDeadlockTestCase(TestBase):
self.expr_doesnt_deadlock()
@dwarf_test
+ @expectedFailureFreeBSD('llvm.org/pr17946')
@skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
def test_with_dwarf_and_run_command(self):
"""Test that expr will time out and allow other threads to run if it blocks."""
diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py
index 4eb09c2a38f..1d22550bbfd 100644
--- a/lldb/test/python_api/thread/TestThreadAPI.py
+++ b/lldb/test/python_api/thread/TestThreadAPI.py
@@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.step_out_of_malloc_into_function_b(self.exe_name)
+ @expectedFailureFreeBSD('llvm.org/pr17944')
@expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
OpenPOWER on IntegriCloud