about summary refs log tree commit diff
path: root/nptl/tst-cond13.c
Commit message (Collapse)AuthorAgeFilesLines
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-2/+0
| | | | So they can be checked with htl too.
* Update.Ulrich Drepper2003-11-211-0/+2
2003-11-21 Jakub Jelinek <jakub@redhat.com> * posix/tst-rxspencer.c (mb_tests): Don't run identical multi-byte tests multiple times unnecessarily. 2003-11-21 Jakub Jelinek <jakub@redhat.com> * posix/bug-regex19.c (BRE, ERE): Define. (tests): Add many new tests, remove UTF-8 ones. (do_one_test, do_mb_tests): New functions. (main): Rewritten using do_one_test and do_mb_tests.