mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
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.
This commit is contained in:
parent
53f9084e3f
commit
bf68b2366d
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
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.
|
||||
|
||||
2003-11-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/PTESTS: Fix first test in GA143.
|
||||
|
@ -1,7 +1,8 @@
|
||||
2003-11-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makefile: Add rules to build and run tst-cond12.
|
||||
* Makefile: Add rules to build and run tst-cond12 and tst-cond13.
|
||||
* tst-cond12.c: New file.
|
||||
* tst-cond13.c: New file.
|
||||
|
||||
2003-11-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
|
@ -193,7 +193,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \
|
||||
tst-mutex7 tst-mutex8 tst-mutex9 \
|
||||
tst-spin1 tst-spin2 tst-spin3 \
|
||||
tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
|
||||
tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 \
|
||||
tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
|
||||
tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
|
||||
tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 \
|
||||
tst-rwlock11 tst-rwlock12 \
|
||||
|
2
nptl/tst-cond13.c
Normal file
2
nptl/tst-cond13.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define USE_COND_SIGNAL 1
|
||||
#include "tst-cond12.c"
|
Loading…
Reference in New Issue
Block a user