Skip to content

Commit b2421aa

Browse files
committed
Tests: Disable failing SwiftUI validation tests until rdar://102298208 is fixed.
1 parent da4bea8 commit b2421aa

21 files changed

+21
-0
lines changed

validation-test/Sema/SwiftUI/builder_with_implicit_property_wrapper_inference.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: objc_interop
44
// REQUIRES: OS=macosx
5+
// REQUIRES: rdar102298208
56

67
import SwiftUI
78

validation-test/Sema/SwiftUI/inner_closure_with_opaque_value_result.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -enable-experimental-feature ResultBuilderASTTransform -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

validation-test/Sema/SwiftUI/issue-56479.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: objc_interop
44
// REQUIRES: OS=macosx
5+
// REQUIRES: rdar102298208
56

67
// https://github.com/apple/swift/issues/56479
78

validation-test/Sema/SwiftUI/issue-56591.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: objc_interop
44
// REQUIRES: OS=macosx
5+
// REQUIRES: rdar102298208
56

67
// https://github.com/apple/swift/issues/56591
78

validation-test/Sema/SwiftUI/issue-59716.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5 -enable-experimental-feature ResultBuilderASTTransform
22
// REQUIRES: OS=macosx
3+
// REQUIRES: rdar102298208
34

45
import SwiftUI
56

validation-test/Sema/SwiftUI/mixed_swiftui_and_multistatement_closures.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

validation-test/Sema/SwiftUI/radar88971160.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

validation-test/Sema/SwiftUI/rdar68795727.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

validation-test/Sema/SwiftUI/rdar70256351.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

validation-test/Sema/SwiftUI/rdar70880670.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4+
// REQUIRES: rdar102298208
45

56
import SwiftUI
67

0 commit comments

Comments
 (0)