[Lldb-commits] [lldb] d9643af - [lldb] Re-disable dwarf5-debug_line-file-index.s

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 22 08:29:16 PDT 2021


Author: Pavel Labath
Date: 2021-03-22T16:29:06+01:00
New Revision: d9643af11958db7c7079a04788d8342e365324be

URL: https://github.com/llvm/llvm-project/commit/d9643af11958db7c7079a04788d8342e365324be
DIFF: https://github.com/llvm/llvm-project/commit/d9643af11958db7c7079a04788d8342e365324be.diff

LOG: [lldb] Re-disable dwarf5-debug_line-file-index.s

The fix in 10d54e2f did not work.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s b/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
index 30aed18ea5ef..7bddd3bbbd20 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
@@ -1,5 +1,7 @@
 # Test handling of DWARF5 file index 0.
 # REQUIRES: x86
+# XFAIL: target-arm && linux-gnu
+# XFAIL: system-windows
 
 # RUN: llvm-mc -filetype=obj -o %t -triple x86_64-pc-linux %s
 # RUN: %lldb %t -o "image lookup -f hello.c -l 1" \


        


More information about the lldb-commits mailing list