Author: David Spickett Date: 2025-09-26T09:15:57+01:00 New Revision: 368d59986e769511437781fdd45cd5f787f35980
URL: https://github.com/llvm/llvm-project/commit/368d59986e769511437781fdd45cd5f787f35980 DIFF: https://github.com/llvm/llvm-project/commit/368d59986e769511437781fdd45cd5f787f35980.diff LOG: [lldb][test] Fix elf-no-shdrs-pt-notes.yaml on Windows (#160827) Windows paths have different slashes, but I don't think we care about the exact paths there anyway so I've just checked for the final filename. Fixes #160652 Added: Modified: lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml Removed: ################################################################################ diff --git a/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml b/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml index 62562f6c5f7bf..1e9c5dfaeab1b 100644 --- a/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml +++ b/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml @@ -10,8 +10,8 @@ # RUN: -o "image list" \ # RUN: | FileCheck %s -# CHECK: Current executable set to '{{.*/tools/lldb/test/Shell/ObjectFile/ELF/Output/elf-no-shdrs-pt-notes.yaml.tmp}}' (x86_64). -# CHECK: [ 0] 7F1F56D6-7DBB-17BA-C9A3-4417DB52F097-2548414F 0x0000000000000000 {{.*/tools/lldb/test/Shell/ObjectFile/ELF/Output/elf-no-shdrs-pt-notes.yaml.tmp}} +# CHECK: Current executable set to '{{.*}}elf-no-shdrs-pt-notes.yaml.tmp' (x86_64). +# CHECK: [ 0] 7F1F56D6-7DBB-17BA-C9A3-4417DB52F097-2548414F 0x0000000000000000 {{.*}}elf-no-shdrs-pt-notes.yaml.tmp --- !ELF FileHeader: _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
