mirror of git://sourceware.org/git/glibc.git
Run tst-fgetwc with necessary envvar.
This commit is contained in:
parent
837dea7cf5
commit
eae3208e24
|
@ -4,9 +4,8 @@
|
||||||
chmod if it is necessary.
|
chmod if it is necessary.
|
||||||
|
|
||||||
[BZ #10166]
|
[BZ #10166]
|
||||||
* sysdeps/unix/sysv/linux/grantpt.c: If slave device is on devpts or
|
* sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
|
||||||
devfs, the mode might not be correct. Check it and return only if it
|
when the slave device is in devpts or devfs.
|
||||||
is correct.
|
|
||||||
|
|
||||||
[BZ #10183]
|
[BZ #10183]
|
||||||
* posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
|
* posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
|
||||||
|
@ -26,6 +25,7 @@
|
||||||
|
|
||||||
[BZ #10196]
|
[BZ #10196]
|
||||||
* libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
|
* libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
|
||||||
|
* libio/Makefile: Run tst-fgetwc with necessary envvar.
|
||||||
Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
|
Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
|
||||||
|
|
||||||
[BZ #10217]
|
[BZ #10217]
|
||||||
|
|
|
@ -153,6 +153,7 @@ tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
|
bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
|
bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
|
tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
|
|
||||||
generated = tst-fopenloc.mtrace tst-fopenloc.check
|
generated = tst-fopenloc.mtrace tst-fopenloc.check
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue