labath wrote: > Maybe it's true, I've tried to test lldb on riscv using dotest.py with remote > debugging options.
It sounds like you're using the mode which runs all tests (files) in the same process. I don't know if anyone uses it these days (and this error sort of says "no"). I don't think this change is bad, but I fear you may run into more of these inter-test interactions if you keep using it (some of them may not be so easy to fix). If I were you, I'd switch to the (standard) one-process-per-test mode. https://github.com/llvm/llvm-project/pull/118094 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits