[Lldb-commits] [lldb] [lldb] Update warning in minidebuginfo-corrupt-xz test (PR #191387)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 10 03:52:49 PDT 2026


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/191387

None

>From d5a946705a525c9858dd112779a56bf9e833da67 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Fri, 10 Apr 2026 11:52:08 +0100
Subject: [PATCH] [lldb] Update warning in minidebuginfo-corrupt-xz test

---
 lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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