Skip to content

Commit 3589e99

Browse files
DavidSpickettadrian-prantl
authored andcommitted
[lldb][lldb-dap][test] Skip logpoint test on Windows again
This one snuck into the previous patch. The test program needs updating if it's ever going to work on Windows. (cherry picked from commit ae34257)
1 parent b8aa10f commit 3589e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_logpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def setUp(self):
1919
self.main_basename = "main-copy.cpp"
2020
self.main_path = os.path.realpath(self.getBuildArtifact(self.main_basename))
2121

22+
@skipIfWindows
2223
def test_logmessage_basic(self):
2324
"""Tests breakpoint logmessage basic functionality."""
2425
before_loop_line = line_number("main.cpp", "// before loop")

0 commit comments

Comments
 (0)