Skip to content

Commit 03797d6

Browse files
committed
[Tests] Make OS features consistent
lit.py currently allows any substring of `target_triple` to be used as a feature in REQUIRES/UNSUPPORTED/XFAIL. This results in various forms of the OS spread across the tests and is also somewhat confusing since they aren't actually listed in the available features. Modify all OS-related features to use the `OS=` version that Swift adds instead. We can later remove `config.target_triple` so that these don't the non-OS versions don't work in the first place.
1 parent 6c287b2 commit 03797d6

File tree

62 files changed

+64
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-65
lines changed

test/AutoDiff/compiler_crashers_fixed/rdar71191415-nested-differentiation-of-extension-method-optimized.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-build-swift -O %s
22

33
// FIXME(rdar://89055298)
4-
// UNSUPPORTED: linux
4+
// UNSUPPORTED: OS=linux-gnu
55

66
// rdar://71191415
77

test/Concurrency/Reflection/reflect_task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// UNSUPPORTED: use_os_stdlib
1111
// UNSUPPORTED: back_deployment_runtime
1212
//
13-
// UNSUPPORTED: OS=macosx,ios,watchos,tvos
13+
// UNSUPPORTED: OS=macosx, OS=ios, OS=watchos, OS=tvos
1414

1515
import Swift
1616
import _Concurrency

test/Concurrency/Runtime/async_taskgroup_asynciterator_semantics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: concurrency
44
// REQUIRES: concurrency_runtime
55
// UNSUPPORTED: back_deployment_runtime
6-
// UNSUPPORTED: linux
6+
// UNSUPPORTED: OS=linux-gnu
77

88
// REQUIRES: rdar86028226
99

test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// REQUIRES: concurrency_runtime
88
// UNSUPPORTED: back_deployment_runtime
99

10-
// UNSUPPORTED: linux
10+
// UNSUPPORTED: OS=linux-gnu
1111

