From ab272fd429fce4b44ed2243b287f8b4575272814 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Tue, 11 Nov 2025 09:19:07 -0800 Subject: [PATCH] Disable test when asan is enabled to unblock asan build. rdar://159992660 --- test/embedded/deinit-noncopyable.swift | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/embedded/deinit-noncopyable.swift b/test/embedded/deinit-noncopyable.swift index 0fb55a8b77539..54086bcb2e4ae 100644 --- a/test/embedded/deinit-noncopyable.swift +++ b/test/embedded/deinit-noncopyable.swift @@ -9,6 +9,13 @@ // REQUIRES: swift_feature_Embedded // REQUIRES: swift_feature_Lifetimes +// Failing with ASAN. Disable the test to unblock rest of ASAN testing. Please +// remove radar number and this blurb once this is fixed. +// +// rdar://159992660 +// +// UNSUPPORTED: asan + //--- Library.swift @safe public struct UniqueBuffer: ~Copyable { @usableFromInline