Skip to content

Commit 46e6a38

Browse files
committed
Mark three crashers as resolved
1 parent d91f3ec commit 46e6a38

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

validation-test/IDE/crashers/097-swift-archetypebuilder-addgenericsignature.swift

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
{protocol a{typealias B:a
3+
var T>typealias d:a{#^A^#

validation-test/compiler_crashers/28374-swift-typechecker-resolvewitness.swift renamed to validation-test/compiler_crashers_fixed/28374-swift-typechecker-resolvewitness.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
8+
// RUN: not %target-swift-frontend %s -typecheck
109
protocol a{{
1110
}associatedtype e:a
1211
struct A:a{

validation-test/compiler_crashers/28381-swift-archetypebuilder-addrequirement.swift renamed to validation-test/compiler_crashers_fixed/28381-swift-archetypebuilder-addrequirement.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
8+
// RUN: not %target-swift-frontend %s -typecheck
109
{{
1110
class A:a}protocol a{typealias f:a
1211
let t:A

0 commit comments

Comments
 (0)