[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 <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani
2022-03-04 14:21:56 -08:00
parent 45415ef91b
commit 86e6030ee8

View File

@@ -80,7 +80,7 @@ class ScriptedProcesTestCase(TestBase):
self.assertIn("Failed to get scripted thread registers data.", log)
@skipIf(archs=no_match(['x86_64', 'arm64', 'arm64e']))
@skipUnlessDarwin
def test_scripted_process_and_scripted_thread(self):
"""Test that we can launch an lldb scripted process using the SBAPI,
check its process ID, read string from memory, check scripted thread