Skip to content

Commit fdf6e94

Browse files
committed
[test] Disable two IRGen tests failing on arm64e
Disable these until we fix them. Swift(iphoneos-arm64e) :: IRGen/opaque_result_type.swift Swift(iphoneos-arm64e) :: IRGen/typelayout_based_value_witness.swift https://bugs.swift.org/browse/SR-15237
1 parent d0ac02d commit fdf6e94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/IRGen/opaque_result_type.swift

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// rdar://76863553
66
// UNSUPPORTED: OS=watchos && CPU=x86_64
77

8+
// https://bugs.swift.org/browse/SR-15237
9+
// UNSUPPORTED: CPU=arm64e
10+
811
public protocol O {
912
func bar()
1013
}

test/IRGen/typelayout_based_value_witness.swift

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-swift-frontend -enable-type-layout -force-struct-type-layouts -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=FORCE-OPT --check-prefix=FORCE-OPT-%target-ptrsize
44
// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s --check-prefix=NOTL
55

6+
// https://bugs.swift.org/browse/SR-15237
7+
// UNSUPPORTED: CPU=arm64e
8+
69
public struct B<T> {
710
var x: T
811
var y: T

0 commit comments

Comments
 (0)