Skip to content

Commit 2dd7b65

Browse files
Merge pull request #8900 from adrian-prantl/skip-sbtest-asan
Skip test under ASAN
2 parents 1bd3ab7 + eec449b commit 2dd7b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/api/command-return-object/TestSBCommandReturnObject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class TestSBCommandReturnObject(TestBase):
99
NO_DEBUG_INFO_TESTCASE = True
1010

11+
@skipIfAsan
1112
@skipIfNoSBHeaders
1213
@expectedFailureAll(
1314
oslist=["windows"], archs=["i[3-6]86", "x86_64"], bugnumber="llvm.org/pr43570"

0 commit comments

Comments
 (0)