Skip to content

Commit

Permalink
mac/arm: XFAIL the last 3 failing tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nico committed Dec 12, 2020
1 parent ff523aa commit a5c65de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/CodeGen/2004-02-13-IllegalVararg.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 %s -w -emit-llvm -o -

// https://bugs.llvm.org/show_bug.cgi?id=46644#c6
// XFAIL: arm64-apple

float test(int X, ...) {
__builtin_va_list ap;
float F;
Expand Down
3 changes: 3 additions & 0 deletions clang/test/Driver/aarch64-cpus.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Check target CPUs are correctly passed.

// https://PR46644
// XFAIL: arm64-apple

// RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
// RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
// RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
Expand Down
3 changes: 3 additions & 0 deletions clang/test/Index/pch-from-libclang.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Check that clang can use a PCH created from libclang.

// https://PR46644
// XFAIL: arm64-apple

// This test doesn't use -fdisable-module-hash and hence requires that
// CompilerInvocation::getModuleHash() computes exactly the same hash
// for c-index-test and clang, which in turn requires that the both use
Expand Down

0 comments on commit a5c65de

Please sign in to comment.