[flang-commits] [flang] [Flang][OpenMP] Re-enable tests on windows 1/n (PR #92904)
Vlad Serebrennikov via flang-commits
flang-commits at lists.llvm.org
Wed May 22 02:35:56 PDT 2024
Endilll wrote:
>Would you know why the OpenMP test(s) itself do not show up in the list of slowest tests?
Because tests themselves seem to (*) finish normally. It's lit who is taking its sweet time to finish the run, apparently. I spent about 10 hours trying to get to the bottom of this from the lit side, but then I realized I'd need to approach it via disabling tests if I want to get to something before people start submitting jobs on Monday morning.
* When I was debugging how things are working, I was presented with some dubious logs, e.g. tests starting and lit awaiting on their futures _after_ PASS message is printed.
https://github.com/llvm/llvm-project/pull/92904
More information about the flang-commits
mailing list