Skip to content

Commit 86e6030

Browse files
committed
[lldb/Test] Disable test_scripted_process_and_scripted_thread on Windows
This disables TestScriptedProcess.test_scripted_process_and_scripted_thread on Windows since the inferior binary a linked to a dylib that doesn't build on Windows. This should fix https://lab.llvm.org/buildbot/#/builders/83/builds/16100 Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 45415ef commit 86e6030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def cleanup():
8080

8181
self.assertIn("Failed to get scripted thread registers data.", log)
8282

83-
@skipIf(archs=no_match(['x86_64', 'arm64', 'arm64e']))
83+
@skipUnlessDarwin
8484
def test_scripted_process_and_scripted_thread(self):
8585
"""Test that we can launch an lldb scripted process using the SBAPI,
8686
check its process ID, read string from memory, check scripted thread

0 commit comments

Comments
 (0)