diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-09-16 13:59:16 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-09-16 13:59:16 +0000 |
| commit | e84f4094537ccceabba4788d83cce22ad7f870b3 (patch) | |
| tree | 12e5a1ff00feb5466fe7f9fb52296aa652410ca3 /lldb/test/functionalities | |
| parent | d8ac5b41fcc762dfbdb7069ef9906c75866acbd4 (diff) | |
| download | bcm5719-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.py | 1 |
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).""" |

