Skip to content

Commit

Permalink
[lldb/test] Disable TestScriptedProcess.py unless Darwin
Browse files Browse the repository at this point in the history
This patch disables TestScriptedProcess.py on Linux and Windows while I
investigate the OS specific failure:

http://lab.llvm.org:8011/#/builders/68/builds/19793

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
  • Loading branch information
medismailben committed Oct 8, 2021
1 parent a758c9f commit 815c87f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ def test_scripted_process_and_scripted_thread(self):
for idx, reg in enumerate(registers, start=1):
self.assertEqual(idx, int(reg.value, 16))

@skipUnlessDarwin
def test_launch_scripted_process_stack_frames(self):
"""Test that we can launch an lldb scripted process from the command
line, check its process ID and read string from memory."""
Expand Down

0 comments on commit 815c87f

Please sign in to comment.