Re: [PATCH 1/3] selftests/timens: Print TAP headers

2025-05-09 Thread Kees Cook
On Fri, May 09, 2025 at 05:41:03PM +0200, Thomas Weißschuh wrote: > The suppression was actually there at some point and got removed by Kees in > commit f41c322f17ec ("selftests: Remove KSFT_TAP_LEVEL"). Right, to get consistent output and to work with indentation, there's no need to track level a

Re: [PATCH 1/3] selftests/timens: Print TAP headers

2025-05-09 Thread Shuah Khan
On 5/9/25 09:41, Thomas Weißschuh wrote: +Cc Kees On Wed, May 07, 2025 at 03:06:16PM -0600, Shuah Khan wrote: On 5/2/25 06:03, Thomas Weißschuh wrote: The TAP specification requires that the output begins with a header line. These headers lines are missing in the timens tests. Print such a li

Re: [PATCH 1/3] selftests/timens: Print TAP headers

2025-05-09 Thread Thomas Weißschuh
+Cc Kees On Wed, May 07, 2025 at 03:06:16PM -0600, Shuah Khan wrote: > On 5/2/25 06:03, Thomas Weißschuh wrote: > > The TAP specification requires that the output begins with a header line. > > These headers lines are missing in the timens tests. > > > > Print such a line. > > There is no cover

Re: [PATCH 1/3] selftests/timens: Print TAP headers

2025-05-07 Thread Shuah Khan
On 5/2/25 06:03, Thomas Weißschuh wrote: The TAP specification requires that the output begins with a header line. These headers lines are missing in the timens tests. Print such a line. There is no cover letter for this - so I will respond to the first patch. The TAP information is added by t

Re: [PATCH 1/3] selftests/timens: Print TAP headers

2025-05-02 Thread Muhammad Usama Anjum
On 5/2/25 5:03 PM, Thomas Weißschuh wrote: > The TAP specification requires that the output begins with a header line. > These headers lines are missing in the timens tests. > > Print such a line. > > Signed-off-by: Thomas Weißschuh Reviewed-by: Muhammad Usama Anjum > --- > tools/testing/self