Skip to content

Commit 86d0f8b

Browse files
author
Aleksandr Urakov
committed
[Windows][NFC] Fix tests after r374528.
Differential Revision: https://reviews.llvm.org/D67347 llvm-svn: 374888
1 parent ce39278 commit 86d0f8b

File tree

1 file changed

+0
-3
lines changed
  • lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug

1 file changed

+0
-3
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class StepAvoidsNoDebugTestCase(TestBase):
1717
mydir = TestBase.compute_mydir(__file__)
1818

1919
@add_test_categories(['pyapi'])
20-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
2120
def test_step_out_with_python(self):
2221
"""Test stepping out using avoid-no-debug with dsyms."""
2322
self.build()
@@ -34,7 +33,6 @@ def test_step_out_with_python(self):
3433
"3.9"],
3534
archs=["i386"],
3635
bugnumber="llvm.org/pr28549")
37-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
3836
def test_step_over_with_python(self):
3937
"""Test stepping over using avoid-no-debug with dwarf."""
4038
self.build()
@@ -52,7 +50,6 @@ def test_step_over_with_python(self):
5250
archs=["i386"],
5351
bugnumber="llvm.org/pr28549")
5452
@expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
55-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
5653
def test_step_in_with_python(self):
5754
"""Test stepping in using avoid-no-debug with dwarf."""
5855
self.build()

0 commit comments

Comments
 (0)