summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-16 13:59:16 +0000
committerEd Maste <emaste@freebsd.org>2015-09-16 13:59:16 +0000
commite84f4094537ccceabba4788d83cce22ad7f870b3 (patch)
tree12e5a1ff00feb5466fe7f9fb52296aa652410ca3 /lldb/test/functionalities
parentd8ac5b41fcc762dfbdb7069ef9906c75866acbd4 (diff)
downloadbcm5719-llvm-e84f4094537ccceabba4788d83cce22ad7f870b3.tar.gz
bcm5719-llvm-e84f4094537ccceabba4788d83cce22ad7f870b3.zip
Remove expectedFailureFreeBSD from passing test
ExprCommandCallUserDefinedFunction::test_with_dwarf llvm.org/pr21142 llvm-svn: 247800
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py b/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
index ec5e2f3e696..d3549dcd293 100644
--- a/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
+++ b/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
@@ -21,7 +21,6 @@ class InlinedBreakpointsTestCase(TestBase):
self.buildDsym()
self.inlined_breakpoints()
- @expectedFailureFreeBSD("llvm.org/pr21142")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test 'b basic_types.cpp:176' does break (where int.cpp includes basic_type.cpp)."""
OpenPOWER on IntegriCloud