forked from OSchip/llvm-project
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:
parent
dbbc4f4e22
commit
9df832d1c3
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue