summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-03-31 14:16:29 +0200
committerThomas Schwinge <thomas@schwinge.name>2012-03-31 14:16:29 +0200
commit23c80cf9295e13a7e269134e539408da7574e3fc (patch)
tree50536051cf8c912f99f830dca8191f9ccc74a7d2 /open_issues
parent8d57e8069c8be2366932cdcde2c9489a3fcd8ee5 (diff)
open_issues/glibc: Update.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/glibc.mdwn27
1 files changed, 20 insertions, 7 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index bfe371d4..78d76f10 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -49,6 +49,12 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14
`t/dup3`: hidden def. ed690b2f24bbc4d9c541fc81a7c67e6dc5678a96 -- why
not for dup3, too? Because it is a syscall (that is always inlined)?
+ * `t/hurdsig-fixes`
+
+ hurdsig.c: In function '_hurd_internal_post_signal':
+ hurdsig.c:1188:26: warning: 'pending' may be used uninitialized in this function [-Wmaybe-uninitialized]
+ hurdsig.c:1168:12: note: 'pending' was declared here
+
* `t/init-first.c`
Follow up here: [[!message-id "20070722171859.GN25744@fencepost.gnu.org"]]
@@ -75,12 +81,6 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14
* [[`t/tls-threadvar`|t/tls-threadvar]]
- * `t/unwind-resume`
-
- There already was a `t/unwind-resume.c`, and I fixed this upstream in
- f571a994cec6be2f6edff2f0cd43cbdadcd94f5f long ago. Are there any
- differences?
-
* t/verify.h
People didn't like this too much.
@@ -442,7 +442,7 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14
# Build
Here's a log of a glibc build run; this is from our [[Git repository's
-22bcba37dd3b782b1a1ec7bf51da468e48f4d2eb (2012-02-20)
+005b7594ffe209639dd1ef2b9ed9a4c22307dec1 (2012-03-31; 2011-10-08)
sources|source_repositories/glibc]], run on coulomb.SCHWINGE.
$ export LC_ALL=C
@@ -666,6 +666,19 @@ There is quite a baseline of failures.
/home/thomas/tmp/glibc/tschwinge/Roger_Whittaker.build-gcc-4.4-486/elf/tst-unique3lib.os:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'
+ * `math/test-fenv.out`
+
+ Used to fail (is listed in Debian eglibc-2.13-21's
+ `expected-results-i486-gnu-libc`), but something between
+ 22bcba37dd3b782b1a1ec7bf51da468e48f4d2eb and
+ 005b7594ffe209639dd1ef2b9ed9a4c22307dec1 causes it to passe -- very likely
+ Jérémie's signaling work.
+
+ * `posix/tst-waitid.out`
+
+ Fails sometimes (is listed in Debian eglibc-2.13-21's
+ `expected-results-i486-gnu-libc`).
+
## OLD