diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-10 08:36:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-10 08:36:23 +0300 |
| commit | 34e9665b837abd718b2da5c5fbedd47d9af0d201 (patch) | |
| tree | 204ed27571c1bba3d51e3e2b442a6952de3f124a /TODO.md | |
| parent | d6bb3c0567ba8bfd2edd6c0d4541d8e191f7aa0e (diff) | |
Add comprehensive eventloop tests for multiple syscall types
- Add helper functions for FdEvent, PathEvent, and RetEvent types
- Implement test cases for read, write, close, and mkdir syscalls
- Test proper event pairing and file object creation
- Validate syscall-specific behavior for different event types
This expands test coverage beyond just openat syscalls to include
file descriptor operations and path-based operations, providing a
foundation for testing all supported syscall types.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +# Ideas/to-do's + +* put p |
