Skip to content

Commit 6bb2f59

Browse files
authored
[6.0] Work around compiler regression causing CI failure. (#669)
**Explanation:** Disables some tests that currently fail to build against the main toolchain. **Scope:** 6.0 branch **Issue:** N/A **Original PR:** #664 **Risk:** Low **Testing:** CI job run—disables existing tests **Reviewer:** @briancroom @suzannaratcliff @stmontgomery
1 parent 5887703 commit 6bb2f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/TestingTests/MiscellaneousTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ struct TestsWithStaticMemberAccessBySelfKeyword {
166166
@Test(.hidden, arguments: Self.x)
167167
func f(i: Int) {}
168168

169+
#if FIXED_135346598
169170
@Test(.hidden, arguments: Self.f(max: 100))
170171
func g(i: Int) {}
171172

@@ -178,6 +179,7 @@ struct TestsWithStaticMemberAccessBySelfKeyword {
178179

179180
@Test(.hidden, arguments: [Box(rawValue: Self.f(max:))])
180181
func j(i: Box<@Sendable (Int) -> Range<Int>>) {}
182+
#endif
181183

182184
struct Nested {
183185
static let x = 0 ..< 100

0 commit comments

Comments
 (0)