Skip to content

Commit ae37e22

Browse files
committed
[lldb/Reproducers] Mark reproducer test directory as unsupported on Windows
Reproducers are unsupported on Windows. Rather than having a UNSUPPORTED line in every test, just skip the whole subdirectory.
1 parent 9d38f98 commit ae37e22

15 files changed

+10
-15
lines changed

lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22

33
# This tests that data formatters continue to work when replaying a reproducer.
44

lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22
# XFAIL: system-netbsd
33

44
# Flaky

lldb/test/Shell/Reproducer/Functionalities/TestImageList.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22

33
# This tests that image list works when replaying. We arbitrarily assume
44
# there's at least two entries and compare that they're identical.

lldb/test/Shell/Reproducer/Functionalities/TestStepping.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22

33
# This tests that stepping continues to work when replaying a reproducer.
44

lldb/test/Shell/Reproducer/TestCaptureEnvOverride.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# UNSUPPORTED: system-windows
21
# This tests the LLDB_CAPTURE_REPRODUCER override.
32

43
# RUN: %lldb -b -o 'reproducer status' --capture --capture-path %t.repro /bin/ls | FileCheck %s --check-prefix CAPTURE

lldb/test/Shell/Reproducer/TestCrash.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# UNSUPPORTED: system-windows
21
# This tests that a reproducer is generated when LLDB crashes.
32

43
# Start clean.

lldb/test/Shell/Reproducer/TestDiscard.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# UNSUPPORTED: system-windows
21
# This ensures that the reproducer properly cleans up after itself.
32

43
# Build the inferior.

lldb/test/Shell/Reproducer/TestDump.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# UNSUPPORTED: system-windows
21
# This tests the reproducer dump functionality.
32

43
# Generate a reproducer.

lldb/test/Shell/Reproducer/TestGDBRemoteRepro.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22

33
# This tests the replaying of GDB remote packets.
44
#

lldb/test/Shell/Reproducer/TestMultipleTargets.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows, system-freebsd
1+
# UNSUPPORTED: system-freebsd
22

33
# This tests the replaying with multiple targets.
44

0 commit comments

Comments
 (0)