diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-02 13:55:51 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-02 13:55:51 +0100 |
commit | ef11081fed788f65aa2361c0df49e7a9fd2903d7 (patch) | |
tree | d02799a36b7c50394440952ba28b7082f2cac00a /ChangeLog | |
parent | d10b132bf5393e648a1c64569746c8e886d50702 (diff) | |
download | glibc-ef11081fed788f65aa2361c0df49e7a9fd2903d7.zip glibc-ef11081fed788f65aa2361c0df49e7a9fd2903d7.tar.gz glibc-ef11081fed788f65aa2361c0df49e7a9fd2903d7.tar.bz2 |
test-errno-linux: quotactl can fail with EPERM in containers
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2017-11-02 Florian Weimer <fweimer@redhat.com> + test-errno-linux: quotactl can fail with EPERM in containers. + * sysdeps/unix/sysv/linux/test-errno-linux.c + (LIST, LIST_FORWARD): New macros. + (check_error_in_list): New function. + (test_wrp_rv): Accept list of permitted error codes. + (test_wrp_rv2): Remove. + (test_wrp): Call test_wrp_rv with list of error codes. + (test_wrp2): Accept list of error codes. + (do_test): Adjust. Allow EPERM for quotactl. + +2017-11-02 Florian Weimer <fweimer@redhat.com> + * stdio-common/bug16.c (do_test): Use array_length. * stdio-common/errlist.c (_sys_nerr): Likewise. * stdio-common/printf_fp.c (PRINTF_FP_FETCH): Likewise. |