1212
@available(SwiftStdlib 5.1, *)
1313
func test_taskGroup_is_asyncSequence() async {

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// UNSUPPORTED: back_deployment_runtime
88

99
// https://bugs.swift.org/browse/SR-14461
10-
// UNSUPPORTED: linux
10+
// UNSUPPORTED: OS=linux-gnu
1111

1212
// REQUIRES: rdar78325660
1313

test/DebugInfo/local-vars.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// all. There are other tests testing liveness and representation.
44

55
// rdar://problem/57611302
6-
// XFAIL: windows
6+
// XFAIL: OS=windows-msvc
77

88
// RUN: %gyb %s -o %t.swift
99
// RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift

test/Distributed/Runtime/distributed_actor_cross_module_final_class_adhoc_requirement_not_optimized_away.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: back_deployment_runtime
1414

1515
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
16-
// UNSUPPORTED: windows
16+
// UNSUPPORTED: OS=windows-msvc
1717

1818
import Distributed
1919
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_deinit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: back_deployment_runtime
99

1010
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
11-
// UNSUPPORTED: windows
11+
// UNSUPPORTED: OS=windows-msvc
1212

1313
import Distributed
1414

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_echo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_empty.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_genericFunc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_hello.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_takeThrowReturn.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take_two.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_throw.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_hop_to.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717

1818
import Distributed

test/Distributed/Runtime/distributed_actor_in_other_module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
// REQUIRES: rdar92277324
1818

test/Distributed/Runtime/distributed_actor_remoteCall.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818

test/Distributed/Runtime/distributed_actor_remoteCallTarget_demanglingTargetNames.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_remoteCall_roundtrip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: back_deployment_runtime
1515

1616
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
17-
// UNSUPPORTED: windows
17+
// UNSUPPORTED: OS=windows-msvc
1818

1919
import Distributed
2020
import FakeDistributedActorSystems

test/Distributed/Runtime/distributed_actor_whenLocal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: back_deployment_runtime
1313

1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
15-
// UNSUPPORTED: windows
15+
// UNSUPPORTED: OS=windows-msvc
1616

1717
import Distributed
1818

test/Driver/Dependencies/embed-bitcode-parallel-fine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Windows doesn't support parallel execution yet
2-
// XFAIL: windows
2+
// XFAIL: OS=windows-msvc
33
// RUN: %empty-directory(%t)
44
// RUN: cp -r %S/Inputs/one-way-fine/* %t
55
// RUN: touch -t 201401240005 %t/*

test/Driver/Dependencies/one-way-parallel-fine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Windows doesn't support parallel execution yet
2-
// XFAIL: windows
2+
// XFAIL: OS=windows-msvc
33
// RUN: %empty-directory(%t)
44
// RUN: cp -r %S/Inputs/one-way-fine/* %t
55
// RUN: touch -t 201401240005 %t/*

test/Driver/Dependencies/only-skip-once.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: linux, openbsd, windows
1+
// XFAIL: OS=linux-gnu, OS=openbsd, OS=windows-msvc
22

33
// RUN: %empty-directory(%t)
44
// RUN: cp -r %S/Inputs/only-skip-once/* %t

test/Driver/batch_mode_bridging_pch.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: win32
21
// RUN: %empty-directory(%t)
32
// RUN: touch %t/file-01.swift %t/file-02.swift %t/file-03.swift
43
// RUN: echo 'public func main() {}' >%t/main.swift

test/Driver/environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: objc_interop
2-
// UNSUPPORTED: windows
2+
// UNSUPPORTED: OS=windows-msvc
33
// Apple's "System Integrity Protection" makes this test fail on OS X.
44

55
// RUN: %swift_driver_plain -sdk "" -target x86_64-unknown-gnu-linux -L/foo/ -driver-use-frontend-path %S/Inputs/print-var.sh %s LD_LIBRARY_PATH | %FileCheck -check-prefix=CHECK${LD_LIBRARY_PATH+_LAX} %s

test/Driver/filelists.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: windows
1+
// UNSUPPORTED: OS=windows-msvc
22
// RUN: %empty-directory(%t)
33
// RUN: touch %t/a.swift %t/b.swift %t/c.swift
44

test/Driver/frontend.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %swiftc_driver %s -### 2>&1 | %FileCheck %s
22

3-
// UNSUPPORTED: windows
3+
// UNSUPPORTED: OS=windows-msvc
44
// CHECK: swift-frontend
55

test/Driver/fuzzer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: windows
1+
// UNSUPPORTED: OS=windows-msvc
22
// UNSUPPORTED: CPU=powerpc64le
33
// RUN: %swiftc_driver -driver-print-jobs -sanitize=fuzzer,address -target x86_64-apple-macosx10.9 -resource-dir %S/Inputs/fake-resource-dir/lib/swift/ %s | %FileCheck -check-prefix=LIBFUZZER_OSX %s
44
// RUN: %swiftc_driver -driver-print-jobs -sanitize=fuzzer,address -target x86_64-unknown-linux-gnu -resource-dir %S/Inputs/fake-resource-dir/lib/swift/ %s | %FileCheck -check-prefix=LIBFUZZER_LINUX %s

test/Driver/loaded_module_trace_nocrash.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -windows-msvc
1+
// UNSUPPORTED: OS=windows-msvc
22

33
// RUN: %empty-directory(%t)
44
// RUN: mkdir -p %t/Mods/Foo.swiftmodule

test/Driver/loaded_module_trace_swiftinterface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: -windows-msvc
1+
// UNSUPPORTED: OS=windows-msvc
22
// REQUIRES: SR13034
33

44
// 1) If there is no swiftmodule, use the swiftinterface

test/Driver/macabi-environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Tests to check that the driver finds standard library in the macabi environment.
22

3-
// UNSUPPORTED: windows
3+
// UNSUPPORTED: OS=windows-msvc
44

55
// RUN: %swiftc_driver -sdk "" -sdk "" -driver-print-jobs -target x86_64-apple-ios13.1-macabi -sdk %S/../Inputs/clang-importer-sdk %s | %FileCheck -check-prefix=IOS13-MACABI %s
66
// IOS13-MACABI: bin/swift

test/Driver/parseable_output.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %swiftc_driver_plain -emit-executable %s -o %t.out -emit-module -emit-module-path %t.swiftmodule -emit-objc-header-path %t.h -serialize-diagnostics -emit-dependencies -parseable-output -driver-skip-execution 2>&1 | %FileCheck %s
22

3-
// XFAIL: freebsd, openbsd, linux
3+
// XFAIL: OS=freebsd, OS=openbsd, OS=linux-gnu
44

55
// CHECK: {{[1-9][0-9]*}}
66
// CHECK-NEXT: {

test/Driver/parseable_output_unicode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: cat "%S/Inputs/unicode.txt" >> %t.rsp
33
// RUN: %swiftc_driver_plain -emit-executable @%t.rsp -o %t.out -emit-module -emit-module-path %t.swiftmodule -emit-objc-header-path %t.h -serialize-diagnostics -emit-dependencies -parseable-output -driver-skip-execution 2>&1 | %FileCheck %s
44

5-
// XFAIL: freebsd, openbsd, linux
5+
// XFAIL: OS=freebsd, OS=openbsd, OS=linux-gnu
66

77
// CHECK: {{[1-9][0-9]*}}
88
// CHECK-NEXT: {

test/Driver/pipe_round_robin.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Windows doesn't track/use read() and poll()
2-
// UNSUPPORTED: windows
2+
// UNSUPPORTED: OS=windows-msvc
33
// This test is unreliable on busy machines.
44
// ALLOW_RETRIES: 5
55
// RUN: %empty-directory(%t/manyfuncs)

test/Driver/sdk-apple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: freebsd, openbsd, linux, windows
1+
// XFAIL: OS=freebsd, OS=openbsd, OS=linux-gnu, OS=windows-msvc
22

33
// Test SDK detection for immediate mode.
44
// RUN: %empty-directory(%t)

test/IDE/print_clang_header_i386.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: OS=macosx
22
// REQUIRES: CPU=x86_64
33
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
4-
// XFAIL: linux, freebsd
4+
// XFAIL: OS=linux-gnu, OS=freebsd
55

66
// RUN: echo '#include "header-to-print.h"' > %t.i386.m
77
// RUN: %empty-directory(%t)

test/IRGen/abitypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/abi %s -emit-ir -enable-objc-interop | %FileCheck -check-prefix=%target-cpu-%target-os-abi %s
22

33
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
4-
// XFAIL: linux, windows, openbsd
4+
// XFAIL: OS=linux-gnu, OS=windows-msvc, OS=openbsd
55

66
import gadget
77
import Foundation

test/Interpreter/shebang-direct.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
// RUN: %t.shebang.swift a b c | %FileCheck -check-prefix=THREE-ARGS %S/shebang-env.swift
77

88
// REQUIRES: swift_interpreter
9-
// UNSUPPORTED: linux
9+
// UNSUPPORTED: OS=linux-gnu

test/ModuleInterface/BadStdlib.swiftinterface

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ import ClangMod
1616
public func useHasPointer(_: HasPointer)
1717

1818
// FIXME: SR-14489
19-
// UNSUPPORTED: windows
19+
// UNSUPPORTED: OS=windows-msvc

test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash.test-sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For its Windows counterpart, see compiler-crash-windows.test-sh
2-
UNSUPPORTED: windows
2+
UNSUPPORTED: OS=windows-msvc
33

44
RUN: not %swift_build_sdk_interfaces -sdk %S/Inputs/mock-sdk/ -o %t/output -debug-crash-compiler 2>&1 | %FileCheck %s
55

test/Prototypes/CollectionTransformers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ import Darwin
200200
import Dispatch
201201

202202
// FIXME: port to Linux.
203-
// XFAIL: linux, windows, openbsd
203+
// XFAIL: OS=linux-gnu, OS=windows-msvc, OS=openbsd
204204

205205
// A wrapper for pthread_t with platform-independent interface.
206206
public struct _stdlib_pthread_t : Equatable, Hashable {

test/Reflection/box_descriptors.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// RUN: %target-swift-reflection-dump -binary-filename %t/capture_descriptors%{target-shared-library-suffix} | %FileCheck %s
44

55
// SR-10758
6-
// UNSUPPORTED: linux
6+
// UNSUPPORTED: OS=linux-gnu
77

88
// SR-12893
9-
// XFAIL: openbsd
9+
// XFAIL: OS=openbsd
1010

1111
sil_stage canonical
1212

test/Reflection/capture_descriptors.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: no_asan
33

44
// SR-12893
5-
// XFAIL: openbsd
5+
// XFAIL: OS=openbsd
66
// UNSUPPORTED: OS=linux-android, OS=linux-androideabi
77

88
// RUN: %empty-directory(%t)

test/Reflection/conformance_descriptors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: windows
1+
// UNSUPPORTED: OS=windows-msvc
22

33
// Temporarily disable on AArch64 Linux (rdar://88451721)
44
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64

test/Reflection/typeref_decoding_imported.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// XFAIL: OS=windows-msvc
22

33
// SR-12893
4-
// XFAIL: openbsd
4+
// XFAIL: OS=openbsd
55

66
// RUN: %empty-directory(%t)
77

test/SILOptimizer/addr_escape_info.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: swift_in_compiler
44

55
// rdar92963081
6-
// UNSUPPORTED: linux
6+
// UNSUPPORTED: OS=linux-gnu
77

88
sil_stage canonical
99

test/SILOptimizer/escape_info.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: swift_in_compiler
44

55
// rdar92963081
6-
// UNSUPPORTED: linux
6+
// UNSUPPORTED: OS=linux-gnu
77

88

99
sil_stage canonical

0 commit comments

Comments
 (0)