kastiglione wrote:

@adrian-prantl It seems the answer is `unittest` does not execute test 
functions concurrently. There's a separate package which implements a parallel 
test runner for unittest: https://pypi.org/project/unittest-parallel/

The default level of parallelism in `unittest-parallel` is module level, which 
I think `lit` achieves for lldb. If we ever wanted to have function level 
concurrency, it seems we'd have a lot of work to do.

https://github.com/llvm/llvm-project/pull/181720
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to