diff options
author | Ed Maste <emaste@freebsd.org> | 2014-07-12 15:41:03 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-07-12 15:41:03 +0000 |
commit | 78d117eb63a2bbff69fe0b0239f19b9ab75566f9 (patch) | |
tree | 8e3639b3300dbf1dce5a6f7c6a7eb1f553583e9e /lldb/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 8abef69ad9eabe886d8015f4adcd7e20b8ccb6bf (diff) | |
download | bcm5719-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.py | 1 |
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.""" |