Retry ""[lldb-vscode] Fix TestVSCode_module""
authorWalter Erquinigo <wallace@fb.com>
Mon, 13 Jul 2020 19:10:49 +0000 (12:10 -0700)
committerWalter Erquinigo <wallace@fb.com>
Mon, 13 Jul 2020 21:12:03 +0000 (14:12 -0700)
commit77c9aafc5d85a816c20d1f1fb176024bc0b8d0fe
tree20d71f687565e5bd48af80d79869b98bdea6199a
parent32d35fb74b2672ddf3674188423b71837afea8c4
Retry ""[lldb-vscode] Fix TestVSCode_module""

Original commit c60216db15132401ff60c08ccef899321f63b6b6.

The test can only run on Darwin because of how it was setup, so I'm
enforcing that.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
lldb/test/API/tools/lldb-vscode/module/Makefile [new file with mode: 0644]
lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py [new file with mode: 0644]
lldb/test/API/tools/lldb-vscode/module/foo.cpp [new file with mode: 0644]
lldb/test/API/tools/lldb-vscode/module/foo.h [new file with mode: 0644]
lldb/test/API/tools/lldb-vscode/module/main.cpp [new file with mode: 0644]
lldb/tools/lldb-vscode/JSONUtils.cpp
lldb/tools/lldb-vscode/JSONUtils.h
lldb/tools/lldb-vscode/VSCode.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp