Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-12 Thread Muhammad Usama Anjum
On 7/11/24 9:39 PM, Shuah Khan wrote: > On 7/11/24 00:52, Muhammad Usama Anjum wrote: >> On 7/10/24 9:16 PM, Shuah Khan wrote: >>> On 7/10/24 03:37, Muhammad Usama Anjum wrote: This patch brings just readability implements by using kselftests wrappers instead of manual pass/fail test case

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-11 Thread Shuah Khan
On 7/11/24 00:52, Muhammad Usama Anjum wrote: On 7/10/24 9:16 PM, Shuah Khan wrote: On 7/10/24 03:37, Muhammad Usama Anjum wrote: This patch brings just readability implements by using kselftests wrappers instead of manual pass/fail test cases counting. It has been on mailing list from several

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-10 Thread Muhammad Usama Anjum
On 7/10/24 9:16 PM, Shuah Khan wrote: > On 7/10/24 03:37, Muhammad Usama Anjum wrote: >> This patch brings just readability implements by using kselftests wrappers >> instead of manual pass/fail test cases counting. It has been on mailing >> list from several months now. Please can someone ack or n

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-10 Thread Shuah Khan
On 7/10/24 03:37, Muhammad Usama Anjum wrote: This patch brings just readability implements by using kselftests wrappers instead of manual pass/fail test cases counting. It has been on mailing list from several months now. Please can someone ack or nack? Okay. I think I responded to your other

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-10 Thread Muhammad Usama Anjum
This patch brings just readability implements by using kselftests wrappers instead of manual pass/fail test cases counting. It has been on mailing list from several months now. Please can someone ack or nack? On 7/1/24 1:38 PM, Muhammad Usama Anjum wrote: > Adding more reviewers. Please review. >

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-07-01 Thread Muhammad Usama Anjum
Adding more reviewers. Please review. On 5/28/24 10:05 AM, Muhammad Usama Anjum wrote: > Kind reminder > > On 4/26/24 3:18 PM, Muhammad Usama Anjum wrote: >> Conform the layout, informational and status messages to TAP. No >> functional change is intended other than the layout of output messages.

Re: [PATCH v2] selftests: x86: conform test to TAP format output

2024-05-27 Thread Muhammad Usama Anjum
Kind reminder On 4/26/24 3:18 PM, Muhammad Usama Anjum wrote: > Conform the layout, informational and status messages to TAP. No > functional change is intended other than the layout of output messages. > > Signed-off-by: Muhammad Usama Anjum > --- > Changes since v1: > - No changes, sending it

[PATCH v2] selftests: x86: conform test to TAP format output

2024-04-26 Thread Muhammad Usama Anjum
Conform the layout, informational and status messages to TAP. No functional change is intended other than the layout of output messages. Signed-off-by: Muhammad Usama Anjum --- Changes since v1: - No changes, sending it again as got no response on v1 even after weeks --- tools/testing/selftests/