diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-02 16:47:01 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-02 16:47:01 +0000 |
| commit | fbb79bb789c1a199cdf9337adeae552e681b4644 (patch) | |
| tree | 57ed675a4172da812307c60f30fd33bf6ff9f7df | |
| parent | ecb17985c56badf4b3485cd7696dacb24626fdeb (diff) | |
| download | bcm5719-llvm-fbb79bb789c1a199cdf9337adeae552e681b4644.tar.gz bcm5719-llvm-fbb79bb789c1a199cdf9337adeae552e681b4644.zip | |
XFAIL test_thread_state_after_continue on Windows.
https://llvm.org/pr24660
llvm-svn: 246668
| -rw-r--r-- | lldb/test/functionalities/thread/state/TestThreadStates.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/state/TestThreadStates.py b/lldb/test/functionalities/thread/state/TestThreadStates.py index d7c7da76276..d3c498e98c8 100644 --- a/lldb/test/functionalities/thread/state/TestThreadStates.py +++ b/lldb/test/functionalities/thread/state/TestThreadStates.py @@ -1,4 +1,4 @@ -""" +""" Test thread states. """ @@ -39,6 +39,7 @@ class ThreadStateTestCase(TestBase): @dwarf_test @skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly @expectedFailureDarwin('llvm.org/pr23669') + @expectedFailureWindows("llvm.org/pr24660") def test_state_after_continue_with_dwarf(self): """Test thread state after continue.""" self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False)) @@ -55,6 +56,7 @@ class ThreadStateTestCase(TestBase): @skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly @expectedFailureDarwin('llvm.org/pr23669') + @expectedFailureWindows("llvm.org/pr24660") @dwarf_test def test_state_after_expression_with_dwarf(self): """Test thread state after expression.""" |

