diff options
| author | Enrico Granata <egranata@apple.com> | 2013-10-31 23:36:47 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2013-10-31 23:36:47 +0000 |
| commit | 3a48185f791c9ccc5d6e97f149c42f81ff9b6a10 (patch) | |
| tree | 07b4542432a5ae345b2c59ca71126b2c772d4275 /lldb/test/functionalities/thread | |
| parent | 2dba1135db28eacfc6076512ee13e05a4cf0ca80 (diff) | |
| download | bcm5719-llvm-3a48185f791c9ccc5d6e97f149c42f81ff9b6a10.tar.gz bcm5719-llvm-3a48185f791c9ccc5d6e97f149c42f81ff9b6a10.zip | |
Thread::SetState() is not being called upon hitting the breakpoint
Given that, this test will never pass
Marking as expected failure pending a fix
llvm-svn: 193830
Diffstat (limited to 'lldb/test/functionalities/thread')
| -rw-r--r-- | lldb/test/functionalities/thread/state/TestThreadStates.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/state/TestThreadStates.py b/lldb/test/functionalities/thread/state/TestThreadStates.py index 3a0668384cc..eb548418d69 100644 --- a/lldb/test/functionalities/thread/state/TestThreadStates.py +++ b/lldb/test/functionalities/thread/state/TestThreadStates.py @@ -14,6 +14,7 @@ class ThreadStateTestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @dsym_test + @unittest2.expectedFailure("rdar://15367566") def test_state_after_breakpoint_with_dsym(self): """Test thread state after breakpoint.""" self.buildDsym(dictionary=self.getBuildFlags(use_cpp11=False)) @@ -21,6 +22,7 @@ class ThreadStateTestCase(TestBase): @expectedFailureFreeBSD('llvm.org/pr15824') @dwarf_test + @unittest2.expectedFailure("rdar://15367566") def test_state_after_breakpoint_with_dwarf(self): """Test thread state after breakpoint.""" self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False)) |

