Skip to content

Commit 44fdbd8

Browse files
committed
Disable two of the serialization tests.
We have a few serialization bugs, inconsistent rules and ugly workarounds. We are planning to get this right as part of the work on resilience. Until we nail down the serialization rules and fix the implementation I am disabling two tests that prevent us from moving forward with the work on the optimization pipeline. The plan is to enable SIL verifications as soon as possible. rdar://23805004
1 parent cc25f4a commit 44fdbd8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/SIL/Serialization/deserialize_appkit.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
// REQUIRES: OS=macosx
77

88
// CHECK-NOT: Unknown
9+
10+
// REQUIRES: rdar://23805004

test/SIL/Serialization/deserialize_foundation.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
// REQUIRES: objc_interop
66

77
// CHECK-NOT: Unknown
8+
9+
// REQUIRES: rdar://23805004

0 commit comments

Comments
 (0)