mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 09:41:08 +00:00
[test][HWASAN] Suppress memory leak in getpass
Reported after D149234.
This commit is contained in:
parent
616dfa9863
commit
98c3fd8480
@ -1,7 +1,11 @@
|
||||
// RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s
|
||||
// RUN: %clangxx -O0 -g %s -lutil -o %t
|
||||
|
||||
// Ignore leaks as this is not the point of test, but HWASAN repors one here.
|
||||
// RUN: %env_tool_opts=detect_leaks=0 %run %t | FileCheck %s
|
||||
|
||||
// REQUIRES: stable-runtime
|
||||
// XFAIL: android && asan
|
||||
|
||||
// No libutil.
|
||||
// UNSUPPORTED: target={{.*solaris.*}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user