diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-12-20 18:21:17 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-20 18:21:17 +0000 |
commit | 3dcbc3320317dd5513ab744681b155aaf93a73a7 (patch) | |
tree | c45d32f2999b04e8a4b6640e2d3b90b652efa51b /lldb/packages/Python/lldbsuite/test/functionalities/thread/jump | |
parent | 6c47f54df8bc545ae9c81253523b81beaf00b597 (diff) | |
download | bcm5719-llvm-3dcbc3320317dd5513ab744681b155aaf93a73a7.tar.gz bcm5719-llvm-3dcbc3320317dd5513ab744681b155aaf93a73a7.zip |
[lldbsuite] Un-xfail TestMiniDump and TestThreadJump
Both of these are now passing. I've resolved the bugs as well for verification.
llvm-svn: 349783
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread/jump')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py index 3300078e8c6..7194dafe0ac 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py @@ -17,7 +17,6 @@ class ThreadJumpTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343") def test(self): """Test thread jump handling.""" self.build(dictionary=self.getBuildFlags()) |