forked from OSchip/llvm-project
Fix unsymbolize unittest. Adding win64 address.
llvm-svn: 276326
This commit is contained in:
parent
b120088d80
commit
1acbc5207d
|
@ -20,6 +20,6 @@ int do_uaf(void) {
|
|||
free(x);
|
||||
return x[5];
|
||||
// CHECK: AddressSanitizer: heap-use-after-free
|
||||
// CHECK: #0 {{0x[a-f0-9]+ \(.*[\\/]unsymbolized.cc.*.exe\+0x40[a-f0-9]{4}\)}}
|
||||
// CHECK: #1 {{0x[a-f0-9]+ \(.*[\\/]unsymbolized.cc.*.exe\+0x40[a-f0-9]{4}\)}}
|
||||
// CHECK: #0 {{0x[a-f0-9]+ \(.*[\\/]unsymbolized.cc.*.exe\+(0x40|0x14000)[a-f0-9]{4}\)}}
|
||||
// CHECK: #1 {{0x[a-f0-9]+ \(.*[\\/]unsymbolized.cc.*.exe\+(0x40|0x14000)[a-f0-9]{4}\)}}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue