Skip to content

Commit ea82853

Browse files
committed
[lldb][test] Skip ScriptedProcess missing methods test on Windows
No dylib on Windows, so the test fails to build.
1 parent b663d6a commit ea82853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def move_blueprint_to_dsym(self, blueprint_name):
6060
)
6161
shutil.copy(blueprint_origin_path, blueprint_destination_path)
6262

63+
# No dylib on Windows.
64+
@skipIfWindows
6365
def test_missing_methods_scripted_register_context(self):
6466
"""Test that we only instanciate scripted processes if they implement
6567
all the required abstract methods."""

0 commit comments

Comments
 (0)