Author: David Spickett Date: 2025-11-17T10:15:38Z New Revision: 0dead9e1cbaf6f15af2205496700cf8bbba63f02
URL: https://github.com/llvm/llvm-project/commit/0dead9e1cbaf6f15af2205496700cf8bbba63f02 DIFF: https://github.com/llvm/llvm-project/commit/0dead9e1cbaf6f15af2205496700cf8bbba63f02.diff LOG: [lldb][test] Try to fix dwarf64 test on Windows Think it's just a path slash difference. Fixes #167997. Added: Modified: lldb/test/Shell/SymbolFile/DWARF/dwp-str-offsets-dwarf64.test Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/dwp-str-offsets-dwarf64.test b/lldb/test/Shell/SymbolFile/DWARF/dwp-str-offsets-dwarf64.test index b010aa0995971..2ef4db0f0843d 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/dwp-str-offsets-dwarf64.test +++ b/lldb/test/Shell/SymbolFile/DWARF/dwp-str-offsets-dwarf64.test @@ -14,7 +14,7 @@ # CHECK: (lldb) image lookup --verbose --address 0x0000000000201172 # CHECK-NEXT: Address: dwp-str-offsets-dwarf64.test.tmp[0x0000000000201172] (dwp-str-offsets-dwarf64.test.tmp.PT_LOAD[1]..text + 18) # CHECK-NEXT: Summary: dwp-str-offsets-dwarf64.test.tmp`main + 18 at main.minimal.cpp:2:3 -# CHECK-NEXT: Module: file = "{{.*}}/dwp-str-offsets-dwarf64.test.tmp", arch = "x86_64" +# CHECK-NEXT: Module: file = "{{.*[\\/]}}dwp-str-offsets-dwarf64.test.tmp", arch = "x86_64" # CHECK-NEXT: CompileUnit: id = {0x00000000}, file = "main.minimal.cpp", language = "<not loaded>" # CHECK-NEXT: Function: id = {0x7fffff000000001a}, name = "main", range = [0x0000000000201160-0x0000000000201176) # CHECK-NEXT: FuncType: id = {0x7fffff000000001a}, byte-size = 0, decl = main.minimal.cpp:1, compiler_type = "int (int, const char **)" _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
