From: Bengt Richter <bokr@bokr.com>
To: Simon South <simon@simonsouth.net>
Cc: 50346@debbugs.gnu.org
Subject: bug#50346: core-updates-frozen: strace 5.13 fails "make check" on AArch64
Date: Fri, 3 Sep 2021 14:15:13 +0200 [thread overview]
Message-ID: <20210903121513.GA5202@LionPure> (raw)
In-Reply-To: <877dfy7g8n.fsf@simonsouth.net>
Hi,
On +2021-09-02 18:41:12 -0400, Simon South wrote:
> Patching strace to add a "--trace-path" parameter to the two tests'
> definitions as in the patch below seems to fix this issue on both
> AArch64 and x86-64, and is less drastic than disabling the tests
> altogether.
>
> The changes limit strace's output during testing to only calls affecting
> files in the test directory itself, effectively filtering out the
> 'readlink("/proc/self/exe")' call from glibc that is throwing the tests
> currently. You can see a number of other places in gen_tests.in where
> this is done, presumably for similar reasons.
>
> Does this seem reasonable?
>
I worry about disabling tests in too general a way, since it creates
a hiding place which conceivably someone really clever may be able exploit.
So I wonder whether what you are doing is making it possible to
configure tests to have (narrow) context-sensitive expectations
(e.g., in this case making the test handle the error as an expected one,
as opposed to being made ignorant of it), or building in a static and
probably too general configuration.
A proper configurability, ISTM, would be preferable to any other form
of more general filtering.
Sorry if this is just noise from a lurker with insufficient knowledge
of the issue and discussions. If so please ignore ;/
of13> definitions as in the patch below seems to fix this issue on both
> --
> Simon South
> simon@simonsouth.net
>
>
> diff --git a/tests/gen_tests.in b/tests/gen_tests.in
> index 8b4e2e9..cc3ca63 100644
> --- a/tests/gen_tests.in
> +++ b/tests/gen_tests.in
> @@ -623,8 +623,8 @@ quotactl-xfs-v -v -e trace=quotactl
> read-write -a15 -eread=0,5 -ewrite=1,4 -e trace=read,write -P read-write-tmpfile -P /dev/zero -P /dev/null
> readahead -a1
> readdir -a16
> -readlink -xx
> -readlinkat -xx
> +readlink -xx --trace-path=test.readlink.link
> +readlinkat -xx --trace-path=test.readlinkat.link
> reboot -s 256
> recv-MSG_TRUNC -a26 -e trace=recv
> recvfrom -a35
>
>
>
--
Regards,
Bengt Richter
next prev parent reply other threads:[~2021-09-03 12:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-02 19:24 bug#50346: core-updates-frozen: strace 5.13 fails "make check" on AArch64 Simon South
2021-09-02 22:41 ` Simon South
2021-09-03 12:15 ` Bengt Richter [this message]
2021-09-03 14:00 ` Simon South
2021-09-03 16:53 ` Bengt Richter
2021-09-03 21:27 ` Simon South
2021-09-04 19:51 ` Simon South
2021-09-04 19:58 ` bug#50346: [PATCH core-updates-frozen] gnu: strace: Allow readlink, readlinkat tests to pass Simon South
2021-11-18 13:13 ` bug#50346: core-updates-frozen: strace 5.13 fails "make check" on AArch64 Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210903121513.GA5202@LionPure \
--to=bokr@bokr.com \
--cc=50346@debbugs.gnu.org \
--cc=simon@simonsouth.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.