Skip to content

Commit e3b2719

Browse files
authored
Merge pull request swiftlang#41725 from hamishknight/disable-tests
2 parents af354e3 + 622ff37 commit e3b2719

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

test/DebugInfo/debug_value_addr.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
22
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
33

4+
// Temporarily disable on arm64 (rdar://89237318)
5+
// UNSUPPORTED: CPU=arm64
6+
47
// Verify that -Onone shadow copies are emitted for debug_value_addr
58
// instructions.
69

test/IRGen/marker_protocol_backdeploy.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: PTRSIZE=64
1010
// REQUIRES: OS=macosx
1111

12+
// Temporarily disable on arm (rdar://89910199)
13+
// UNSUPPORTED: CPU=arm64, CPU=arm64e
14+
1215
@_marker public protocol P { }
1316
public protocol Q: P { }
1417
protocol R { }

test/Interop/Cxx/value-witness-table/witness-lifetime-operations-irgen.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
22

3+
// Temporarily restrict to x86 (rdar://89908618)
4+
// REQUIRES: CPU=x86_64
5+
36
import WitnessLifetimeOperations
47

58
struct Holder<T> {

test/Reflection/conformance_descriptors.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// UNSUPPORTED: windows
2+
3+
// Temporarily disable on AArch64 Linux (rdar://88451721)
24
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
5+
6+
// Temporarily disable on arm64e (rdar://88579818)
7+
// UNSUPPORTED: CPU=arm64e
8+
39
// RUN: %empty-directory(%t)
410

511
// RUN: %target-build-swift -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift %S/Inputs/Conformances.swift -parse-as-library -emit-module -emit-library -module-name ConformanceCheck -o %t/Conformances

test/Serialization/objc_async.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: objc_interop
99

10+
// Temporarily disable for asan (rdar://89808212)
11+
// UNSUPPORTED: asan
12+
1013
import def_objc_async
1114
import Foundation
1215

0 commit comments

Comments
 (0)