Skip to content

Commit

Permalink
Revert "[lldb][Test] TestExternalCtorDtorLookup.py: skip on Windows a…
Browse files Browse the repository at this point in the history
…nd dwo"

This reverts commit f889d6f.
  • Loading branch information
Michael137 committed Feb 10, 2023
1 parent 2979070 commit c46e15e
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -13,8 +13,6 @@

class ExternalCtorDtorLookupTestCase(TestBase):

@skipIf(debug_info="dwo")
@skipIfWindows
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, 'b\.getWrapper\(\)',
Expand All @@ -27,6 +25,6 @@ def test(self):
# CHECK: | `-RecordType {{.*}} 'Foo'
# CHECK: | `-CXXRecord {{.*}} 'Foo'
# CHECK: |-CXXConstructorDecl {{.*}} Wrapper 'void ()'
# CHECK-NEXT: | `-AsmLabelAttr {{.*}} Implicit "_ZN7WrapperI3Foo{{.*}}testEv"
# CHECK-NEXT: | `-AsmLabelAttr {{.*}} Implicit "_ZN7WrapperI3FooEC1B4testEv"
# CHECK-NEXT: `-CXXDestructorDecl {{.*}} ~Wrapper 'void ()'
# CHECK-NEXT: `-AsmLabelAttr {{.*}} Implicit "_ZN7WrapperI3Foo{{.*}}testEv"
# CHECK-NEXT: `-AsmLabelAttr {{.*}} Implicit "_ZN7WrapperI3FooED1B4testEv"

0 comments on commit c46e15e

Please sign in to comment.