]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add more tests for semaphores
authorJonathan Wakely <jwakely@redhat.com>
Fri, 6 Jun 2025 16:18:40 +0000 (17:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 6 Jun 2025 19:15:07 +0000 (20:15 +0100)
commit37fe7e7069c2bb999c95a9807a8f895f38b9cacf
tree7fa5e40168d48ebbf7479d6536a803fc66ebd31d
parent7407891a3d7c177212c6027c1dee08bed096666b
libstdc++: Add more tests for semaphores

libstdc++-v3/ChangeLog:

* testsuite/30_threads/semaphore/1.cc: Check type properties and
max() values.
* testsuite/30_threads/semaphore/3.cc: New test.
* testsuite/30_threads/semaphore/cons_neg.cc: New test.
libstdc++-v3/testsuite/30_threads/semaphore/1.cc
libstdc++-v3/testsuite/30_threads/semaphore/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/30_threads/semaphore/cons_neg.cc [new file with mode: 0644]