[libcxx-commits] [PATCH] D78200: [libc++] [test] Generate static_test_env on the fly
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 5 19:26:09 PDT 2020
EricWF added a comment.
Unless I'm mistaken, this change is racy. Tests in different files are run in parallel.
One test could be tearing down the static environment while another in trying to construct it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78200/new/
https://reviews.llvm.org/D78200
More information about the libcxx-commits
mailing list