Skip to content

Commit a5c65de

Browse files
committed
mac/arm: XFAIL the last 3 failing tests
We should fix them, but let's XFAIL them for now so that we can start running check-clang on bots and lock in the passing tests. Part of 46644.
1 parent ff523aa commit a5c65de

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

clang/test/CodeGen/2004-02-13-IllegalVararg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clang_cc1 %s -w -emit-llvm -o -
22

3+
// https://bugs.llvm.org/show_bug.cgi?id=46644#c6
4+
// XFAIL: arm64-apple
5+
36
float test(int X, ...) {
47
__builtin_va_list ap;
58
float F;

clang/test/Driver/aarch64-cpus.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Check target CPUs are correctly passed.
22

3+
// https://PR46644
4+
// XFAIL: arm64-apple
5+
36
// RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
47
// RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
58
// RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s

clang/test/Index/pch-from-libclang.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Check that clang can use a PCH created from libclang.
22

3+
// https://PR46644
4+
// XFAIL: arm64-apple
5+
36
// This test doesn't use -fdisable-module-hash and hence requires that
47
// CompilerInvocation::getModuleHash() computes exactly the same hash
58
// for c-index-test and clang, which in turn requires that the both use

0 commit comments

Comments
 (0)