diff --git a/lib/AST/ArchetypeBuilder.cpp b/lib/AST/ArchetypeBuilder.cpp index f32f6896a43ab..fe7aafddc3f21 100644 --- a/lib/AST/ArchetypeBuilder.cpp +++ b/lib/AST/ArchetypeBuilder.cpp @@ -1771,7 +1771,7 @@ Type ArchetypeBuilder::mapTypeIntoContext(Module *M, assert(genericParamsDepth >= depth); unsigned skipLevels = genericParamsDepth - depth; while (skipLevels > 0) { - myGenericParams = genericParams->getOuterParameters(); + myGenericParams = myGenericParams->getOuterParameters(); assert(myGenericParams && "Wrong number of levels?"); --skipLevels; } diff --git a/validation-test/compiler_crashers/03204-swift-type-transform.swift b/validation-test/compiler_crashers_fixed/03204-swift-type-transform.swift similarity index 80% rename from validation-test/compiler_crashers/03204-swift-type-transform.swift rename to validation-test/compiler_crashers_fixed/03204-swift-type-transform.swift index 3cf009725d08b..5769201c1f48d 100644 --- a/validation-test/compiler_crashers/03204-swift-type-transform.swift +++ b/validation-test/compiler_crashers_fixed/03204-swift-type-transform.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/05045-swift-typebase-getcanonicaltype.swift b/validation-test/compiler_crashers_fixed/05045-swift-typebase-getcanonicaltype.swift similarity index 79% rename from validation-test/compiler_crashers/05045-swift-typebase-getcanonicaltype.swift rename to validation-test/compiler_crashers_fixed/05045-swift-typebase-getcanonicaltype.swift index 2ee7437bdeaa2..d8c88bc1b3c3b 100644 --- a/validation-test/compiler_crashers/05045-swift-typebase-getcanonicaltype.swift +++ b/validation-test/compiler_crashers_fixed/05045-swift-typebase-getcanonicaltype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/06207-swift-diagnosticengine-flushactivediagnostic.swift b/validation-test/compiler_crashers_fixed/06207-swift-diagnosticengine-flushactivediagnostic.swift similarity index 82% rename from validation-test/compiler_crashers/06207-swift-diagnosticengine-flushactivediagnostic.swift rename to validation-test/compiler_crashers_fixed/06207-swift-diagnosticengine-flushactivediagnostic.swift index 0d88e58f63ce0..a602108198cfc 100644 --- a/validation-test/compiler_crashers/06207-swift-diagnosticengine-flushactivediagnostic.swift +++ b/validation-test/compiler_crashers_fixed/06207-swift-diagnosticengine-flushactivediagnostic.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/07285-swift-astprinter-printname.swift b/validation-test/compiler_crashers_fixed/07285-swift-astprinter-printname.swift similarity index 83% rename from validation-test/compiler_crashers/07285-swift-astprinter-printname.swift rename to validation-test/compiler_crashers_fixed/07285-swift-astprinter-printname.swift index fe3501de78503..60e94473c51e7 100644 --- a/validation-test/compiler_crashers/07285-swift-astprinter-printname.swift +++ b/validation-test/compiler_crashers_fixed/07285-swift-astprinter-printname.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/09354-swift-nominaltypedecl-computetype.swift b/validation-test/compiler_crashers_fixed/09354-swift-nominaltypedecl-computetype.swift similarity index 83% rename from validation-test/compiler_crashers/09354-swift-nominaltypedecl-computetype.swift rename to validation-test/compiler_crashers_fixed/09354-swift-nominaltypedecl-computetype.swift index 70eeee2b5d0f4..91984b8b8eb31 100644 --- a/validation-test/compiler_crashers/09354-swift-nominaltypedecl-computetype.swift +++ b/validation-test/compiler_crashers_fixed/09354-swift-nominaltypedecl-computetype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/09990-std-function-func-swift-type-subst.swift b/validation-test/compiler_crashers_fixed/09990-std-function-func-swift-type-subst.swift similarity index 81% rename from validation-test/compiler_crashers/09990-std-function-func-swift-type-subst.swift rename to validation-test/compiler_crashers_fixed/09990-std-function-func-swift-type-subst.swift index bf5729bdfec48..9c14e0319c2f6 100644 --- a/validation-test/compiler_crashers/09990-std-function-func-swift-type-subst.swift +++ b/validation-test/compiler_crashers_fixed/09990-std-function-func-swift-type-subst.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/10023-swift-typebase-getcanonicaltype.swift b/validation-test/compiler_crashers_fixed/10023-swift-typebase-getcanonicaltype.swift similarity index 80% rename from validation-test/compiler_crashers/10023-swift-typebase-getcanonicaltype.swift rename to validation-test/compiler_crashers_fixed/10023-swift-typebase-getcanonicaltype.swift index 4686322a69d41..e1f28caa3499e 100644 --- a/validation-test/compiler_crashers/10023-swift-typebase-getcanonicaltype.swift +++ b/validation-test/compiler_crashers_fixed/10023-swift-typebase-getcanonicaltype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/10248-swift-streamprinter-printtext.swift b/validation-test/compiler_crashers_fixed/10248-swift-streamprinter-printtext.swift similarity index 80% rename from validation-test/compiler_crashers/10248-swift-streamprinter-printtext.swift rename to validation-test/compiler_crashers_fixed/10248-swift-streamprinter-printtext.swift index ad72e635f1021..8d26bb26b74a5 100644 --- a/validation-test/compiler_crashers/10248-swift-streamprinter-printtext.swift +++ b/validation-test/compiler_crashers_fixed/10248-swift-streamprinter-printtext.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/11093-swift-substitutedtype-get.swift b/validation-test/compiler_crashers_fixed/11093-swift-substitutedtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/11093-swift-substitutedtype-get.swift rename to validation-test/compiler_crashers_fixed/11093-swift-substitutedtype-get.swift index 2c11d8d6335d7..6320ab2fcbf69 100644 --- a/validation-test/compiler_crashers/11093-swift-substitutedtype-get.swift +++ b/validation-test/compiler_crashers_fixed/11093-swift-substitutedtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/21655-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/21655-swift-boundgenerictype-get.swift similarity index 84% rename from validation-test/compiler_crashers/21655-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/21655-swift-boundgenerictype-get.swift index 95f242efaa322..caa59dbe44011 100644 --- a/validation-test/compiler_crashers/21655-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/21655-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/21852-swift-constraints-constraintsystem-opengeneric.swift b/validation-test/compiler_crashers_fixed/21852-swift-constraints-constraintsystem-opengeneric.swift similarity index 83% rename from validation-test/compiler_crashers/21852-swift-constraints-constraintsystem-opengeneric.swift rename to validation-test/compiler_crashers_fixed/21852-swift-constraints-constraintsystem-opengeneric.swift index 9c0b74ff17af3..b52a4143e2d06 100644 --- a/validation-test/compiler_crashers/21852-swift-constraints-constraintsystem-opengeneric.swift +++ b/validation-test/compiler_crashers_fixed/21852-swift-constraints-constraintsystem-opengeneric.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/22253-swift-type-transform.swift b/validation-test/compiler_crashers_fixed/22253-swift-type-transform.swift similarity index 81% rename from validation-test/compiler_crashers/22253-swift-type-transform.swift rename to validation-test/compiler_crashers_fixed/22253-swift-type-transform.swift index f1e2b53d021cf..35a217273f7cf 100644 --- a/validation-test/compiler_crashers/22253-swift-type-transform.swift +++ b/validation-test/compiler_crashers_fixed/22253-swift-type-transform.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/23086-swift-typechecker-validatedecl.swift b/validation-test/compiler_crashers_fixed/23086-swift-typechecker-validatedecl.swift similarity index 83% rename from validation-test/compiler_crashers/23086-swift-typechecker-validatedecl.swift rename to validation-test/compiler_crashers_fixed/23086-swift-typechecker-validatedecl.swift index 04458b71eafa6..705a76d655d26 100644 --- a/validation-test/compiler_crashers/23086-swift-typechecker-validatedecl.swift +++ b/validation-test/compiler_crashers_fixed/23086-swift-typechecker-validatedecl.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift b/validation-test/compiler_crashers_fixed/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift similarity index 83% rename from validation-test/compiler_crashers/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift rename to validation-test/compiler_crashers_fixed/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift index 0e6f6374b9ecf..405ce1743b1d4 100644 --- a/validation-test/compiler_crashers/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift +++ b/validation-test/compiler_crashers_fixed/23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/24769-std-function-func-swift-type-subst.swift b/validation-test/compiler_crashers_fixed/24769-std-function-func-swift-type-subst.swift similarity index 80% rename from validation-test/compiler_crashers/24769-std-function-func-swift-type-subst.swift rename to validation-test/compiler_crashers_fixed/24769-std-function-func-swift-type-subst.swift index 64d4f92d6907a..c0e6f5cec32c0 100644 --- a/validation-test/compiler_crashers/24769-std-function-func-swift-type-subst.swift +++ b/validation-test/compiler_crashers_fixed/24769-std-function-func-swift-type-subst.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift b/validation-test/compiler_crashers_fixed/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift similarity index 81% rename from validation-test/compiler_crashers/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift rename to validation-test/compiler_crashers_fixed/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift index 6a044f21a6a9e..590d2acc038a7 100644 --- a/validation-test/compiler_crashers/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift +++ b/validation-test/compiler_crashers_fixed/24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/25445-swift-type-transform.swift b/validation-test/compiler_crashers_fixed/25445-swift-type-transform.swift similarity index 81% rename from validation-test/compiler_crashers/25445-swift-type-transform.swift rename to validation-test/compiler_crashers_fixed/25445-swift-type-transform.swift index d79c78d836dee..5363486ab3117 100644 --- a/validation-test/compiler_crashers/25445-swift-type-transform.swift +++ b/validation-test/compiler_crashers_fixed/25445-swift-type-transform.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift b/validation-test/compiler_crashers_fixed/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift similarity index 80% rename from validation-test/compiler_crashers/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift rename to validation-test/compiler_crashers_fixed/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift index d1996330e27a0..9044cc9cc21ad 100644 --- a/validation-test/compiler_crashers/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift +++ b/validation-test/compiler_crashers_fixed/25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/26132-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/26132-swift-boundgenerictype-get.swift similarity index 81% rename from validation-test/compiler_crashers/26132-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/26132-swift-boundgenerictype-get.swift index 98b3a3aaa3849..cf00f75983746 100644 --- a/validation-test/compiler_crashers/26132-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/26132-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing diff --git a/validation-test/compiler_crashers/26210-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/26210-swift-boundgenerictype-get.swift similarity index 81% rename from validation-test/compiler_crashers/26210-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/26210-swift-boundgenerictype-get.swift index 7628ae2e2cf36..230c9d30ccefe 100644 --- a/validation-test/compiler_crashers/26210-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/26210-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing diff --git a/validation-test/compiler_crashers/26561-swift-sourcemanager-extracttext.swift b/validation-test/compiler_crashers_fixed/26561-swift-sourcemanager-extracttext.swift similarity index 82% rename from validation-test/compiler_crashers/26561-swift-sourcemanager-extracttext.swift rename to validation-test/compiler_crashers_fixed/26561-swift-sourcemanager-extracttext.swift index 289ad959bb428..04b13d2262402 100644 --- a/validation-test/compiler_crashers/26561-swift-sourcemanager-extracttext.swift +++ b/validation-test/compiler_crashers_fixed/26561-swift-sourcemanager-extracttext.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing diff --git a/validation-test/compiler_crashers/26792-swift-classtype-get.swift b/validation-test/compiler_crashers_fixed/26792-swift-classtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/26792-swift-classtype-get.swift rename to validation-test/compiler_crashers_fixed/26792-swift-classtype-get.swift index 36742d8891910..95f02c2daf760 100644 --- a/validation-test/compiler_crashers/26792-swift-classtype-get.swift +++ b/validation-test/compiler_crashers_fixed/26792-swift-classtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing diff --git a/validation-test/compiler_crashers/26827-swift-typebase-getcanonicaltype.swift b/validation-test/compiler_crashers_fixed/26827-swift-typebase-getcanonicaltype.swift similarity index 79% rename from validation-test/compiler_crashers/26827-swift-typebase-getcanonicaltype.swift rename to validation-test/compiler_crashers_fixed/26827-swift-typebase-getcanonicaltype.swift index 6ba9d6c8b478f..0724e44063a86 100644 --- a/validation-test/compiler_crashers/26827-swift-typebase-getcanonicaltype.swift +++ b/validation-test/compiler_crashers_fixed/26827-swift-typebase-getcanonicaltype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/26828-llvm-foldingset-swift-tupletype-nodeequals.swift b/validation-test/compiler_crashers_fixed/26828-llvm-foldingset-swift-tupletype-nodeequals.swift similarity index 80% rename from validation-test/compiler_crashers/26828-llvm-foldingset-swift-tupletype-nodeequals.swift rename to validation-test/compiler_crashers_fixed/26828-llvm-foldingset-swift-tupletype-nodeequals.swift index 8039b7b2e5caa..ef50d59a2fcb6 100644 --- a/validation-test/compiler_crashers/26828-llvm-foldingset-swift-tupletype-nodeequals.swift +++ b/validation-test/compiler_crashers_fixed/26828-llvm-foldingset-swift-tupletype-nodeequals.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/26868-std-function-func-swift-type-subst.swift b/validation-test/compiler_crashers_fixed/26868-std-function-func-swift-type-subst.swift similarity index 80% rename from validation-test/compiler_crashers/26868-std-function-func-swift-type-subst.swift rename to validation-test/compiler_crashers_fixed/26868-std-function-func-swift-type-subst.swift index bf648a4d52f7b..5d1caeafbd703 100644 --- a/validation-test/compiler_crashers/26868-std-function-func-swift-type-subst.swift +++ b/validation-test/compiler_crashers_fixed/26868-std-function-func-swift-type-subst.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift b/validation-test/compiler_crashers_fixed/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift similarity index 81% rename from validation-test/compiler_crashers/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift rename to validation-test/compiler_crashers_fixed/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift index bd3114ec943a2..e5309de9d9e36 100644 --- a/validation-test/compiler_crashers/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift +++ b/validation-test/compiler_crashers_fixed/26908-swift-printingdiagnosticconsumer-handlediagnostic.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/26955-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/26955-swift-boundgenerictype-get.swift similarity index 81% rename from validation-test/compiler_crashers/26955-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/26955-swift-boundgenerictype-get.swift index f0a5ee3c0fb7d..b2a7e3402bff4 100644 --- a/validation-test/compiler_crashers/26955-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/26955-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27056-swift-classtype-get.swift b/validation-test/compiler_crashers_fixed/27056-swift-classtype-get.swift similarity index 82% rename from validation-test/compiler_crashers/27056-swift-classtype-get.swift rename to validation-test/compiler_crashers_fixed/27056-swift-classtype-get.swift index 63c9edf92db1c..109752cb539dc 100644 --- a/validation-test/compiler_crashers/27056-swift-classtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27056-swift-classtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27086-llvm-bitstreamcursor-read.swift b/validation-test/compiler_crashers_fixed/27086-llvm-bitstreamcursor-read.swift similarity index 80% rename from validation-test/compiler_crashers/27086-llvm-bitstreamcursor-read.swift rename to validation-test/compiler_crashers_fixed/27086-llvm-bitstreamcursor-read.swift index 233ad5ea564dd..c350e190ba3c4 100644 --- a/validation-test/compiler_crashers/27086-llvm-bitstreamcursor-read.swift +++ b/validation-test/compiler_crashers_fixed/27086-llvm-bitstreamcursor-read.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27134-swift-structtype-get.swift b/validation-test/compiler_crashers_fixed/27134-swift-structtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/27134-swift-structtype-get.swift rename to validation-test/compiler_crashers_fixed/27134-swift-structtype-get.swift index 167661b16ebad..378489d9932d4 100644 --- a/validation-test/compiler_crashers/27134-swift-structtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27134-swift-structtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift b/validation-test/compiler_crashers_fixed/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift similarity index 82% rename from validation-test/compiler_crashers/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift rename to validation-test/compiler_crashers_fixed/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift index 16c4c2db12950..eb8375eef8ed6 100644 --- a/validation-test/compiler_crashers/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift +++ b/validation-test/compiler_crashers_fixed/27143-swift-printingdiagnosticconsumer-handlediagnostic.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27160-swift-classtype-get.swift b/validation-test/compiler_crashers_fixed/27160-swift-classtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/27160-swift-classtype-get.swift rename to validation-test/compiler_crashers_fixed/27160-swift-classtype-get.swift index 340e41b1fd427..e6993046b2577 100644 --- a/validation-test/compiler_crashers/27160-swift-classtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27160-swift-classtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27197-std-function-func-swift-type-subst.swift b/validation-test/compiler_crashers_fixed/27197-std-function-func-swift-type-subst.swift similarity index 81% rename from validation-test/compiler_crashers/27197-std-function-func-swift-type-subst.swift rename to validation-test/compiler_crashers_fixed/27197-std-function-func-swift-type-subst.swift index 1b70c044edfaa..4b3f5ce811a59 100644 --- a/validation-test/compiler_crashers/27197-std-function-func-swift-type-subst.swift +++ b/validation-test/compiler_crashers_fixed/27197-std-function-func-swift-type-subst.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27214-checkenumrawvalues.swift b/validation-test/compiler_crashers_fixed/27214-checkenumrawvalues.swift similarity index 81% rename from validation-test/compiler_crashers/27214-checkenumrawvalues.swift rename to validation-test/compiler_crashers_fixed/27214-checkenumrawvalues.swift index 6eb276f93b16b..62803bc8d10cd 100644 --- a/validation-test/compiler_crashers/27214-checkenumrawvalues.swift +++ b/validation-test/compiler_crashers_fixed/27214-checkenumrawvalues.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift b/validation-test/compiler_crashers_fixed/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift similarity index 82% rename from validation-test/compiler_crashers/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift rename to validation-test/compiler_crashers_fixed/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift index e3afaf15fa799..283cbd6c19c17 100644 --- a/validation-test/compiler_crashers/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift +++ b/validation-test/compiler_crashers_fixed/27219-swift-printingdiagnosticconsumer-handlediagnostic.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27355-swift-typebase-getcanonicaltype.swift b/validation-test/compiler_crashers_fixed/27355-swift-typebase-getcanonicaltype.swift similarity index 83% rename from validation-test/compiler_crashers/27355-swift-typebase-getcanonicaltype.swift rename to validation-test/compiler_crashers_fixed/27355-swift-typebase-getcanonicaltype.swift index af18d73fc3e63..5952f0eae706a 100644 --- a/validation-test/compiler_crashers/27355-swift-typebase-getcanonicaltype.swift +++ b/validation-test/compiler_crashers_fixed/27355-swift-typebase-getcanonicaltype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27371-std-function-func-swift-type-subst.swift b/validation-test/compiler_crashers_fixed/27371-std-function-func-swift-type-subst.swift similarity index 81% rename from validation-test/compiler_crashers/27371-std-function-func-swift-type-subst.swift rename to validation-test/compiler_crashers_fixed/27371-std-function-func-swift-type-subst.swift index acde8446c9ac6..12ca88e832cd3 100644 --- a/validation-test/compiler_crashers/27371-std-function-func-swift-type-subst.swift +++ b/validation-test/compiler_crashers_fixed/27371-std-function-func-swift-type-subst.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27374-swift-structtype-get.swift b/validation-test/compiler_crashers_fixed/27374-swift-structtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/27374-swift-structtype-get.swift rename to validation-test/compiler_crashers_fixed/27374-swift-structtype-get.swift index c84e6494684b1..9a4e257a87f67 100644 --- a/validation-test/compiler_crashers/27374-swift-structtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27374-swift-structtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27565-swift-typechecker-checkinheritanceclause.swift b/validation-test/compiler_crashers_fixed/27565-swift-typechecker-checkinheritanceclause.swift similarity index 81% rename from validation-test/compiler_crashers/27565-swift-typechecker-checkinheritanceclause.swift rename to validation-test/compiler_crashers_fixed/27565-swift-typechecker-checkinheritanceclause.swift index 85c0e580e8639..3236c8a9df2e8 100644 --- a/validation-test/compiler_crashers/27565-swift-typechecker-checkinheritanceclause.swift +++ b/validation-test/compiler_crashers_fixed/27565-swift-typechecker-checkinheritanceclause.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27570-checkenumrawvalues.swift b/validation-test/compiler_crashers_fixed/27570-checkenumrawvalues.swift similarity index 80% rename from validation-test/compiler_crashers/27570-checkenumrawvalues.swift rename to validation-test/compiler_crashers_fixed/27570-checkenumrawvalues.swift index 8dbfa491142cc..05950bc040404 100644 --- a/validation-test/compiler_crashers/27570-checkenumrawvalues.swift +++ b/validation-test/compiler_crashers_fixed/27570-checkenumrawvalues.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27598-swift-typechecker-coercepatterntotype.swift b/validation-test/compiler_crashers_fixed/27598-swift-typechecker-coercepatterntotype.swift similarity index 81% rename from validation-test/compiler_crashers/27598-swift-typechecker-coercepatterntotype.swift rename to validation-test/compiler_crashers_fixed/27598-swift-typechecker-coercepatterntotype.swift index f10af8a1750b3..756e592199ece 100644 --- a/validation-test/compiler_crashers/27598-swift-typechecker-coercepatterntotype.swift +++ b/validation-test/compiler_crashers_fixed/27598-swift-typechecker-coercepatterntotype.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27623-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/27623-swift-boundgenerictype-get.swift similarity index 81% rename from validation-test/compiler_crashers/27623-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/27623-swift-boundgenerictype-get.swift index a5cda1ef2fe6f..b56c69ee69d40 100644 --- a/validation-test/compiler_crashers/27623-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/27623-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27638-swift-structtype-get.swift b/validation-test/compiler_crashers_fixed/27638-swift-structtype-get.swift similarity index 83% rename from validation-test/compiler_crashers/27638-swift-structtype-get.swift rename to validation-test/compiler_crashers_fixed/27638-swift-structtype-get.swift index 4b1daae5247d1..84ab2860cb7b5 100644 --- a/validation-test/compiler_crashers/27638-swift-structtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27638-swift-structtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27639-swift-enumtype-get.swift b/validation-test/compiler_crashers_fixed/27639-swift-enumtype-get.swift similarity index 81% rename from validation-test/compiler_crashers/27639-swift-enumtype-get.swift rename to validation-test/compiler_crashers_fixed/27639-swift-enumtype-get.swift index bc2a2cd508d70..1cc2e41a1a764 100644 --- a/validation-test/compiler_crashers/27639-swift-enumtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27639-swift-enumtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27668-swift-boundgenerictype-get.swift b/validation-test/compiler_crashers_fixed/27668-swift-boundgenerictype-get.swift similarity index 80% rename from validation-test/compiler_crashers/27668-swift-boundgenerictype-get.swift rename to validation-test/compiler_crashers_fixed/27668-swift-boundgenerictype-get.swift index 84703711e8c4e..96c905407a3a4 100644 --- a/validation-test/compiler_crashers/27668-swift-boundgenerictype-get.swift +++ b/validation-test/compiler_crashers_fixed/27668-swift-boundgenerictype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27687-swift-classtype-get.swift b/validation-test/compiler_crashers_fixed/27687-swift-classtype-get.swift similarity index 83% rename from validation-test/compiler_crashers/27687-swift-classtype-get.swift rename to validation-test/compiler_crashers_fixed/27687-swift-classtype-get.swift index 1d22dd6ad9278..546a0655be196 100644 --- a/validation-test/compiler_crashers/27687-swift-classtype-get.swift +++ b/validation-test/compiler_crashers_fixed/27687-swift-classtype-get.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) diff --git a/validation-test/compiler_crashers/27704-swift-modulefile-declcommenttableinfo-readdata.swift b/validation-test/compiler_crashers_fixed/27704-swift-modulefile-declcommenttableinfo-readdata.swift similarity index 83% rename from validation-test/compiler_crashers/27704-swift-modulefile-declcommenttableinfo-readdata.swift rename to validation-test/compiler_crashers_fixed/27704-swift-modulefile-declcommenttableinfo-readdata.swift index 176c3bf92316c..d6c6eaeba5463 100644 --- a/validation-test/compiler_crashers/27704-swift-modulefile-declcommenttableinfo-readdata.swift +++ b/validation-test/compiler_crashers_fixed/27704-swift-modulefile-declcommenttableinfo-readdata.swift @@ -1,4 +1,4 @@ -// RUN: not --crash %target-swift-frontend %s -parse +// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift)