real-mikhail wrote:

With the current test fix (`TestProcessModificationIdOnExpr`), it is locked to 
`target-x86` but it seems that it should require `target-x86_64` instead. 
Currently it is not run on Windows-x64 and it fails on Windows-x86 (since the 
test is checking low level internal data, and it is different on different 
architectures).
Ideally, I should not check the exact values of `m_stop_id` and `m_memory_id`. 
We are only interested in the fact whether those values are changed between 
several calls `process status -d`. But as far as I know there is no way in 
testing framework to "remember" specific value and refer to it (compare it) 
later.

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

Reply via email to