[Lldb-commits] [lldb] e2c25a7 - [lldb] Update warning in minidebuginfo-corrupt-xz test (#191387)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 10 03:58:20 PDT 2026
Author: Jonas Devlieghere
Date: 2026-04-10T10:58:15Z
New Revision: e2c25a761e83a185d81ddbc18cd129b1cb26f633
URL: https://github.com/llvm/llvm-project/commit/e2c25a761e83a185d81ddbc18cd129b1cb26f633
DIFF: https://github.com/llvm/llvm-project/commit/e2c25a761e83a185d81ddbc18cd129b1cb26f633.diff
LOG: [lldb] Update warning in minidebuginfo-corrupt-xz test (#191387)
Added:
Modified:
lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
Removed:
################################################################################
diff --git a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
index e0d55fc5d7eaf..019edc00f5b22 100644
--- a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
+++ b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
@@ -7,7 +7,7 @@
# RUN: %lldb -b -o 'image dump symtab' %t.obj 2>&1 | FileCheck %s
-# CHECK: warning: (x86_64) {{.*}}.obj An error occurred while decompression the section .gnu_debugdata: lzma_stream_buffer_decode()=lzma error: LZMA_DATA_ERROR
+# CHECK: warning: (x86_64) {{.*}}.obj an error occurred while decompressing the section .gnu_debugdata: lzma_stream_buffer_decode()=lzma error: LZMA_DATA_ERROR
--- !ELF
FileHeader:
More information about the lldb-commits
mailing list