diff options
author | Zachary Turner <zturner@google.com> | 2015-12-03 19:20:05 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-03 19:20:05 +0000 |
commit | abb4420f5775df78e0f6bb2abd78176afe8b09e7 (patch) | |
tree | 67568497f082260ae909b8583e41f08cba49150e /lldb/packages/Python | |
parent | 08a4a8c3890036409f28030e8baeb110541804e1 (diff) | |
download | bcm5719-llvm-abb4420f5775df78e0f6bb2abd78176afe8b09e7.tar.gz bcm5719-llvm-abb4420f5775df78e0f6bb2abd78176afe8b09e7.zip |
Un XFAIL some tests that are now passing on Windows.
llvm-svn: 254633
Diffstat (limited to 'lldb/packages/Python')
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py b/lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py index 5b1545452f2..3ae7a20b4c7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py @@ -21,7 +21,6 @@ class ConditionalBreakTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureWindows("llvm.org/pr24778") @add_test_categories(['pyapi']) def test_with_python(self): """Exercise some thread and frame APIs to break if c() is called by a().""" diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py index 5bf32bffec2..e02394f075a 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -18,7 +18,6 @@ class ThreadSpecificBreakTestCase(TestBase): @skipIfFreeBSD # test frequently times out or hangs @expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun - @expectedFailureWindows("llvm.org/pr24777") @add_test_categories(['pyapi']) @expectedFlakeyLinux # this test fails 6/100 dosep runs def test_python(self): |