This test is broken due to the flaky encoding of top-level JSON key 'memory'
When testing 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.
Details
Details
- Reviewers
clayborg GeorgeHuyubo bulbazord
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
There are some other issues going on in the JSON. See:
We seem the have a lifetime issue with the "memory" string value's lifetime
{"event":"terminated","seq":0,"statistics":{"\u0000\u0000\u0000\u0000\u0000\u0000":"{\"strings\":
So there is a bug here we need to fix. The above first key should be "memory", not "\u0000\u0000\u0000\u0000\u0000\u0000"