[Lldb-commits] [lldb] r339911 - Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 17 13:44:05 PDT 2018


I run everything on a mac and there are no failures on my machine. 

Can you find out exactly how the test suite is invoked so I can try to reproduce?

> On Aug 17, 2018, at 1:39 PM, Adrian Prantl <aprantl at apple.com> wrote:
> 
> Here's a third failure:
> 
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/9021/console
> 
> ======================================================================
> FAIL: test_commands (TestVSCode_launch.TestVSCode_launch)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/Users/buildslave/jenkins/workspace/lldb-cmake/src/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py", line 341, in wrapper
>    return func(self, *args, **kwargs)
>  File "/Users/buildslave/jenkins/workspace/lldb-cmake/src/llvm/tools/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py", line 317, in test_commands
>    self.verify_commands('stopCommands', output, stopCommands)
>  File "/Users/buildslave/jenkins/workspace/lldb-cmake/src/llvm/tools/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py", line 115, in verify_commands
>    cmd, flavor))
> AssertionError: False is not True : verify 'frame variable' found in console output for 'stopCommands'
> Config=x86_64-/Users/buildslave/jenkins/workspace/lldb-cmake/build/bin/clang-8
> ----------------------------------------------------------------------
> Ran 11 tests in 13.143s
> 
> RESULT: FAILED (10 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)
> 
> Do you have access to a Mac to reproduce these failures?
> 
> -- adrian
> 
>> On Aug 17, 2018, at 11:33 AM, Adrian Prantl <aprantl at apple.com> wrote:
>> 
>> Here's the output from attach:
>> 
>> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/9017/testReport/lldb-Suite/tools_lldb-vscode_attach/TestVSCode_attach_py
>> 
>>> On Aug 17, 2018, at 11:32 AM, Adrian Prantl via lldb-commits <lldb-commits at lists.llvm.org> wrote:
>>> 
>>> 
>>> 
>>>> On Aug 17, 2018, at 10:35 AM, Greg Clayton <clayborg at gmail.com> wrote:
>>>> 
>>>> I can expectedFail this test if needed?
>>> 
>>> I'm afraid it looks like that won't be good enough. I just had to manually log into the build node and kill TestVSCode_variables.py, too, because it was hanging indefinitely. We either need to figure out what is going with these tests or skip them on Darwin entirely. 
>>> 
>>> -- adrian
>>> 
>>> _______________________________________________
>>> lldb-commits mailing list
>>> lldb-commits at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>> 
> 



More information about the lldb-commits mailing list