Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-23 Thread Shuah Khan
On 9/20/24 20:49, Artur Alves Cavalcante de Barros wrote: On 9/20/24 4:10 AM, David Gow wrote: On Fri, 20 Sept 2024 at 00:01, Shuah Khan wrote: On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached o

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-20 Thread Artur Alves Cavalcante de Barros
On 9/20/24 12:10 PM, Shuah Khan wrote: On 9/20/24 01:10, David Gow wrote: On Fri, 20 Sept 2024 at 00:01, Shuah Khan wrote: On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-20 Thread Artur Alves Cavalcante de Barros
On 9/20/24 4:10 AM, David Gow wrote: On Fri, 20 Sept 2024 at 00:01, Shuah Khan wrote: On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking for advice on what would be a useful

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-20 Thread Shuah Khan
On 9/20/24 01:10, David Gow wrote: On Fri, 20 Sept 2024 at 00:01, Shuah Khan wrote: On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking for advice on what would be a useful co

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-20 Thread David Gow
On Fri, 20 Sept 2024 at 00:01, Shuah Khan wrote: > > On 9/16/24 18:51, Artur Alves wrote: > > Hi all, > > > > This is part of a hackathon organized by LKCAMP[1], focused on writing > > tests using KUnit. We reached out a while ago asking for advice on what > > would be a useful contribution[2] and

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-19 Thread Artur Alves Cavalcante de Barros
On 9/19/24 1:01 PM, Shuah Khan wrote: On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking for advice on what would be a useful contribution[2] and ended up choosing data structur

Re: [PATCH v3 0/1] Add KUnit tests for llist

2024-09-19 Thread Shuah Khan
On 9/16/24 18:51, Artur Alves wrote: Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking for advice on what would be a useful contribution[2] and ended up choosing data structures that did not yet have tests. This p

[PATCH v3 0/1] Add KUnit tests for llist

2024-09-16 Thread Artur Alves
Hi all, This is part of a hackathon organized by LKCAMP[1], focused on writing tests using KUnit. We reached out a while ago asking for advice on what would be a useful contribution[2] and ended up choosing data structures that did not yet have tests. This patch adds tests for the llist data str