[all-commits] [llvm/llvm-project] 8e4098: Fix e796c77b26acab0b530ac6516f1dda21b8494733
walter erquinigo via All-commits
all-commits at lists.llvm.org
Wed Apr 8 10:48:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e40987e1897276308728d28484fbe93f0a7a1e0
https://github.com/llvm/llvm-project/commit/8e40987e1897276308728d28484fbe93f0a7a1e0
Author: Walter Erquinigo <waltermelon at fb.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py
Log Message:
-----------
Fix e796c77b26acab0b530ac6516f1dda21b8494733
Failure:
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/14556/testReport/junit/lldb-api/tools_lldb-vscode_breakpoint-events/TestVSCode_breakpointEvents_py/
Diff:
[lldb-vscode] Correctly return source mapped breakpoints for setBreakpoints request
https://reviews.llvm.org/D76968
It failed a test TestVSCode_breakpointEvents that only runs Darwin that needed to be updated to match the current logic.
The change is simple.
More information about the All-commits
mailing list