Skip to content

Commit bf0463c

Browse files
committed
Disable Lazy.swift on Ubuntu 16.04.
Even without ASAN this failes with "corrupted double-linked list". <rdar://problem/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 725da7f commit bf0463c

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)