summaryrefslogtreecommitdiff
path: root/open_issues/glibc.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-30 14:23:25 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-30 14:23:25 +0200
commitc5a84cd2d1ac772e2fe187201a36cd9cccf3951c (patch)
tree0c889fc5ba5662f86537a9262ef2444d66e3307e /open_issues/glibc.mdwn
parent6ff002a3ee341782567b71a42d0e7eb3be596480 (diff)
open_issues/glibc: cba1c83ad62a11347684a9daf349e659237a1741 (2012-07-29)
Diffstat (limited to 'open_issues/glibc.mdwn')
-rw-r--r--open_issues/glibc.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index 31cafbfe..649016c7 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -36,8 +36,8 @@ git log --reverse --pretty=fuller --stat=$COLUMNS,$COLUMNS -w -p -C --cc ..sourc
-->
-Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
-(2012-07-25) sources|source_repositories/glibc]].
+Last reviewed up to the [[Git mirror's fc56c5bbc1a0d56b9b49171dd377c73c268ebcfd
+(2012-07-28) sources|source_repositories/glibc]].
* `t/hurdsig-fixes`
@@ -184,7 +184,8 @@ Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
`AT_EMPTY_PATH`, `CLOCK_BOOTTIME`, `CLOCK_BOOTTIME_ALARM`,
`CLOCK_REALTIME_ALARM`, `O_PATH`,
- `PTRACE_*` (for example, cbff0d9689c4d68578b6a4f0a17807232506ea27),
+ `PTRACE_*` (for example, cbff0d9689c4d68578b6a4f0a17807232506ea27,
+ b1b2aaf8eb9eed301ea8f65b96844568ca017f8b),
`RLIMIT_RTTIME`, `SEEK_DATA` (`unistd.h`), `SEEK_HOLE` (`unistd.h`)
`clock_adjtime`, `fallocate`, `fallocate64`, `name_to_handle_at`,
`open_by_handle_at`, `process_vm_readv`, `process_vm_writev`, `sendmmsg`,
@@ -570,7 +571,7 @@ Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
# Build
Here's a log of a glibc build run; this is from our [[Git repository's
-8958805c11c741d9211e20612c86271d906c9a0b (2012-07-28; 2012-06-30)
+cba1c83ad62a11347684a9daf349e659237a1741 (2012-07-29)
sources|source_repositories/glibc]], run on coulomb.SCHWINGE.
$ export LC_ALL=C
@@ -843,7 +844,8 @@ There is quite a baseline of failures.
Is not implemented; see above. In 8958805c11c741d9211e20612c86271d906c9a0b
testing, `stdlib/bug-getcontext.out` now says: *Skipping test; no support
- for FP exceptions.*
+ for FP exceptions.*, in cba1c83ad62a11347684a9daf349e659237a1741 testing,
+ it's back to the previous failure.
* `elf/tst-unique3lib.so`, `elf/tst-unique3lib2.so`, `elf/tst-unique4lib.so`
@@ -873,6 +875,10 @@ There is quite a baseline of failures.
As of 8958805c11c741d9211e20612c86271d906c9a0b, this test now passes --
correct?
+ * `stdlib/tst-secure-getenv.out`
+
+ Needs [[`/proc/self/exe`|hurd/translator/procfs/jkoenig/discussion]].
+
## OLD