diff options
author | Ed Maste <emaste@freebsd.org> | 2015-05-08 13:52:22 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-05-08 13:52:22 +0000 |
commit | 0cb96aaf2b7c399d723ce387077ea7967723f058 (patch) | |
tree | 1099c832c0936e1684c0124c27d3f89f6afbef53 | |
parent | 9ce6e0a92695b11a396bfe1e69c291ffd3d2a018 (diff) | |
download | bcm5719-llvm-0cb96aaf2b7c399d723ce387077ea7967723f058.tar.gz bcm5719-llvm-0cb96aaf2b7c399d723ce387077ea7967723f058.zip |
Enable TestCallStopAndContinue on FreeBSD
It's reported to pass consistently on Linux now, and it passed for me
in local testing on FreeBSD. Remove the expectedFailureFreeBSD decorator
for now.
llvm.org/pr20274
llvm-svn: 236853
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index 28ddb29b8a4..0814c408ccb 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -30,7 +30,6 @@ class ExprCommandCallStopContinueTestCase(TestBase): @dwarf_test @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX - @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure def test_with_dwarf(self): """Test gathering result from interrupted function call.""" self.buildDwarf() |