Skip to content

Commit 77ae03e

Browse files
authored
Merge pull request #15206 from atrick/disable-lazy-test
2 parents 144d78c + bf0463c commit 77ae03e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/stdlib/Lazy.swift.gyb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
// <rdar://35797159> [Associated Type Inference]
1616
// heap-use-after-free ASTContext::getSpecializedConformance
1717
// llvm::FoldingSetBase::InsertNode
18-
// REQUIRES: OS=macosx || no_asan
18+
// OR corrupted doubly linked list
19+
// REQUIRES: OS=macosx
1920

2021
import StdlibUnittest
2122
import StdlibCollectionUnittest

0 commit comments

Comments
 (0)