Skip to content

Commit 577d278

Browse files
committed
[lldb/test] Disable TestScriptedProcess.py unless Darwin
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 <[email protected]>
1 parent a66550e commit 577d278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test_scripted_process_and_scripted_thread(self):
8888
for idx, reg in enumerate(registers, start=1):
8989
self.assertEqual(idx, int(reg.value, 16))
9090

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

0 commit comments

Comments
 (0)