emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.89k stars 3.32k forks source link

test_pthread_c11_threads_proxied is flaky on Chromium CI #22617

Open dschuff opened 2 months ago

dschuff commented 2 months ago

It seems to be primarily on Windows; A recent example is here but most recent failures are this issue.

4 of the 50 most recent WIndows CI builds failed with this issue.

dschuff commented 2 months ago

Is it possible to set @flaky on just one config of a test that is parameterized? If not, I guess we could just mark the whole set as flaky?

sbc100 commented 2 months ago

No, you can't mark just one variant as flaky. I guess we just mark the whole thing but mention _poxied here in the bug report.