diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-08 04:41:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-08 04:41:34 +0000 |
commit | 0923a2c896f09795cca4a6d800a336a56b0ee42c (patch) | |
tree | 10038ab54362ef2ee4ab5384e39dacce92d18d9e /stdio-common/Makefile | |
parent | e9055017f6d2015c4c74c94b1c2bf59968db223f (diff) | |
download | glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.tar glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.tar.gz glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.tar.bz2 glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.zip |
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
in loop to look for conversion specifier to avoid testing of
wrong errno value.
* stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
* stdio-common/bug18a.c: New file.
* stdio-common/bug19.c: New file.
* stdio-common/bug19a.c: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index d8f095ed55..4ead0f9574 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +54,8 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 bug15 \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ - tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a + tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ + bug19 bug19a test-srcs = tst-unbputc tst-printf |