aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-08 13:04:15 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-08 16:11:13 +0200
commit32036901707cc86e16b8d9f65bb4686a9bbb0a5c (patch)
tree6561e14fbcc02fe5d7d943d721662e2d1eeaaae1 /ChangeLog
parentca602c1536ce2777f95c07525f3c42d78812e665 (diff)
downloadglibc-32036901707cc86e16b8d9f65bb4686a9bbb0a5c.tar
glibc-32036901707cc86e16b8d9f65bb4686a9bbb0a5c.tar.gz
glibc-32036901707cc86e16b8d9f65bb4686a9bbb0a5c.tar.bz2
glibc-32036901707cc86e16b8d9f65bb4686a9bbb0a5c.zip
wordexp: Split out command execution tests from posix/wordexp-test
Once wordexp switches to posix_spawn, testing for command execution based on fork handlers will not work anymore. Therefore, move these subtests into a new test, posix/tst-wordexp-nocmd, which uses a different form of command execution detection, based on PID namespaces. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daff51f195..6452bea35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-08 Florian Weimer <fweimer@redhat.com>
+
+ * posix/Makefile (tests): Add tst-wordexp-nocmd.
+ * posix/wordexp-test.c (__app_register_atfork): Remove function.
+ (registered_forks): Remove variable.
+ (register_fork): Remove function.
+ (test_case): Remove WRDE_NOCMD tests.
+ (main): Do not set up fork tracking. Remove integer overflow in
+ division tests.
+ (testit): Do not check for unexpected forks.
+ * posix/tst-wordexp-nocmd.c: New file containing the tests removed
+ from posix/wordexp-test.c.
+
2019-10-07 Florian Weimer <fweimer@redhat.com>
nptl: Move pthread_attr_setschedparam implementation into libc.