Skip to content

Commit 5acd5e6

Browse files
authored
Merge pull request swiftlang#36426 from benrimmington/sr-14282
[SR-14282] Compiler crash in DictionaryTrapsObjC.swift
2 parents 35cc53e + cbba504 commit 5acd5e6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

validation-test/stdlib/DictionaryTrapsObjC.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift(-Onone -DDEBUG)
1+
// RUN: %target-run-simple-swift(-Onone)
22
// RUN: %target-run-simple-swift(-O)
33
// REQUIRES: executable_test
44
// REQUIRES: objc_interop
@@ -198,11 +198,6 @@ DictionaryTraps.test("ForcedNonverbatimBridge.Value")
198198
_ = d1 as! Dictionary<NSObject, String>
199199
}
200200

201-
// FIXME: <https://bugs.swift.org/browse/SR-14282>
202-
// Segmentation fault: 11 (when compiling with optimizations).
203-
// While running pass #0 SILModuleTransform "SILGenCleanup".
204-
#if DEBUG
205-
206201
DictionaryTraps.test("ForcedVerbatimBridge.StringKey")
207202
.skip(.custom(
208203
{ _isFastAssertConfiguration() },
@@ -281,8 +276,6 @@ DictionaryTraps.test("ForcedVerbatimBridge.Value")
281276
}
282277
}
283278

284-
#endif // DEBUG
285-
286279
DictionaryTraps.test("Downcast.Verbatim")
287280
.skip(.custom(
288281
{ _isFastAssertConfiguration() },

0 commit comments

Comments
 (0)