diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-10-21 18:25:26 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-10-21 18:25:26 +0200 |
commit | 4ee15ee154ea02b9a25bdcf0fc8c97c77b0bb61f (patch) | |
tree | b6572ba313c1da54e5b862b2168fad7dc2f1a600 | |
parent | 61ff65bda7ac576327425a991780d0b5e28ec202 (diff) |
Note about python testsuite
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index d4d7df06..54c89a9e 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -167,6 +167,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Fix shell output pipe replacement issue on amd64, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2023-10/msg00062.html). - This means adding an `i386x_float_state` and `i386_XFLOAT_STATE` thread status, that glibc would be able to use along `i386_REGS_SEGS_STATE` and `i386_FLOAT_STATE` in `_hurd_setup_sighandler` and `sigtreturn.c`. The structure would contain the `fp_save_kind`. That'll actually be needed both on `i386` and `x86_64` actually, to fix SSE use against signals in general. +* Compare testsuite results of python on hurd-i386 and hurd-amd64, to fix regressions between the former and the latter. * On amd64, fix memcpy (> 16 bytes) from `/dev/mem` (makes hurd-console crash) * Settle CI for mig+gnumach+hurd+glibc. * Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html) |