xref: /aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/asan-symbolize-bad-path.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1*7c3d14c8STreehugger Robot // Test that asan_symbolize does not hang when provided with an non-existing
2*7c3d14c8STreehugger Robot // path.
3*7c3d14c8STreehugger Robot // RUN: echo '#0 0xabcdabcd (%T/bad/path+0x1234)' | %asan_symbolize | FileCheck %s
4*7c3d14c8STreehugger Robot // CHECK: #0 0xabcdabcd
5