nmosier wrote:

Thanks! That test passes now. Another test was crashing as well, but I fixed 
that (it was due to `TraceItemStorage.error` not being initialized properly in 
`DecodedThread::CreateNewTraceItem` when creating an error item.

49 out of 56 tests now pass, with the remaining tests being soft failures 
(e.g., unexpected output but no crashes, generally due to small differences 
like 
```
"memoryUsage": {         
  "totalInBytes": "924", 
  "avgPerItemInBytes": 33
},                       
```
vs. expected
```
"memoryUsage": {        
  "totalInBytes": "252",
  "avgPerItemInBytes": 9
}, 
```

https://github.com/llvm/llvm-project/pull/77252
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to