Skip to content

Commit 9df832d

Browse files
committed
These compiler-rt tests should be UNSUPPORTED instead of XFAIL.
These compiler-rt tests should be UNSUPPORTED instead of XFAIL, which seems to be the real intent of the authors. Reviewed By: vvereschaka Differential Revision: https://reviews.llvm.org/D89840
1 parent dbbc4f4 commit 9df832d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler-rt/test/builtins/Unit/gcc_personality_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// FIXME: XFAIL as currently it cannot be built by lit properly.
2-
// XFAIL: *
1+
// FIXME: UNSUPPORTED as currently it cannot be built by lit properly.
2+
// UNSUPPORTED: true
33
// RUN: %clangxx_builtins %s %librt -o %t && %run %t
44

55
#include <stdlib.h>

compiler-rt/test/crt/dso_handle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %clangxx -g -o %t -nostdlib %crt1 %crti %crtbegin %t.o %libstdcxx -lc -lm %libgcc %t.so %crtend %crtn
55
// RUN: %run %t 2>&1 | FileCheck %s
66

7-
// XFAIL: arm
7+
// UNSUPPORTED: arm, aarch64
88

99
#include <stdio.h>
1010

0 commit comments

Comments
 (0)