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
This commit is contained in:
Alex Orlov 2020-10-23 20:57:18 +04:00
parent dbbc4f4e22
commit 9df832d1c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// FIXME: XFAIL as currently it cannot be built by lit properly.
// XFAIL: *
// FIXME: UNSUPPORTED as currently it cannot be built by lit properly.
// UNSUPPORTED: true
// RUN: %clangxx_builtins %s %librt -o %t && %run %t
#include <stdlib.h>

View File

@ -4,7 +4,7 @@
// RUN: %clangxx -g -o %t -nostdlib %crt1 %crti %crtbegin %t.o %libstdcxx -lc -lm %libgcc %t.so %crtend %crtn
// RUN: %run %t 2>&1 | FileCheck %s
// XFAIL: arm
// UNSUPPORTED: arm, aarch64
#include <stdio.h>