@@ -49,7 +49,7 @@ Tests.test("NSString => Array<Int>. Crashing test case") {
49
49
}
50
50
51
51
// CHECK-LABEL: [ RUN ] BridgedCastFolding.NSString => Array<Int>. Crashing test case
52
- // CHECK: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSArray' (0x{{[0-9a-f]*}}).
52
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSArray' (0x{{[0-9a-f]*}}).
53
53
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
54
54
// CHECK: [ OK ] BridgedCastFolding.NSString => Array<Int>. Crashing test case
55
55
@@ -121,7 +121,7 @@ Tests.test("NSNumber (Int) -> String. Crashing test.") {
121
121
}
122
122
123
123
// CHECK-LABEL: [ RUN ] BridgedCastFolding.NSNumber (Int) -> String. Crashing test.
124
- // CHECK: stderr>>> Could not cast value of type '__NSCFNumber ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
124
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
125
125
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
126
126
// CHECK: [ OK ] BridgedCastFolding.NSNumber (Int) -> String. Crashing test.
127
127
@@ -186,12 +186,12 @@ Tests.test("NSArray (String) -> Swift Array (Int). Crashing.") {
186
186
}
187
187
188
188
// CHECK-LABEL: [ RUN ] BridgedCastFolding.NSArray (String) -> Swift Array (Int). Crashing.
189
- // CHECK: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
189
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
190
190
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
191
191
// CHECK: [ OK ] BridgedCastFolding.NSArray (String) -> Swift Array (Int). Crashing.
192
192
193
193
// CHECK-OPT-LABEL: [ RUN ] BridgedCastFolding.NSArray (String) -> Swift Array (Int). Crashing.
194
- // CHECK-OPT: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
194
+ // CHECK-OPT: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
195
195
// CHECK-OPT: stderr>>> OK: saw expected "crashed: sigabrt"
196
196
// CHECK-OPT: [ OK ] BridgedCastFolding.NSArray (String) -> Swift Array (Int). Crashing.
197
197
expectCrashLater ( )
@@ -208,11 +208,11 @@ Tests.test("NSArray (String) -> Swift Array (Double). Crashing.") {
208
208
}
209
209
210
210
// CHECK-LABEL: [ RUN ] BridgedCastFolding.NSArray (String) -> Swift Array (Double). Crashing.
211
- // CHECK: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
211
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
212
212
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
213
213
// CHECK: [ OK ] BridgedCastFolding.NSArray (String) -> Swift Array (Double). Crashing.
214
214
// CHECK-OPT-LABEL: [ RUN ] BridgedCastFolding.NSArray (String) -> Swift Array (Double). Crashing.
215
- // CHECK-OPT: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
215
+ // CHECK-OPT: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
216
216
// CHECK-OPT: stderr>>> OK: saw expected "crashed: sigabrt"
217
217
// CHECK-OPT: [ OK ] BridgedCastFolding.NSArray (String) -> Swift Array (Double). Crashing.
218
218
expectCrashLater ( )
@@ -229,12 +229,12 @@ Tests.test("NSArray (Int) -> Swift Array (String). Crashing.") {
229
229
}
230
230
231
231
// CHECK-LABEL: [ RUN ] BridgedCastFolding.NSArray (Int) -> Swift Array (String). Crashing.
232
- // CHECK: stderr>>> Could not cast value of type '__NSCFNumber ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
232
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
233
233
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
234
234
// CHECK: [ OK ] BridgedCastFolding.NSArray (Int) -> Swift Array (String). Crashing.
235
235
236
236
// CHECK-OPT-LABEL: [ RUN ] BridgedCastFolding.NSArray (Int) -> Swift Array (String). Crashing.
237
- // CHECK-OPT: stderr>>> Could not cast value of type '__NSCFNumber ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
237
+ // CHECK-OPT: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSString' (0x{{[0-9a-f]*}}).
238
238
// CHECK-OPT: stderr>>> OK: saw expected "crashed: sigabrt"
239
239
// CHECK-OPT: [ OK ] BridgedCastFolding.NSArray (Int) -> Swift Array (String). Crashing.
240
240
expectCrashLater ( )
@@ -384,7 +384,7 @@ Tests.test("String -> NSNumber. Crashing Test Case") {
384
384
}
385
385
386
386
// CHECK-LABEL: [ RUN ] BridgedCastFolding.String -> NSNumber. Crashing Test Case
387
- // CHECK: stderr>>> Could not cast value of type '__NSCFString ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
387
+ // CHECK: stderr>>> Could not cast value of type '{{.*}} ' (0x{{[0-9a-f]*}}) to 'NSNumber' (0x{{[0-9a-f]*}}).
388
388
// CHECK: stderr>>> OK: saw expected "crashed: sigabrt"
389
389
// CHECK: [ OK ] BridgedCastFolding.String -> NSNumber. Crashing Test Case
390
390
0 commit comments