[all-commits] [llvm/llvm-project] a1d490: Fix lldb-vscode frame test failure
jeffreytan81 via All-commits
all-commits at lists.llvm.org
Mon May 23 14:05:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1d490319a9e2196786f6504e0c447ee0a1dad71
https://github.com/llvm/llvm-project/commit/a1d490319a9e2196786f6504e0c447ee0a1dad71
Author: Jeffrey Tan <jeffreytan at fb.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M lldb/tools/lldb-vscode/JSONUtils.cpp
Log Message:
-----------
Fix lldb-vscode frame test failure
Previous patch (https://reviews.llvm.org/D126013) added a new "optimized"
attribute to DAP stack frame this caused some tests, like
lldb-vscode/coreFile/TestVSCode_coreFile.py
to fail because the tests explicitly check for all attributes.
To fix the test failure I decided to remove this attribute.
Differential Revision: https://reviews.llvm.org/D126225
More information about the All-commits
mailing list