Skip to content

Commit

Permalink
Disable ptr_ref tests under ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed May 21, 2020
1 parent f6cc1c0 commit 2af2bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
Expand Up @@ -13,6 +13,7 @@ class TestPtrRefs(TestBase):

mydir = TestBase.compute_mydir(__file__)

@skipIfAsan # The output looks different under ASAN.
@skipUnlessDarwin
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
def test_ptr_refs(self):
Expand Down
1 change: 1 addition & 0 deletions lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
Expand Up @@ -13,6 +13,7 @@ class TestPtrRefsObjC(TestBase):

mydir = TestBase.compute_mydir(__file__)

@skipIfAsan # The output looks different under ASAN.
@skipUnlessDarwin
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
def test_ptr_refs(self):
Expand Down

0 comments on commit 2af2bc3

Please sign in to comment.