You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,15 +0,0 @@
|
||||
REQUIRES: zlib
|
||||
|
||||
// dwarfdump-decompression-error.elf-x86-64 is prepared using following
|
||||
// source code and invocation:
|
||||
// test.cpp:
|
||||
// int main() { return 0; }
|
||||
//
|
||||
// gcc test.cpp -o out -g -Wl,--compress-debug-sections,zlib
|
||||
//
|
||||
// After that result object was modified manually. One random byte in compressed
|
||||
// content of .debug_info section was changed to 0xff. That breaks normal
|
||||
// decompression flow in runtime.
|
||||
RUN: llvm-dwarfdump %p/Inputs/dwarfdump-decompression-error.elf-x86-64 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: failed to decompress '.debug_info', zlib error: Z_DATA_ERROR
|
Reference in New Issue
Block a user