Skip to content

Commit e6813aa

Browse files
[crashers] Update credits.
1 parent ee3e7a5 commit e6813aa

File tree

31 files changed

+32
-62
lines changed

31 files changed

+32
-62
lines changed

validation-test/compiler_crashers/24245-swift-constraints-constraintsystem-solve.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// RUN: not --crash %target-swift-frontend %s -parse
22
// REQUIRES: asserts
33

4-
// Distributed under the terms of the MIT license
5-
// Test case found by https://github.com/robrix (Rob Rix)
4+
// Issue found by https://github.com/robrix (Rob Rix)
65
// http://www.openradar.me/19924870
76

87
func unit<T>(x: T) -> T? {

validation-test/compiler_crashers/26813-generic-enum-tuple-optional-payload.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not --crash %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/austinzheng (Austin Zheng)
3+
// Issue found by https://github.com/austinzheng (Austin Zheng)
54

65
enum A<T> {
76
case Just(T)

validation-test/compiler_crashers_fixed/00006-swift-mangle-mangler-manglecontext.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -parse -verify
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/AlexDenisov (Alexey Denisov)
3+
// Issue found by https://github.com/AlexDenisov (Alexey Denisov)
54

65
func i(c: () -> ()) {
76
}

validation-test/compiler_crashers_fixed/00012-emitdirecttypemetadataref.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/17822208
65
// https://twitter.com/rob_rix/status/493199478879682561
76

validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -parse -verify
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/jvasileff (John Vasileff)
3+
// Issue found by https://github.com/jvasileff (John Vasileff)
54
// This bug is NOT triggered when compiling with -O.
65

76
func f<T : Boolean>(b: T) {

validation-test/compiler_crashers_fixed/00018-swift-irgen-emitpolymorphicarguments.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -parse -verify
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/owensd (David Owens II)
3+
// Issue found by https://github.com/owensd (David Owens II)
54

65
func a<T>() { // expected-error {{generic parameter 'T' is not used in function signature}}
76
enum b { // expected-error {{type 'b' nested in generic function 'a' is not allowed}}

validation-test/compiler_crashers_fixed/00024-emitdirecttypemetadataref.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/17662010
65
// https://twitter.com/rob_rix/status/488692270908973058
76

validation-test/compiler_crashers_fixed/00025-no-stacktrace.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/17501507
65
// https://twitter.com/rob_rix/status/483456023773315073
76

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Test case submitted to project by https://github.com/jansabbe (Jan Sabbe)
3+
// Issue found by https://github.com/jansabbe (Jan Sabbe)
44

55
class A<B : Collection where B : AnyObject> {
66
}

validation-test/compiler_crashers_fixed/00036-szone-malloc-should-clear.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/tenderlove (Aaron Patterson)
54
// https://gist.github.com/tenderlove/66ff6ae1feed92ac37f2
65

76
func a(x: Any, _ y: Any) -> (((Any, Any) -> Any) -> Any) {

validation-test/compiler_crashers_fixed/00043-substdependenttypes.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/jvasileff (John Vasileff)
3+
// Issue found by https://github.com/jvasileff (John Vasileff)
54

65
protocol A {
76
typealias B

validation-test/compiler_crashers_fixed/00047-emitdirecttypemetadataref.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/18248167
65
// https://twitter.com/rob_rix/status/507976289564000258
76

validation-test/compiler_crashers_fixed/00049-swift-nominaltypedecl-getmembers.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -emit-sil
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/rnapier (Rob Napier)
3+
// Issue found by https://github.com/rnapier (Rob Napier)
54

65
var f = 1
76
var e: Int -> Int = {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/rnapier (Rob Napier)
3+
// Issue found by https://github.com/rnapier (Rob Napier)
54

65
func b(c) -> <d>(() -> d) {
76
}

validation-test/compiler_crashers_fixed/00052-no-stacktrace.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/18332184
65
// https://twitter.com/rob_rix/status/510875744667701248
76

validation-test/compiler_crashers_fixed/00239-swiftdeclconverter-importconstructor.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
3+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
54

65
import Foundation
76
extension NSSet {

validation-test/compiler_crashers_fixed/00240-argemitter-emitexpanded.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-silgen
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
3+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
54

65
class A {
76
private let a = [B<(AnyObject, AnyObject) -> Void>]()

validation-test/compiler_crashers_fixed/00241-swift-lowering-typeconverter-getconstantinfo.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
// REQUIRES: objc_interop
44

5-
// Distributed under the terms of the MIT license
6-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
5+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
76

87
import Foundation
98
extension NSSet {

validation-test/compiler_crashers_fixed/00242-swift-lowering-silgenfunction-emitclosurevalue.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -parse -verify
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
3+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
54

65
class A {
76
class func a() -> String {

validation-test/compiler_crashers_fixed/00272-llvm-irbuilder-createcall.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
3+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
54

65
class A {
76
class func a() -> Self {

validation-test/compiler_crashers_fixed/01340-llvm-getelementptrinst-getindexedtype.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
// REQUIRES: objc_interop
44

5-
// Distributed under the terms of the MIT license
6-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
5+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
76

87
import Foundation
98
class X {

validation-test/compiler_crashers_fixed/01341-broken-function-found-compilation-aborted.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-silgen
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/fluidsonic (Marc Knaup)
3+
// Issue found by https://github.com/fluidsonic (Marc Knaup)
54

65
class A {
76
var a: () {

validation-test/compiler_crashers_fixed/01647-no-stacktrace.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-silgen
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/radex
3+
// Issue found by https://github.com/radex
54
// rdar://18851497
65

76
struct A {

validation-test/compiler_crashers_fixed/02257-swift-any-from-nsmutablearray.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
// REQUIRES: objc_interop
44

5-
// Distributed under the terms of the MIT license
6-
// Test case submitted to project by https://github.com/mattdaw (Matt Daw)
5+
// Issue found by https://github.com/mattdaw (Matt Daw)
76

87
import Foundation
98
var a: NSMutableArray = [""]

validation-test/compiler_crashers_fixed/22725-swift-constraints-constraintsystem-solvesimplified.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case found by https://github.com/robrix (Rob Rix)
3+
// Issue found by https://github.com/robrix (Rob Rix)
54
// http://www.openradar.me/19343997
65

76
func b<T>(String -> (T, String)?
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case submitted to project by https://github.com/zneak (zneak)
3+
// Issue found by https://github.com/zneak (zneak)
54

65
protocol A { typealias B }
76
class C : A { typealias B = Int }
87

98
func crash<D: C>() -> Bool {
10-
let a: D.B? = nil
9+
let a: D.B? = nil
1110
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case found by https://github.com/jtbandes (Jacob Bandes-Storch)
3+
// Issue found by https://github.com/jtbandes (Jacob Bandes-Storch)
54
// <rdar://23719809>
65

76
func~=switch 0{case 0
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case found by https://github.com/jtbandes (Jacob Bandes-Storch)
3+
// Issue found by https://github.com/jtbandes (Jacob Bandes-Storch)
54
// <rdar://23720006>
65

76
func~=(()->(}switch 0{case 0

validation-test/compiler_crashers_fixed/28184-swift-constraints-constraintsystem-gettypeofmemberreference.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// RUN: not %target-swift-frontend %s -parse
22
// REQUIRES: objc_interop
33

4-
// Distributed under the terms of the MIT license
5-
// Test case found by https://github.com/benshan (Ben Shanfelder)
4+
// Issue found by https://github.com/benshan (Ben Shanfelder)
65

76
import Foundation
87

validation-test/compiler_crashers_fixed/28185-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: not %target-swift-frontend %s -parse
22

3-
// Distributed under the terms of the MIT license
4-
// Test case found by https://github.com/benshan (Ben Shanfelder)
3+
// Issue found by https://github.com/benshan (Ben Shanfelder)
54

65
import Cocoa
76

validation-test/compiler_crashers_fixed/28186-swift-silwitnessvisitor-visitprotocoldecl.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// RUN: not %target-swift-frontend %s -parse
22
// REQUIRES: objc_interop
33

4-
// Distributed under the terms of the MIT license
5-
// Test case found by https://github.com/PartiallyFinite (Greg Omelaenko)
4+
// Issue found by https://github.com/PartiallyFinite (Greg Omelaenko)
65

76
import Foundation
87

0 commit comments

Comments
 (0)