llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class
Arthur O'Dwyer d7eb797ea5 [libc++] [test] Detect an improperly noexcept'ed __decay_copy.
`__decay_copy` is used by `std::thread`'s constructor to copy its arguments
into the new thread. If `__decay_copy` claims to be noexcept, but then
copying the argument does actually throw, we'd call std::terminate instead
of passing this test. (And I've verified that adding an unconditional `noexcept`
to `__decay_copy` does indeed fail this test.)

Differential Revision: https://reviews.llvm.org/D100277
2021-04-12 12:28:01 -04:00
..
thread.thread.algorithm [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
thread.thread.assign [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
thread.thread.constr [libc++] [test] Detect an improperly noexcept'ed __decay_copy. 2021-04-12 12:28:01 -04:00
thread.thread.destr [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
thread.thread.id [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
thread.thread.member [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
thread.thread.static