Skip to content

Commit ebd97bb

Browse files
committed
[test] Update a couple of crasher signatures
1 parent 1066c82 commit ebd97bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

validation-test/IDE/crashers/ConstraintSystem-addConstraintImpl-78f127.swift renamed to validation-test/IDE/crashers/Constraint-Constraint-78f127.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// {"kind":"complete","signature":"swift::constraints::ConstraintSystem::addConstraintImpl(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool)","signatureAssert":"Assertion failed: (second && \"Missing second type\"), function addConstraintImpl"}
1+
// {"kind":"complete","signature":"swift::constraints::Constraint::Constraint(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocator*, llvm::SmallPtrSetImpl<swift::TypeVariableType*>&)","signatureAssert":"Assertion failed: (Ptr && \"Cannot dereference a null Type!\"), function operator->"}
22
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
33
@propertyWrapper struct a {
44
wrappedValue: Bool init(wrappedValue: Bool

validation-test/compiler_crashers/ConstraintSystem-diagnoseAmbiguityWithFixes-963e71.swift

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// {"kind":"typecheck","original":"e51afbca","signature":"diagnoseContextualFunctionCallGenericAmbiguity(swift::constraints::ConstraintSystem&, llvm::ArrayRef<std::__1::pair<swift::constraints::Solution const*, swift::constraints::ConstraintFix const*>>, llvm::ArrayRef<std::__1::pair<swift::constraints::Solution const*, swift::constraints::ConstraintFix const*>>)","signatureAssert":"Assertion failed: (!empty()), function front"}
2+
// RUN: not --crash %target-swift-frontend -typecheck %s
3+
struct a throw withThrowingTaskGroup(of : a) {
4+
b in

0 commit comments

Comments
 (0)