You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Test that asan_symbolize does not hang when provided with an non-existing
|
|
// path.
|
|
// RUN: echo '#0 0xabcdabcd (%T/bad/path+0x1234)' | %asan_symbolize | FileCheck %s
|
|
// CHECK: #0 0xabcdabcd
|