Skip to content

Remove plus_zero_test,plus_one_test from lit tests since they are no … #15400

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: 0 additions & 1 deletion test/ClangImporter/objc_ir.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays
Expand Down
1 change: 0 additions & 1 deletion test/ClangImporter/optional.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/ClangImporter/serialization-sil.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions test/DebugInfo/closure-multivalue.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
1 change: 0 additions & 1 deletion test/DebugInfo/generic_args.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/DebugInfo/resilience.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
//
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/big_types_corner_cases.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/builtins.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/IRGen/class_bounded_generics.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/IRGen/enum_resilience.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/generic_metatypes.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/generic_tuples.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/IRGen/keypaths.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// -- Convert <i32 0x...> constants to decimal constants that LLVM will print
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/keypaths_objc.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %utils/chex.py < %s > %t/keypaths_objc.sil
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/lowered_optional_self_metadata.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -emit-ir %s
sil_stage canonical
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/objc.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %build-irgen-test-overlays
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/objc_retainAutoreleasedReturnValue.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/runtime_calling_conventions.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/IRGen/struct_resilience.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/Reflection/capture_descriptors.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// REQUIRES: no_asan
// RUN: %empty-directory(%t)
Expand Down
1 change: 0 additions & 1 deletion test/SIL/Parser/apply_with_substitution.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SIL/Parser/bound_generic.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SIL/Parser/generic_signature_with_depth.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SIL/Parser/keypath.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SIL/Serialization/deserialize_generic.sil
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SIL/Serialization/deserialize_generic_marker.sil
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SIL/Serialization/keypath.sil
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/access_marker_gen.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/accessors.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/address_only_types.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/addressors.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/apply_abstraction_nested.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/argument_labels.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/argument_shuffle_swift3.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/array_literal_abstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/auto_closures.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/borrow.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/boxed_existentials.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/call_chain_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/capture_typed_boxes.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/casts.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/cf.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/class_bound_protocols.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/class_resilience.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/closures.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/collection_downcast.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/collection_subtype_downcast.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/collection_subtype_upcast.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/collection_upcast.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/constrained_extensions.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/default_arguments.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/default_arguments_generic.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/default_arguments_serialized.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/dependent_member_lowering.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/downcast_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/dynamic.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %build-silgen-test-overlays
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/dynamic_lookup.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/dynamic_lookup_throws.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/dynamic_self.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/enum.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/enum_resilience.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/erasure_reabstraction.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/existential_erasure.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/expressions.swift
Original file line number Diff line number Diff line change
@@ -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 -
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/extensions_objc.swift
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/external_definitions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/final.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/force_cast_chained_optional.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/foreach.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/foreign_errors.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime

// RUN: %empty-directory(%t)
// RUN: %build-clang-importer-objc-overlays
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/function_conversion.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion test/SILGen/function_conversion_objc.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/functions.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/generic_casts.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/generic_closures.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/generic_property_base_lifetime.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion test/SILGen/generic_tuples.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading