summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-07-12 15:41:03 +0000
committerEd Maste <emaste@freebsd.org>2014-07-12 15:41:03 +0000
commit78d117eb63a2bbff69fe0b0239f19b9ab75566f9 (patch)
tree8e3639b3300dbf1dce5a6f7c6a7eb1f553583e9e /lldb/test/expression_command/call-function/TestCallStopAndContinue.py
parent8abef69ad9eabe886d8015f4adcd7e20b8ccb6bf (diff)
downloadbcm5719-llvm-78d117eb63a2bbff69fe0b0239f19b9ab75566f9.tar.gz
bcm5719-llvm-78d117eb63a2bbff69fe0b0239f19b9ab75566f9.zip
Add FreeBSD failure decorator for TestCallStopAndContinue
The testrun now completes successfully on my FreeBSD 11.0-CURRENT laptop. There are some intermittent failures on the FreeBSD buildbot still, which should be addressed in later commits. llvm.org/pr20274 llvm-svn: 212878
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r--lldb/test/expression_command/call-function/TestCallStopAndContinue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py
index 053eebf1b86..d7e837a4943 100644
--- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py
+++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py
@@ -30,6 +30,7 @@ class ExprCommandCallStopContinueTestCase(TestBase):
@dwarf_test
@expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX
+ @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure
@expectedFailureLinux("llvm.org/pr20274") # intermittent failure on Linux
def test_with_dwarf(self):
"""Test gathering result from interrupted function call."""
OpenPOWER on IntegriCloud