Skip to content

Commit 21bef55

Browse files
authored
[lldb] Skip TestSwiftVaradicGenerics with Asan temporarily (#10784)
The Sanitizer CI bot is red because of a recent regression, being tracked in rdar://152465885 . Skipping this test until that can be investigated.
1 parent 16bde63 commit 21bef55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/variadic_generics/TestSwiftVariadicGenerics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class TestSwiftVariadicGenerics(TestBase):
77

88
@skipUnlessDarwin
99
@swiftTest
10+
@skipIfAsan # rdar://152465885 Address Sanitizer assert doing `expr --bind-generic-types=false -- 0`
1011
def test(self):
1112
self.build()
1213

0 commit comments

Comments
 (0)