Skip to content

Commit a5440a8

Browse files
committed
Disable IDE/print_clang_header(_swift_name).swift on arm64_32
It fails on the non_executable bot. rdar://77281884
1 parent 237610e commit a5440a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/IDE/print_clang_header.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
22
// REQUIRES: objc_interop
33

4+
// UNSUPPORTED: CPU=arm64_32
5+
46
// RUN: echo '#include "header-to-print.h"' > %t.m
57
// RUN: %target-swift-ide-test(mock-sdk: %clang-importer-sdk) -source-filename %s -print-header -header-to-print %S/Inputs/print_clang_header/header-to-print.h -print-regular-comments -enable-objc-interop -disable-objc-attr-requires-foundation-module --cc-args %target-cc-options -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs/print_clang_header > %t.txt
68
// RUN: diff -u %S/Inputs/print_clang_header/header-to-print.h.printed.txt %t.txt

test/IDE/print_clang_header_swift_name.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %S/Inputs/print_clang_header_swift_name.h -skip-unavailable --cc-args %target-cc-options \
44
// RUN: -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs | %FileCheck %s
55

6+
// UNSUPPORTED: CPU=arm64_32
7+
68
// REQUIRES: objc_interop
79

810
// CHECK: enum Normal : Int {

0 commit comments

Comments
 (0)