Skip to content

Commit d7c30cd

Browse files
committed
[test] Update a couple of crasher signatures
1 parent e27b4a5 commit d7c30cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

validation-test/compiler_crashers_2/361c5acf488944d1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"signature":"swift::InFlightSubstitution::lookupConformance(swift::Type, swift::ProtocolDecl*, unsigned int)"}
1+
// {"kind":"typecheck","signature":"swift::InFlightSubstitution::checkLimits(swift::Type)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
typealias a<b, c, d> = () struct e < each b {
44
typealias f<each c, d> = (repeat a<each b, each c, d>)struct g < each c {

validation-test/compiler_crashers_2/7569a0726f21e49f.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"emit-silgen","original":"f261a4a8","signature":"Assertion failed: (!outerOrigType.isTuple() || !SGF.silConv.useLoweredAddresses()), function planIntoDirect"}
1+
// {"kind":"emit-silgen","original":"f261a4a8","signature":"(anonymous namespace)::ResultPlanner::planIntoDirect(swift::Lowering::AbstractionPattern, swift::CanType, swift::Lowering::AbstractionPattern, swift::CanType, swift::SILResultInfo)"}
22
// RUN: not --crash %target-swift-frontend -emit-silgen %s
33
infix operator <*> : AdditionPrecedence
44
func <*> <a, b>(c: ((a) -> b?)?, d: a) -> b? {

validation-test/compiler_crashers_2/ee271b56888b63fa.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"signature":"swift::InFlightSubstitution::substType(swift::SubstitutableType*, unsigned int)"}
1+
// {"kind":"typecheck","signature":"swift::InFlightSubstitution::projectLaneFromPackType(swift::Type, unsigned int)"}
22
// RUN: not --crash %target-swift-frontend -typecheck %s
33
typealias a< each b > = ( < struct c< each d {
44
typealias e< each b > = (repeat a< each d, each b >

0 commit comments

Comments
 (0)