forked from OSchip/llvm-project
[Windows][NFC] Fix tests after r374528.
Differential Revision: https://reviews.llvm.org/D67347 llvm-svn: 374888
This commit is contained in:
parent
ce39278f25
commit
86d0f8b148
|
@ -17,7 +17,6 @@ class StepAvoidsNoDebugTestCase(TestBase):
|
||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
@add_test_categories(['pyapi'])
|
@add_test_categories(['pyapi'])
|
||||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
|
|
||||||
def test_step_out_with_python(self):
|
def test_step_out_with_python(self):
|
||||||
"""Test stepping out using avoid-no-debug with dsyms."""
|
"""Test stepping out using avoid-no-debug with dsyms."""
|
||||||
self.build()
|
self.build()
|
||||||
|
@ -34,7 +33,6 @@ class StepAvoidsNoDebugTestCase(TestBase):
|
||||||
"3.9"],
|
"3.9"],
|
||||||
archs=["i386"],
|
archs=["i386"],
|
||||||
bugnumber="llvm.org/pr28549")
|
bugnumber="llvm.org/pr28549")
|
||||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
|
|
||||||
def test_step_over_with_python(self):
|
def test_step_over_with_python(self):
|
||||||
"""Test stepping over using avoid-no-debug with dwarf."""
|
"""Test stepping over using avoid-no-debug with dwarf."""
|
||||||
self.build()
|
self.build()
|
||||||
|
@ -52,7 +50,6 @@ class StepAvoidsNoDebugTestCase(TestBase):
|
||||||
archs=["i386"],
|
archs=["i386"],
|
||||||
bugnumber="llvm.org/pr28549")
|
bugnumber="llvm.org/pr28549")
|
||||||
@expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
|
@expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
|
||||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
|
|
||||||
def test_step_in_with_python(self):
|
def test_step_in_with_python(self):
|
||||||
"""Test stepping in using avoid-no-debug with dwarf."""
|
"""Test stepping in using avoid-no-debug with dwarf."""
|
||||||
self.build()
|
self.build()
|
||||||
|
|
Loading…
Reference in New Issue