
This test is broken on android by
https://github.com/llvm/llvm-project/pull/141820
https://lab.llvm.org/buildbot/#/builders/186/builds/9498
> FileCheck error: '' is empty.
I suspect that on android printf only works if its emitted to stderr
because this use to work
a2ce564720/compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp (L21-L22)
Only emit to stderr and see if that fixes the test.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================