Skip to content

Commit 82e4798

Browse files
committed
[Test] Reenable associated_type_demangle_private.swift.
The "nested private generic types in associated type witnesses" test is failing in back-deployment tests. Disable that one test, and re-enable the rest.
1 parent 88304c3 commit 82e4798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Runtime/associated_type_demangle_private.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %target-codesign %t/a.out
44
// RUN: %target-run %t/a.out
55
// REQUIRES: executable_test
6-
// REQUIRES: rdar97996884
76

87
import Swift
98
import StdlibUnittest
@@ -105,7 +104,8 @@ AssociatedTypeDemangleTests.test("nested private generic types in associated typ
105104
if #available(SwiftStdlib 5.1, *) {}
106105
// Bug is still present in Swift 5.0 runtime.
107106
else {
108-
expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
107+
// FIXME: rdar://problem/51959305
108+
// expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
109109
return
110110
}
111111

0 commit comments

Comments
 (0)