Skip to content

Commit 73fc71e

Browse files
committed
Tests: disable 2 InterfacefaceHash tests on Linux as they are flaky
1 parent 7dc3914 commit 73fc71e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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)