summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test2
-rw-r--r--lldb/lit/SymbolFile/Breakpad/line-table-edgecases.test2
-rw-r--r--lldb/lit/SymbolFile/Breakpad/line-table-missing-file.test2
-rw-r--r--lldb/lit/SymbolFile/Breakpad/line-table.test2
4 files changed, 8 insertions, 0 deletions
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 3b48f4f3c5a..d5113ccb03f 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 3a097725a97..8aaf0a3fafa 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 0c0fb3f8ea8..c0beeaf67cf 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 f5661cf7ee9..1f2aab002d6 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
OpenPOWER on IntegriCloud