Skip to content

Commit 725da7f

Browse files
committed
Disable Lazy.swift under Linux ASAN.
Waiting for a fix for <rdar://35797159> [Associated Type Inference] Swift CI: 1. OSS - Swift ASAN - Ubuntu 16.04 (master) heap-use-after-free ASTContext::getSpecializedConformance llvm::FoldingSetBase::InsertNode
1 parent f9372fd commit 725da7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validation-test/stdlib/Lazy.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
// RUN: %target-run-simple-swiftgyb
1313
// REQUIRES: executable_test
1414

15+
// <rdar://35797159> [Associated Type Inference]
16+
// heap-use-after-free ASTContext::getSpecializedConformance
17+
// llvm::FoldingSetBase::InsertNode
18+
// REQUIRES: OS=macosx || no_asan
1519

1620
import StdlibUnittest
1721
import StdlibCollectionUnittest

0 commit comments

Comments
 (0)