charles-zablit wrote: > Can you explain why this is a problem on Windows but nowhere else? Is the > printing synchronous on other platforms?
The main reason is that the test that fails (`local-variables.cpp`) only runs on Windows. The underlying reason is that buffering of stdout and stderr do not work the same way on Windows and macOS/Linux. Given that this is to fix a test on Windows (which only runs on Windows) I think that https://github.com/llvm/llvm-project/pull/205574 is a better alternative. https://github.com/llvm/llvm-project/pull/205572 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
