Skip to content

Commit 9bfe759

Browse files
authored
Merge pull request #72029 from apple/disable-5.10-InterfaceHash-tests
[5.10][Disable] InterfaceHash test: edited_property_getter and edited_metho…
2 parents 8d5cd5a + 383455e commit 9bfe759

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/InterfaceHash/edited_method_body.swift

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Also uses awk:
33
// XFAIL OS=windows
44

5+
// rdar://115209834
6+
// UNSUPPORTED: OS=linux-gnu
7+
58
// When adding a private protocol method, the interface hash should stay the same
69
// The per-type fingerprint should change
710

test/InterfaceHash/edited_property_getter.swift

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Also uses awk:
33
// XFAIL OS=windows
44

5+
// rdar://115209834
6+
// UNSUPPORTED: OS=linux-gnu
7+
58
// When adding a private protocol method, the interface hash should stay the same
69
// The per-type fingerprint should change
710

0 commit comments

Comments
 (0)