Skip to content

Commit d1972ab

Browse files
authored
Merge pull request #72237 from xymus/xfail-many
Tests: xfail a few failing tests in InterfaceHash and IRGen
2 parents 2089618 + d7e65a3 commit d1972ab

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

test/IRGen/noncopyable_field_descriptors.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// RUN: %FileCheck %s < %t/test.irgen
1010

11+
// rdar://124401253
12+
// REQUIRES: OS=macosx || OS=linux || OS=windows-msvc
13+
1114
@frozen
1215
public enum ConditionallyCopyable<Wrapped: ~Copyable>: ~Copyable {
1316
case none

test/InterfaceHash/edited_method_body.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// UNSUPPORTED: OS=windows-msvc
2+
3+
// rdar://124402245
4+
// UNSUPPORTED: OS=linux
5+
26
// When adding a private protocol method, the interface hash should stay the same
37
// The per-type fingerprint should change
48

test/InterfaceHash/edited_property_getter.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// UNSUPPORTED: OS=windows-msvc
2+
3+
// rdar://124402245
4+
// UNSUPPORTED: OS=linux
5+
26
// When adding a private protocol method, the interface hash should stay the same
37
// The per-type fingerprint should change
48

0 commit comments

Comments
 (0)