Remove plus_zero_test,plus_one_test from lit tests since they are no longer needed.

I am going to leave in the infrastructure around this just in case. But there is
no reason to keep this in the tests themselves. I can always just revert this
and I don't think merge conflicts are likely due to previous work I did around
the tooling for this.
This commit is contained in:
Michael Gottesman
2018-03-21 10:26:11 -07:00
parent a901bd73d5
commit cb80f65f1e
211 changed files with 3 additions and 214 deletions

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -module-name optional -I %S/Inputs/custom-modules -enable-sil-ownership -emit-silgen -o - %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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 -enable-sil-ownership

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// rdar://problem/23727705:
// RUN-DISABLED: %target-swift-frontend -O %s -disable-llvm-optzns -emit-ir -g -o - | %FileCheck %s
@@ -37,8 +36,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: 19,
// CHECK-O0: !DILocalVariable(name: "a", arg: 1{{.*}} line: 18,
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0: !DILocalVariable(name: "b", arg: 2{{.*}} line: 19,
// CHECK-O0: !DILocalVariable(name: "b", arg: 2{{.*}} line: 18,
// CHECK-O0-NOT: DW_OP_bit_piece
// CHECK-O0: !DISubprogram(linkageName: "$SS2SSbs5Error_pIgggdzo_S2SSbsAA_pIegnndzo_TR",

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_args -primary-file %s -emit-ir -verify -g -o - | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
//

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name builtins -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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name class_bounded_generics -emit-ir -primary-file %s -disable-objc-attr-requires-foundation-module | %FileCheck %s -DINT=i%target-ptrsize

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %swift -module-name generic_metatypes -target x86_64-apple-macosx10.9 -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-64 -DINT=i64 %s
// RUN: %swift -module-name generic_metatypes -target i386-apple-ios7.0 -emit-ir -parse-stdlib -primary-file %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-32 -DINT=i32 %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_tuples -assume-parsing-unqualified-ownership-sil -emit-ir -primary-file %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// -- Convert <i32 0x...> constants to decimal constants that LLVM will print

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %utils/chex.py < %s > %t/keypaths_objc.sil

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -emit-ir %s
sil_stage canonical

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-irgen-test-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name objc_retainAutoreleasedReturnValue -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 -module-name objc_retainAutoreleasedReturnValue -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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name runtime_calling_conventions -assume-parsing-unqualified-ownership-sil -parse-as-library -emit-ir %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name runtime_calling_conventions -assume-parsing-unqualified-ownership-sil -parse-as-library -O -emit-ir %s | %FileCheck --check-prefix=OPT-CHECK %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// REQUIRES: no_asan
// RUN: %empty-directory(%t)

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend %s -emit-silgen | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend %s -emit-silgen | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_signature_with_depth %s -emit-silgen | %target-sil-opt | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-sil-opt %s | %target-sil-opt | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_generic.swift

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_generic_marker.swift

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
// RUN: %empty-directory(%t)

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name access_marker_gen -parse-as-library -Xllvm -sil-full-demangle -enforce-exclusivity=checked -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name accessors -Xllvm -sil-full-demangle -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name address_only_types -enable-sil-ownership -parse-as-library -parse-stdlib -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -enable-sil-ownership -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name argument_labels -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name argument_shuffle_swift3 -emit-silgen -enable-sil-ownership %s -swift-version 3 | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name array_literal_abstraction -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name auto_closures -enable-sil-ownership -parse-stdlib -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name borrow -enable-sil-ownership -parse-stdlib -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name boxed_existentials -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name boxed_existentials -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen %s | %FileCheck %s --check-prefix=GUARANTEED

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name call_chain_reabstraction -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name capture_typed_boxes -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name casts -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name cf -import-cf-types -sdk %S/Inputs %s -emit-silgen -o - | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -parse-stdlib -parse-as-library -module-name Swift -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name closures -enable-sil-ownership -parse-stdlib -parse-as-library -emit-silgen %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name closures -enable-sil-ownership -parse-stdlib -parse-as-library -emit-silgen %s | %FileCheck %s --check-prefix=GUARANTEED

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name collection_downcast -emit-silgen -sdk %S/Inputs -I %S/Inputs -enable-source-import %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name collection_subtype_downcast -emit-silgen -enable-sil-ownership -sdk %S/Inputs %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name collection_subtype_upcast -emit-silgen -enable-sil-ownership -sdk %S/Inputs %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name collection_upcast -emit-silgen -sdk %S/Inputs -I %S/Inputs -enable-source-import %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name constrained_extensions -emit-silgen -enable-sil-ownership -primary-file %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name constrained_extensions -emit-sil -O -primary-file %s > /dev/null

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name default_arguments -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen -swift-version 3 %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name default_arguments -Xllvm -sil-full-demangle -enable-sil-ownership -emit-silgen -swift-version 3 %s | %FileCheck %s --check-prefix=NEGATIVE

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name default_arguments_generic -emit-silgen -enable-sil-ownership -swift-version 3 %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name default_arguments_generic -emit-silgen -enable-sil-ownership -swift-version 4 %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name dependent_member_lowering -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name downcast_reabstraction -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-silgen-test-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name dynamic_lookup -parse-as-library -emit-silgen -disable-objc-attr-requires-foundation-module %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name dynamic_lookup -parse-as-library -emit-silgen -disable-objc-attr-requires-foundation-module %s | %FileCheck %s --check-prefix=GUARANTEED

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name dynamic_self -emit-silgen -enable-sil-ownership %s -disable-objc-attr-requires-foundation-module | %FileCheck %s
// RUN: %target-swift-frontend -module-name dynamic_self -emit-sil -O %s -disable-objc-attr-requires-foundation-module

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -parse-stdlib -parse-as-library -emit-silgen -enable-sil-ownership -module-name Swift %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_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

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name existential_erasure -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: echo "public var x = Int()" | %target-swift-frontend -module-name FooBar -emit-module -o %t -

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name extensions_objc -sdk %S/Inputs %s -I %S/Inputs -enable-source-import -emit-silgen -enable-sil-ownership | %FileCheck %s
//

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -sdk %S/Inputs %s -emit-silgen -enable-sil-ownership | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name final -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name force_cast_chained_optional -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name foreach -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name function_conversion -emit-silgen -enable-sil-ownership -primary-file %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name function_conversion -emit-ir -enable-sil-ownership -primary-file %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name function_conversion_objc -sdk %S/Inputs %s -I %S/Inputs -enable-sil-ownership -enable-source-import -emit-silgen -verify | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name functions -Xllvm -sil-full-demangle -parse-stdlib -parse-as-library -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_casts -Xllvm -sil-full-demangle -emit-silgen -enable-sil-ownership %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-%target-runtime %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_closures -parse-stdlib -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_property_base_lifetime -emit-silgen %s -disable-objc-attr-requires-foundation-module -enable-sil-ownership | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_tuples -emit-silgen -parse-as-library -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name generic_witness -emit-silgen -enable-sil-ownership %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name generic_witness -emit-ir -enable-sil-ownership %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -parse-as-library -module-name Swift -parse-stdlib -emit-silgen -enable-sil-ownership -enable-guaranteed-normal-arguments %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name guaranteed_self -Xllvm -sil-full-demangle -emit-silgen %s -disable-objc-attr-requires-foundation-module -enable-sil-ownership | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name if_while_binding -Xllvm -sil-full-demangle -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name implicitly_unwrapped_optional -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name indirect_enum -Xllvm -sil-print-debuginfo -emit-silgen %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name inlineable_attribute -emit-silgen -enable-sil-ownership -emit-verbose-sil %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %build-silgen-test-overlays

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name keypaths -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name let_decls -Xllvm -sil-full-demangle -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name lifetime -Xllvm -sil-full-demangle -parse-as-library -emit-silgen -primary-file %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name mangling -Xllvm -sil-full-demangle -sdk %S/Inputs -I %S/Inputs -enable-source-import %s -emit-silgen -enable-sil-ownership | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name materializeForSet -emit-silgen %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name materializeForSet -emit-silgen -enforce-exclusivity=unchecked %s | %FileCheck --check-prefix=UNCHECKED %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership -module-name Swift -parse-stdlib %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name multi_file -emit-silgen -enable-sil-ownership -primary-file %s %S/Inputs/multi_file_helper.swift | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name nested_generics -enable-sil-ownership -Xllvm -sil-full-demangle -emit-silgen -parse-as-library %s | %FileCheck %s
// RUN: %target-swift-frontend -module-name nested_generics -enable-sil-ownership -Xllvm -sil-full-demangle -emit-sil -parse-as-library %s > /dev/null

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name nested_types_referencing_nested_functions -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name newtype -emit-silgen -sdk %S/Inputs -I %S/Inputs -enable-source-import %s | %FileCheck %s -check-prefix=CHECK-RAW

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_one_runtime
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name noescape_reabstraction -emit-silgen -enable-sil-ownership %s | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name objc_attr_NSManaged -sdk %S/Inputs %s -I %S/Inputs -enable-source-import -emit-silgen -enable-sil-ownership | %FileCheck %s

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %target-swift-frontend -module-name objc_attr_NSManaged_multi -sdk %S/Inputs -primary-file %s %S/objc_attr_NSManaged.swift -I %S/Inputs -enable-source-import -emit-silgen -enable-sil-ownership | %FileCheck %s

Some files were not shown because too many files have changed in this diff Show More