Skip to content

[+0-all-args] Add a space after REQUIRES: plus_one_runtime to elimina… #15166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/ClangImporter/objc_ir.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -I %S/Inputs/custom-modules -emit-ir -g -o - -primary-file %s | %FileCheck %s
Expand Down
1 change: 1 addition & 0 deletions test/ClangImporter/optional.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules -emit-silgen -o - %s | %FileCheck %s

// REQUIRES: objc_interop
Expand Down
1 change: 1 addition & 0 deletions test/ClangImporter/serialization-sil.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module-path %t/Test.swiftmodule -emit-sil -o /dev/null -module-name Test %s -sdk "" -import-objc-header %S/Inputs/serialization-sil.h
// RUN: %target-sil-func-extractor %t/Test.swiftmodule -sil-print-debuginfo -func='$S4Test16testPartialApplyyySoAA_pF' -o - | %FileCheck %s
Expand Down
5 changes: 3 additions & 2 deletions test/DebugInfo/closure-multivalue.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// rdar://problem/23727705:
// RUN-DISABLED: %target-swift-frontend -O %s -disable-llvm-optzns -emit-ir -g -o - | %FileCheck %s
import StdlibUnittest
Expand Down Expand Up @@ -36,8 +37,8 @@ demo()
// Verify that a reabstraction thunk does not have a line number.
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0: !DILocalVariable(name: "a", arg: 1{{.*}} line: 18,
// CHECK-O0: !DILocalVariable(name: "a", arg: 1{{.*}} line: 19,
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0: !DILocalVariable(name: "b", arg: 2{{.*}} line: 18,
// CHECK-O0: !DILocalVariable(name: "b", arg: 2{{.*}} line: 19,
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0: !DISubprogram(linkageName: "$SS2SSbs5Error_pIgxxdzo_S2SSbsAA_pIegiidzo_TR",
1 change: 1 addition & 0 deletions test/DebugInfo/generic_args.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -primary-file %s -emit-ir -verify -g -o - | %FileCheck %s

func markUsed<T>(_ t: T) {}
Expand Down
1 change: 1 addition & 0 deletions test/DebugInfo/resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
//
// Compile the external swift module.
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/big_types_corner_cases.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -enable-large-loadable-types %s -emit-ir | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
// REQUIRES: optimized_stdlib
// UNSUPPORTED: resilient_stdlib
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/builtins.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -parse-stdlib -primary-file %s -emit-ir -o - -disable-objc-attr-requires-foundation-module | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-runtime

// REQUIRES: CPU=x86_64
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/class_bounded_generics.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-ir -primary-file %s -disable-objc-attr-requires-foundation-module | %FileCheck %s

// REQUIRES: CPU=x86_64
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/enum_resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_enum.swiftmodule -module-name=resilient_enum -I %t %S/../Inputs/resilient_enum.swift
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/generic_metatypes.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %swift -target x86_64-apple-macosx10.9 -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-64 %s
// RUN: %swift -target i386-apple-ios7.0 -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-32 %s
// RUN: %swift -target x86_64-apple-ios7.0 -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-64 %s
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/generic_metatypes_arm.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %swift -target armv7-apple-ios7.0 -module-name generic_metatypes -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-32 %s
// RUN: %swift -target arm64-apple-ios7.0 -emit-ir -module-name generic_metatypes -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-64 %s
// RUN: %swift -target armv7-apple-tvos9.0 -emit-ir -module-name generic_metatypes -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-32 %s
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/generic_tuples.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -emit-ir -primary-file %s | %FileCheck %s

// Make sure that optimization passes don't choke on storage types for generic tuples
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/keypaths.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// -- Convert <i32 0x...> constants to decimal constants that LLVM will print
// RUN: %utils/chex.py < %s > %t/keypaths.sil
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/keypaths_objc.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %utils/chex.py < %s > %t/keypaths_objc.sil
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-ir %t/keypaths_objc.sil | %FileCheck %t/keypaths_objc.sil --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/lowered_optional_self_metadata.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -emit-ir %s
sil_stage canonical

Expand Down
1 change: 1 addition & 0 deletions test/IRGen/objc.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %build-irgen-test-overlays
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module | %FileCheck %s
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/objc_retainAutoreleasedReturnValue.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -target x86_64-apple-macosx10.12 -assume-parsing-unqualified-ownership-sil -import-objc-header %S/Inputs/StaticInline.h %s -emit-ir | %FileCheck %s
// RUN: %target-swift-frontend -O -target x86_64-apple-macosx10.12 -assume-parsing-unqualified-ownership-sil -import-objc-header %S/Inputs/StaticInline.h %s -emit-ir | %FileCheck %s --check-prefix=OPT

Expand Down
1 change: 1 addition & 0 deletions test/IRGen/runtime_calling_conventions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -parse-as-library -emit-ir %s | %FileCheck %s
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -parse-as-library -O -emit-ir %s | %FileCheck --check-prefix=OPT-CHECK %s

Expand Down
1 change: 1 addition & 0 deletions test/IRGen/struct_resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_enum.swiftmodule -module-name=resilient_enum -I %t %S/../Inputs/resilient_enum.swift
Expand Down
1 change: 1 addition & 0 deletions test/Reflection/capture_descriptors.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// REQUIRES: no_asan
// RUN: %empty-directory(%t)
// RUN: %target-build-swift %s -emit-module -emit-library -module-name capture_descriptors -o %t/capture_descriptors.%target-dylib-extension
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Parser/apply_with_substitution.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend %s -emit-silgen | %FileCheck %s

// rdar://14443287
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Parser/bound_generic.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend %s -emit-silgen | %FileCheck %s

// rdar://14443287
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Parser/generic_signature_with_depth.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend %s -emit-silgen | %target-sil-opt | %FileCheck %s

protocol mmGeneratorType {
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Parser/keypath.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-sil-opt %s | %target-sil-opt | %FileCheck %s

sil_stage canonical
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Serialization/deserialize_generic.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_generic.swift
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -linker -I %t %s | %FileCheck %s
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Serialization/deserialize_generic_marker.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_generic_marker.swift
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -linker -I %t %s | %FileCheck %s
Expand Down
1 change: 1 addition & 0 deletions test/SIL/Serialization/keypath.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
// RUN: %empty-directory(%t)
// RUN: %target-sil-opt %s -emit-sib -o %t/tmp.sib -module-name boxes
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/access_marker_gen.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -parse-as-library -Xllvm -sil-full-demangle -enforce-exclusivity=checked -emit-silgen -enable-sil-ownership %s | %FileCheck %s

func modify<T>(_ x: inout T) {}
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/accessors.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -emit-silgen -enable-sil-ownership %s | %FileCheck %s

// Hold a reference to do to magically become non-POD.
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/address_only_types.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -enable-sil-ownership -parse-as-library -parse-stdlib -emit-silgen %s | %FileCheck %s

precedencegroup AssignmentPrecedence { assignment: true }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/addressors.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -emit-sil %s | %FileCheck %s
// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -emit-silgen %s | %FileCheck %s -check-prefix=SILGEN
// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -emit-ir %s
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/apply_abstraction_nested.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -enable-sil-ownership -emit-silgen %s | %FileCheck %s

infix operator ~> { precedence 255 associativity left }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/argument_labels.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

public struct X { }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/argument_shuffle_swift3.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s -swift-version 3 | %FileCheck %s

func fn(_: Any) {}
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/array_literal_abstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen %s | %FileCheck %s

// Verify that reabstraction happens when forming container literals.
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/auto_closures.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -parse-stdlib -emit-silgen %s | %FileCheck %s

struct Bool {}
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/borrow.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -emit-silgen %s | %FileCheck %s

import Swift
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/boxed_existentials.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen %s | %FileCheck %s
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen %s | %FileCheck %s --check-prefix=GUARANTEED

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/call_chain_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

struct A {
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/capture_typed_boxes.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

func foo(_ x: Int) -> () -> Int {
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/casts.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

class B { }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/cf.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -import-cf-types -sdk %S/Inputs %s -emit-silgen -o - | %FileCheck %s

// REQUIRES: objc_interop
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/class_bound_protocols.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -parse-stdlib -parse-as-library -module-name Swift -emit-silgen %s | %FileCheck %s

enum Optional<T> {
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/class_resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_class.swiftmodule -module-name=resilient_class -I %t %S/../Inputs/resilient_class.swift
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/closures.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -parse-as-library -emit-silgen %s | %FileCheck %s
// RUN: %target-swift-frontend -enable-sil-ownership -parse-stdlib -parse-as-library -emit-silgen %s | %FileCheck %s --check-prefix=GUARANTEED

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/collection_downcast.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -sdk %S/Inputs -I %S/Inputs -enable-source-import %s | %FileCheck %s

// REQUIRES: objc_interop
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/collection_subtype_downcast.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -sdk %S/Inputs %s | %FileCheck %s

struct S { var x, y: Int }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/collection_subtype_upcast.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -sdk %S/Inputs %s | %FileCheck %s

struct S { var x, y: Int }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/collection_upcast.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -sdk %S/Inputs -I %S/Inputs -enable-source-import %s | %FileCheck %s

// FIXME: rdar://problem/19648117 Needs splitting objc parts out
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/constrained_extensions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -primary-file %s | %FileCheck %s
// RUN: %target-swift-frontend -emit-sil -O -primary-file %s > /dev/null
// RUN: %target-swift-frontend -emit-ir -primary-file %s > /dev/null
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/default_arguments.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen -swift-version 3 %s | %FileCheck %s
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen -swift-version 3 %s | %FileCheck %s --check-prefix=NEGATIVE

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/default_arguments_generic.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -swift-version 3 %s | %FileCheck %s
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -swift-version 4 %s | %FileCheck %s

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/default_arguments_serialized.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module-path %t/default_arguments_other.swiftmodule -emit-module -swift-version 4 -primary-file %S/Inputs/default_arguments_other.swift

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/dependent_member_lowering.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

protocol P {
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/downcast_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

// CHECK-LABEL: sil hidden @$S22downcast_reabstraction19condFunctionFromAnyyyypF
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/dynamic.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %build-silgen-test-overlays

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/dynamic_lookup.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -parse-as-library -emit-silgen -disable-objc-attr-requires-foundation-module %s | %FileCheck %s
// RUN: %target-swift-frontend -parse-as-library -emit-silgen -disable-objc-attr-requires-foundation-module %s | %FileCheck %s --check-prefix=GUARANTEED

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/dynamic_lookup_throws.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays

Expand Down
1 change: 1 addition & 0 deletions test/SILGen/dynamic_self.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen %s -disable-objc-attr-requires-foundation-module | %FileCheck %s
// RUN: %target-swift-frontend -emit-sil -O %s -disable-objc-attr-requires-foundation-module
// RUN: %target-swift-frontend -emit-ir %s -disable-objc-attr-requires-foundation-module
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/enum.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -parse-stdlib -parse-as-library -emit-silgen -enable-sil-ownership -module-name Swift %s | %FileCheck %s

precedencegroup AssignmentPrecedence { assignment: true }
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/enum_resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_enum.swiftmodule -module-name=resilient_enum -I %t %S/../Inputs/resilient_enum.swift
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/erasure_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

struct Foo {}
Expand Down
1 change: 1 addition & 0 deletions test/SILGen/existential_erasure.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: plus_one_runtime

// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

protocol P {
Expand Down
Loading