File tree Expand file tree Collapse file tree 8 files changed +31
-0
lines changed
validation-test/compiler_crashers_2_fixed Expand file tree Collapse file tree 8 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
6
7
+ // rdar://82123254
7
8
// UNSUPPORTED: use_os_stdlib
9
+ // UNSUPPORTED: back_deployment_runtime
8
10
9
11
import Dispatch
10
12
import StdlibUnittest
Original file line number Diff line number Diff line change 3
3
// REQUIRES: executable_test
4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
+
7
+ // rdar://82123254
8
+ // UNSUPPORTED: use_os_stdlib
9
+ // UNSUPPORTED: back_deployment_runtime
10
+
6
11
struct Bad : Error { }
7
12
8
13
class Foo { init ( ) async throws { } ; deinit { print ( " Foo down " ) } }
Original file line number Diff line number Diff line change 7
7
// REQUIRES: executable_test
8
8
// REQUIRES: objc_interop
9
9
10
+ // rdar://82123254
11
+ // UNSUPPORTED: use_os_stdlib
12
+ // UNSUPPORTED: back_deployment_runtime
13
+
10
14
func run( ) async throws {
11
15
// CHECK: item_id
12
16
// CHECK: file_id
Original file line number Diff line number Diff line change 7
7
// REQUIRES: executable_test
8
8
// REQUIRES: objc_interop
9
9
10
+ // rdar://82123254
11
+ // UNSUPPORTED: use_os_stdlib
12
+ // UNSUPPORTED: back_deployment_runtime
13
+
10
14
func run1( on object: PFXObject ) async throws {
11
15
do {
12
16
try await object. enqueueErroryRequest ( )
Original file line number Diff line number Diff line change 7
7
// REQUIRES: executable_test
8
8
// REQUIRES: objc_interop
9
9
10
+ // rdar://82123254
11
+ // UNSUPPORTED: use_os_stdlib
12
+ // UNSUPPORTED: back_deployment_runtime
13
+
10
14
func run1( on object: PFXObject ) async throws {
11
15
do {
12
16
try await object. failReturn ( )
Original file line number Diff line number Diff line change 13
13
// REQUIRES: executable_test
14
14
// REQUIRES: OS=macosx || OS=ios
15
15
16
+ // rdar://82123254
17
+ // UNSUPPORTED: use_os_stdlib
18
+ // UNSUPPORTED: back_deployment_runtime
19
+
16
20
func run( on object: PFXObject ) async throws {
17
21
// CHECK: passSync
18
22
let cl1 = try await object. continuePassSync ( )
Original file line number Diff line number Diff line change 7
7
// REQUIRES: executable_test
8
8
// REQUIRES: OS=macosx || OS=ios
9
9
10
+ // rdar://82123254
11
+ // UNSUPPORTED: use_os_stdlib
12
+ // UNSUPPORTED: back_deployment_runtime
13
+
10
14
func run( on object: PFXObject ) async throws {
11
15
// CHECK: syncSuccess
12
16
print ( " \( try await object. findAnswerSyncSuccess ( ) ) \n " )
Original file line number Diff line number Diff line change 10
10
// Enable with rdar://81617749
11
11
// UNSUPPORTED: CPU=i386 && OS=watchos
12
12
13
+ // rdar://82123254
14
+ // UNSUPPORTED: use_os_stdlib
15
+ // UNSUPPORTED: back_deployment_runtime
16
+
13
17
func run( on object: PFXObject ) async throws {
14
18
// CHECK: performSingleFlaggy1
15
19
print ( try await object. performSingleFlaggy1 ( ) ? ( ) )
You can’t perform that action at this time.
0 commit comments