summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-01-08 22:21:40 +0000
committerZachary Turner <zturner@google.com>2016-01-08 22:21:40 +0000
commitc29de82956b36c17bc6655103cc4370e33102a54 (patch)
treea5bf9f5a1989428bd9923475d9eb6396a1d6c7d6 /lldb/packages/Python/lldbsuite/test/functionalities/thread
parent52c7c5fa3e6fc34bc4a4afc38645b937e7232b51 (diff)
downloadbcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.tar.gz
bcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.zip
Remove XFAIL from a few tests that have been fixed on Windows.
llvm-svn: 257219
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py
index b4a0b7a5dd4..68c96a0fba7 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py
@@ -20,7 +20,6 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase):
@skipIfFreeBSD # test frequently times out or hangs
@expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun
@add_test_categories(['pyapi'])
- @expectedFailureWindows # Thread specific breakpoints cause the inferior to crash.
@expectedFlakeyLinux # this test fails 6/100 dosep runs
def test_python(self):
"""Test that we obey thread conditioned breakpoints."""
OpenPOWER on IntegriCloud