coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strace testsuite


From: Marek Tamaškovič
Subject: Re: strace testsuite
Date: Tue, 29 May 2018 20:36:17 +0200

Thanks, I'll check it out.

On Tue, 29 May 2018, 19:19 Pádraig Brady, <address@hidden> wrote:

> On 28/05/18 09:41, Marek Tamaškovič wrote:
> > Hello,
> > is there any easy way to run strace only on some testcases and not on
> whole
> > 'make check' process?
> >
> > Now I am using:
> >
> >  strace -ff -o "coreutils.strace" \
> >  make -j$(nproc) check TESTS="$*" SUBDIRS=. VERBOSE=yes \
> >  RUN_VERY_EXPENSIVE_TESTS=yes RUN_EXPENSIVE_TESTS=yes
> >
> > .. and it is not the right solution.
>
> There is no direct support for this.
> You'd have to provide a wrapper for particular tests.
> Perhaps the valgrind wrapper may give some hints?
>
>
> http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=blob;f=README-valgrind;hb=HEAD
>
> cheers,
> Pádraig
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]