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 b30cc9d + 82e4798 commit e30181dCopy full SHA for e30181d
test/Runtime/associated_type_demangle_private.swift
@@ -3,7 +3,6 @@
3
// RUN: %target-codesign %t/a.out
4
// RUN: %target-run %t/a.out
5
// REQUIRES: executable_test
6
-// REQUIRES: rdar97996884
7
8
import Swift
9
import StdlibUnittest
@@ -105,7 +104,8 @@ AssociatedTypeDemangleTests.test("nested private generic types in associated typ
105
104
if #available(SwiftStdlib 5.1, *) {}
106
// Bug is still present in Swift 5.0 runtime.
107
else {
108
- expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
+ // FIXME: rdar://problem/51959305
+ // expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
109
return
110
}
111
0 commit comments