[compiler-rt] r350935 - XFAIL getusershell.cc on Android.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 11 09:26:11 PST 2019


Author: morehouse
Date: Fri Jan 11 09:26:11 2019
New Revision: 350935

URL: http://llvm.org/viewvc/llvm-project?rev=350935&view=rev
Log:
XFAIL getusershell.cc on Android.

Android does not implement [set|get|end]usershell().

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getusershell.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getusershell.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getusershell.cc?rev=350935&r1=350934&r2=350935&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getusershell.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getusershell.cc Fri Jan 11 09:26:11 2019
@@ -1,5 +1,7 @@
 // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
 
+// XFAIL: android
+
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>




More information about the llvm-commits mailing list