]> git.proxmox.com Git - rustc.git/blobdiff - src/libcompiler_builtins/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc
New upstream version 1.25.0+dfsg1
[rustc.git] / src / libcompiler_builtins / compiler-rt / test / sanitizer_common / TestCases / Posix / getpass.cc
index 251f9119d6828975c24648e07554536e5c5d9703..b91a3d7d5264f52e769227f45c0edb3afbe4928b 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s
+
 // REQUIRES: stable-runtime
+// XFAIL: android && asan
+
 #include <assert.h>
 #include <stdio.h>
 #include <unistd.h>