Skip to content

Commit 2ce6778

Browse files
authored
Merge pull request #85438 from gottesmm/pr-8cf03a569222bfc061ef174e5f55f07e0c295e2e
Disable test when asan is enabled to unblock asan build.
2 parents 7dcbfaf + ab272fd commit 2ce6778

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/embedded/deinit-noncopyable.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
// REQUIRES: swift_feature_Embedded
1010
// REQUIRES: swift_feature_Lifetimes
1111

12+
// Failing with ASAN. Disable the test to unblock rest of ASAN testing. Please
13+
// remove radar number and this blurb once this is fixed.
14+
//
15+
// rdar://159992660
16+
//
17+
// UNSUPPORTED: asan
18+
1219
//--- Library.swift
1320
@safe public struct UniqueBuffer<Element: ~Copyable>: ~Copyable {
1421
@usableFromInline

0 commit comments

Comments
 (0)