[compiler-rt] r360873 - [crt] Mark dso_handle test as xfailing on ARM.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 04:13:49 PDT 2019


Author: yroux
Date: Thu May 16 04:13:49 2019
New Revision: 360873

URL: http://llvm.org/viewvc/llvm-project?rev=360873&view=rev
Log:
[crt] Mark dso_handle test as xfailing on ARM.

This is a temporary action to fix the bots.

Modified:
    compiler-rt/trunk/test/crt/dso_handle.cpp

Modified: compiler-rt/trunk/test/crt/dso_handle.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/crt/dso_handle.cpp?rev=360873&r1=360872&r2=360873&view=diff
==============================================================================
--- compiler-rt/trunk/test/crt/dso_handle.cpp (original)
+++ compiler-rt/trunk/test/crt/dso_handle.cpp Thu May 16 04:13:49 2019
@@ -4,6 +4,8 @@
 // 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
+
 #include <stdio.h>
 
 // CHECK: 1




More information about the llvm-commits mailing list