Skip to content

Commit fc04490

Browse files
authored
[lldb][Windows] Fixed the API test breakpoint_with_realpath_and_source_map (#104918)
This test is already disabled for Windows because of symlinks. Disable it for cross build on Windows host too.
1 parent 576b7a7 commit fc04490

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/breakpoint/breakpoint_with_realpath_and_source_map

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/breakpoint/breakpoint_with_realpath_and_source_map/TestBreakpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def buildAndCreateTarget(self):
3232
self.assertTrue(target, VALID_TARGET)
3333

3434
@skipIf(oslist=["windows"])
35+
@skipIf(hostoslist=["windows"])
3536
def test_file_line_breakpoint_realpath_and_source_map(self):
3637
"""Test file/line breakpoint with realpathing and source-mapping."""
3738
self.buildAndCreateTarget()

0 commit comments

Comments
 (0)