We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576b7a7 commit fc04490Copy full SHA for fc04490
lldb/test/API/functionalities/breakpoint/breakpoint_with_realpath_and_source_map/TestBreakpoint.py
@@ -32,6 +32,7 @@ def buildAndCreateTarget(self):
32
self.assertTrue(target, VALID_TARGET)
33
34
@skipIf(oslist=["windows"])
35
+ @skipIf(hostoslist=["windows"])
36
def test_file_line_breakpoint_realpath_and_source_map(self):
37
"""Test file/line breakpoint with realpathing and source-mapping."""
38
self.buildAndCreateTarget()
0 commit comments