Skip to content

Commit e24f7df

Browse files
committed
[Apple Silicon] Mark macOS tests that require x86_64
1 parent d5b48bc commit e24f7df

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/ClangImporter/CoreGraphics_test.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import CoreGraphics
55

66
// REQUIRES: OS=macosx
7+
// REQUIRES: CPU=x86_64
78

89
// CHECK: [[SWITCHTABLE:@.*]] = private unnamed_addr constant [8 x i64] [i64 0, i64 12, i64 23, i64 34, i64 45, i64 55, i64 67, i64 71]
910

test/DebugInfo/ASTSection_linker.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %lldb-moduleimport-test -verbose %t/ASTSection.dylib | %FileCheck %s
1515

1616
// REQUIRES: OS=macosx
17+
// REQUIRES: CPU=x86_64
1718

1819
// CHECK: - Swift Version: {{.+}}.{{.+}}
1920
// CHECK: - Compatibility Version: 4

test/IDE/print_clang_header_i386.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: OS=macosx
2+
// REQUIRES: CPU=x86_64
23
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
34
// XFAIL: linux, freebsd
45

test/ModuleInterface/NoWrongSDKWarning.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %swift -sdk %sdk -target arm64-apple-ios10 -compile-module-from-interface %s -o %t/NoWrongSDKWarning.swiftmodule 2>&1 | %FileCheck -allow-empty %s
77

88
// REQUIRES: OS=macosx
9+
// REQUIRES: CPU=x86_64
910

1011
public func empty()
1112

0 commit comments

Comments
 (0)