diff options
Diffstat (limited to 'lldb/test/lang/c/stepping/TestStepAndBreakpoints.py')
| -rw-r--r-- | lldb/test/lang/c/stepping/TestStepAndBreakpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py index a1979efdcca..1c59d535cbe 100644 --- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py +++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py @@ -21,6 +21,7 @@ class TestCStepping(TestBase): self.buildDsym() self.step_over_stepping() + @expectedFailureFreeBSD('llvm.org/pr17226') @expectedFailureLinux # llvm.org/pr14437 @python_api_test @dwarf_test |

