Skip to content

Commit da51c04

Browse files
committed
Two of the macros tests are failing to import SwiftDiagnostics.
Disabling these for now, pending a fix.
1 parent 77527c9 commit da51c04

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Macros/macros_diagnostics.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-typecheck-verify-swift -enable-experimental-feature Macros -module-name MacrosTest -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir
44
// REQUIRES: OS=macosx
55

6+
// REQUIRES: rdar103606300
7+
68
macro stringify<T>(_ value: T) -> (T, String) = MacroDefinition.StringifyMacro
79
macro missingMacro1(_: Any) = MissingModule.MissingType // expected-note{{'missingMacro1' declared here}}
810
macro missingMacro2(_: Any) = MissingModule.MissingType

test/SourceKit/Macros/macro_basic.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ func testStringify(a: Int, b: Int) {
77
// FIXME: Swift parser is not enabled on Linux CI yet.
88
// REQUIRES: OS=macosx
99

10+
// REQUIRES: rdar103606300
11+
1012
// REQUIRES=shell
1113

1214
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)