]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Run the LTP tests with LTP_QUIET
authorMartin Cermak <mcermak@redhat.com>
Wed, 17 Sep 2025 14:27:09 +0000 (16:27 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 17 Sep 2025 21:32:55 +0000 (23:32 +0200)
commitccf065e7077459d902f6ad221c21b0771bedbb1a
treea5a1a2d9b1c505b4c26c6ae325afe346640eaf4c
parented007b52d1aea3d1b0993093ce46e87daa063f78
Run the LTP tests with LTP_QUIET

Introduce a new LTP_QUIET env var which suppresses certain
types of LTP log messages, specifically TCONF, TWARN, TINFO,
and TDEBUG.  This helps us keep the test logs briefer, while
still keeping the important information in the logs.

This update avoids several false positives, specifically with
the following testcases: eventfd2_03, shmctl05, mlock03,
poll02, prctl09, setsockopt10, and select02.

This update also adds a brief summary for the LTP testsuite,
something like the following:

> ...
> [6/7] Testing select02 ...
> [7/7] Testing setsockopt10 ...
>
> Brief LTP test results summary
> -----------------------------------------
> PASS: 6
> FAIL: 1
> -----------------------------------------
>
> TESTING FINISHED, logs in ...

Also fix the way -j param spec in auxprogs/Makefile.am.

https://bugs.kde.org/show_bug.cgi?id=509590
NEWS
auxprogs/Makefile.am
auxprogs/ltp-patches/0002-Introduce-LTP_QUIET-env-var.patch [new file with mode: 0644]
auxprogs/ltp-tester.sh