diff --git a/lldb/lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test b/lldb/lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test index 3b48f4f3c5a5..d5113ccb03f6 100644 --- a/lldb/lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test +++ b/lldb/lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test @@ -1,5 +1,7 @@ # Test that we handle files which has gaps in the FILE record IDs. +# XFAIL: system-windows + # RUN: yaml2obj %S/Inputs/basic-elf.yaml > %T/line-table-discontinuous-file-ids.out # RUN: %lldb %T/line-table-discontinuous-file-ids.out \ # RUN: -o "target symbols add -s line-table-discontinuous-file-ids.out %S/Inputs/line-table-discontinuous-file-ids.syms" \ diff --git a/lldb/lit/SymbolFile/Breakpad/line-table-edgecases.test b/lldb/lit/SymbolFile/Breakpad/line-table-edgecases.test index 3a097725a972..8aaf0a3fafae 100644 --- a/lldb/lit/SymbolFile/Breakpad/line-table-edgecases.test +++ b/lldb/lit/SymbolFile/Breakpad/line-table-edgecases.test @@ -2,6 +2,8 @@ # input contains a LINE record which does not belong to any function as well as # a FUNC record without any LINE records. +# XFAIL: system-windows + # RUN: yaml2obj %S/Inputs/basic-elf.yaml > %T/line-table-edgecases.out # RUN: %lldb %T/line-table-edgecases.out \ # RUN: -o "target symbols add -s line-table-edgecases.out %S/Inputs/line-table-edgecases.syms" \ diff --git a/lldb/lit/SymbolFile/Breakpad/line-table-missing-file.test b/lldb/lit/SymbolFile/Breakpad/line-table-missing-file.test index 0c0fb3f8ea88..c0beeaf67cfb 100644 --- a/lldb/lit/SymbolFile/Breakpad/line-table-missing-file.test +++ b/lldb/lit/SymbolFile/Breakpad/line-table-missing-file.test @@ -3,6 +3,8 @@ # Right now, "something reasonable" means creating a line entry with an empty # file. +# XFAIL: system-windows + # RUN: yaml2obj %S/Inputs/basic-elf.yaml > %T/line-table-missing-file.out # RUN: %lldb %T/line-table-missing-file.out \ # RUN: -o "target symbols add -s line-table-missing-file.out %S/Inputs/line-table-missing-file.syms" \ diff --git a/lldb/lit/SymbolFile/Breakpad/line-table.test b/lldb/lit/SymbolFile/Breakpad/line-table.test index f5661cf7ee91..1f2aab002d6b 100644 --- a/lldb/lit/SymbolFile/Breakpad/line-table.test +++ b/lldb/lit/SymbolFile/Breakpad/line-table.test @@ -1,3 +1,5 @@ +# XFAIL: system-windows + # RUN: yaml2obj %S/Inputs/basic-elf.yaml > %T/line-table.out # RUN: %lldb %T/line-table.out -o "target symbols add -s line-table.out %S/Inputs/line-table.syms" \ # RUN: -s %s -o exit | FileCheck %s