Files
swift-mirror/test/SIL/Serialization/deserialize_appkit.sil
Nadav Rotem 44fdbd8a3d 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
2015-12-08 14:20:54 -08:00

11 lines
313 B
Plaintext

// Make sure that we can deserialize AppKit.
// RUN: %target-sil-opt %platform-sdk-overlay-dir/AppKit.swiftmodule > /dev/null
// RUN: llvm-bcanalyzer %platform-sdk-overlay-dir/AppKit.swiftmodule | FileCheck %s
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// CHECK-NOT: Unknown
// REQUIRES: rdar://23805004