[asan] Fix read_binary_name_regtest.c test dying with SIGPIPE
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 26 Mar 2020 12:31:02 +0000 (13:31 +0100)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 26 Mar 2020 12:34:18 +0000 (13:34 +0100)
commitdc37287320cc074a49d73035674891be06c65a42
treee6f698557a9a8cfa5bdad7746912c3034e2a2974
parentdb8a3c4206d7ff789d8c872cbcaff9719fe1aef7
[asan] Fix read_binary_name_regtest.c test dying with SIGPIPE

Disable symbolization of results, since llvm-symbolizer cannot start
due to restricted readlink(), causing the test to die with SIGPIPE.

Author: Ilya Leoshkevich
Reviewed By: Evgenii Stepanov

Differential Revision: https://reviews.llvm.org/D76576
compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c