Skip to content

Commit 2a1cf37

Browse files
committed
XFAIL tests now failing under noncopyable_generics
After implementing mangling for inverses, issues have been revealed.
1 parent 215bd3c commit 2a1cf37

4 files changed

+8
-0
lines changed

test/IRGen/existential_shape_metadata.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -emit-ir %s -swift-version 5 -disable-availability-checking | %IRGenFileCheck %s
22

3+
// XFAIL: noncopyable_generics
4+
35
// CHECK-LABEL: @"$sl26existential_shape_metadata2Q0_px1TRts_XPXGMq" = linkonce_odr hidden constant
46
// CHECK-SAME: { i32 {{.*}}sub ([[INT]] ptrtoint (ptr @{{[0-9]+}} to [[INT]])
57
// CHECK-SAME: i32 6400,

test/SILGen/existential_member_accesses_self_assoctype.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -emit-silgen %s | %FileCheck %s
22

3+
// XFAIL: noncopyable_generics
4+
35
protocol P {
46
associatedtype A
57

test/SILGen/tuple_attribute_reabstraction.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
22

3+
// XFAIL: noncopyable_generics
4+
35
public struct G<T> {
46
var t: T
57

test/SILGen/variadic-generic-reabstract-tuple-result.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-emit-silgen -disable-availability-checking %s | %FileCheck %s
22

3+
// XFAIL: noncopyable_generics
4+
35
// rdar://110391963
46

57
struct Use<each T> {}

0 commit comments

Comments
 (0)