diff options
author | Zachary Turner <zturner@google.com> | 2016-10-05 20:47:17 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-10-05 20:47:17 +0000 |
commit | 9c69bc9776110df35cb538d6709bf2f20a98b35c (patch) | |
tree | 55907e7bc0f0bd879e6284570644beac1393588d /lldb/packages/Python/lldbsuite/test/functionalities/thread | |
parent | cacfb554a81f29a76f4bcd9229416254ecb6268d (diff) | |
download | bcm5719-llvm-9c69bc9776110df35cb538d6709bf2f20a98b35c.tar.gz bcm5719-llvm-9c69bc9776110df35cb538d6709bf2f20a98b35c.zip |
Fixup the xfail situation on Windows.
Xfails added and/or removed to reflect the current state of Windows.
llvm-svn: 283380
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py index 6861c4abcdc..5c0544f0cca 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -29,9 +29,6 @@ class ExitDuringBreakpointTestCase(TestBase): @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained") - @expectedFailureAll( - oslist=["windows"], - bugnumber="llvm.org/pr24668: Breakpoints not resolved correctly") def test(self): """Test thread exit during breakpoint handling.""" self.build(dictionary=self.getBuildFlags()) |