Re: [PATCH] selftests: introduce additional eventfd test coverage

2024-05-07 Thread Wen Yang
On 2024/5/7 02:30, Bird, Tim wrote: -Original Message- From: Wen Yang Add several new test cases which assert corner cases on the eventfd mechanism, for example, the supplied buffer is less than 8 bytes, attempting to write a value that is too large, etc. ./eventfd_test

RE: [PATCH] selftests: introduce additional eventfd test coverage

2024-05-06 Thread Bird, Tim
> -Original Message- > From: Wen Yang > Add several new test cases which assert corner cases on the eventfd > mechanism, for example, the supplied buffer is less than 8 bytes, > attempting to write a value that is too large, etc. > > ./eventfd_test > # Starting 9 tests

[PATCH] selftests: introduce additional eventfd test coverage

2024-05-05 Thread Wen Yang
Add several new test cases which assert corner cases on the eventfd mechanism, for example, the supplied buffer is less than 8 bytes, attempting to write a value that is too large, etc. ./eventfd_test # Starting 9 tests from 1 test cases. # RUN global.eventfd01