Skip to content

Commit 1b4b7f0

Browse files
committed
Test: Temporarily disable some Macros tests for arm64e.
1 parent b93a40f commit 1b4b7f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Macros/macro_plugin.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// FIXME: Swift parser is not enabled on Linux CI yet.
66
// REQUIRES: OS=macosx
77

8+
// rdar://102160067
9+
// UNSUPPORTED: CPU=arm64e
10+
811
let _ = #customStringify(1.byteSwapped + 2.advanced(by: 10))
912

1013
// CHECK: (macro_expansion_expr type='(Int, String)' {{.*}} name=customStringify

test/Macros/macro_plugin_diagnostics.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// FIXME: Swift parser is not enabled on Linux CI yet.
77
// REQUIRES: OS=macosx
88

9+
// rdar://102160067
10+
// UNSUPPORTED: CPU=arm64e
11+
912
// CHECK: <unknown>:{{.*}}: warning: compiler plugin module 'MacroDefinitionMissingAllMacros' (in {{.*}}/libMacroDefinitionMissingAllMacros.dylib) is missing a top-level computed property 'public var allMacros: [Any.Type]' to declare all macros; undeclared macros will be ignored
1013

1114
let _ = #customStringify(1.byteSwapped + 2.advanced(by: 10))

0 commit comments

Comments
 (0)