Skip to content

Commit 03f74ff

Browse files
committed
[test] Update a couple of crasher signatures
1 parent 960afc5 commit 03f74ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

validation-test/compiler_crashers_2/2571144ba4dfcd.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"typecheck","signature":"(anonymous namespace)::TypePrinter::printWithParensIfNotSimple(swift::Type)"}
1+
// {"kind":"typecheck","signature":"(anonymous namespace)::TypePrinter::printArchetypeCommon(swift::Type, swift::GenericEnvironment*)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
protocol a: Collection where Element == b.Element! {
44
associatedtype b: Collection

validation-test/compiler_crashers_2/275b15e1edc79b4f.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"typecheck","signature":"swift::ProtocolConformanceRef::getTypeWitness(swift::AssociatedTypeDecl*, swift::SubstOptions) const"}
1+
// {"kind":"typecheck","signature":"(anonymous namespace)::TypeSubstituter::transformDependentMemberType(swift::DependentMemberType*, swift::TypePosition)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
protocol a: Collection where Iterator == Self
44
struct b<c: a>: IteratorProtocol {next -> c.Element? struct c: a {

validation-test/compiler_crashers_2/3b24e8bed8732c5c.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"emit-ir","signature":"swift::irgen::FulfillmentMap::searchTypeMetadata(swift::irgen::IRGenModule&, swift::CanType, swift::irgen::IsExact_t, swift::MetadataState, unsigned int, swift::irgen::MetadataPath&&, swift::irgen::FulfillmentMap::InterestingKeysCallback const&)"}
1+
// {"kind":"emit-ir","signature":"swift::irgen::FulfillmentMap::searchNominalTypeMetadata(swift::irgen::IRGenModule&, swift::CanType, swift::MetadataState, unsigned int, swift::irgen::MetadataPath&&, swift::irgen::FulfillmentMap::InterestingKeysCallback const&)"}
22
// RUN: not --crash %target-swift-frontend -emit-ir %s
33
class a<b> {
44
}

validation-test/compiler_crashers_2/e5dc6197d5ae06b.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"typecheck","signature":"swift::Mangle::ASTMangler::appendRequirement(swift::Requirement const&, swift::GenericSignature, bool)"}
1+
// {"kind":"typecheck","signature":"swift::Mangle::ASTMangler::appendExistentialLayout(swift::ExistentialLayout const&, swift::GenericSignature, swift::ValueDecl const*)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
protocol a {
44
typealias b = Int
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"typecheck","signature":"swift::Mangle::ASTMangler::appendProtocolName(swift::ProtocolDecl const*, bool)"}
1+
// {"kind":"typecheck","signature":"swift::Mangle::ASTMangler::appendExtension(swift::ExtensionDecl const*, swift::Mangle::ASTMangler::BaseEntitySignature&, llvm::StringRef)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
extension Collection where Self : a {
44
struct Index protocol a

0 commit comments

Comments
 (0)