We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c170e98 + a99e380 commit 79e060bCopy full SHA for 79e060b
unittests/runtime/Metadata.cpp
@@ -389,6 +389,8 @@ ProtocolDescriptor ProtocolNoWitnessTable{
389
.withDispatchStrategy(ProtocolDispatchStrategy::ObjC)
390
};
391
392
+#if 0 // disabled because of rdar://problem/31759879
393
+
394
TEST(MetadataTest, getExistentialMetadata) {
395
const ProtocolDescriptor *protoList1[] = {};
396
RaceTest_ExpectEqual<const ExistentialTypeMetadata *>(
@@ -586,6 +588,8 @@ TEST(MetadataTest, getExistentialMetadata) {
586
588
});
587
589
}
590
591
+#endif
592
593
static SWIFT_CC(swift) void destroySuperclass(SWIFT_CONTEXT HeapObject *toDestroy) {}
594
595
struct {
0 commit comments