diff options
| author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-10-08 15:19:54 +0200 |
|---|---|---|
| committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-10-08 15:19:54 +0200 |
| commit | 815c87fbe20a66d28e4d09af89a39cb39270dcf0 (patch) | |
| tree | 90c19deddb5416b689213051ae729bbc9c42574a /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | |
| parent | a758c9f7204c41d8791e76d24f9bc4791534f1b8 (diff) | |
[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 <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
| -rw-r--r-- | lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index b595d3dba32e..2341aa27e66b 100644 --- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py @@ -88,6 +88,7 @@ class ScriptedProcesTestCase(TestBase): 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.""" |
