[all-commits] [llvm/llvm-project] 7b7ec6: Fix test TestVSCode_terminatedEvent.py
kusmour via All-commits
all-commits at lists.llvm.org
Fri Nov 4 14:55:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7ec60dccb5f44d33c36e89bd4df008c618468b
https://github.com/llvm/llvm-project/commit/7b7ec60dccb5f44d33c36e89bd4df008c618468b
Author: Wanyi Ye <wanyi at fb.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M lldb/test/API/tools/lldb-vscode/terminated-event/TestVSCode_terminatedEvent.py
Log Message:
-----------
Fix test TestVSCode_terminatedEvent.py
This test is broken due to the flaky encoding of top-level JSON key 'memory'
When I run locally (linux) the test passed. However, it failed the build bot: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/48111/
I will find a way to repro before I can actually fix this issue correctly.
https://reviews.llvm.org/D137455
More information about the All-commits
mailing list