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 /tools | |
| 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 'tools')
| -rw-r--r-- | tools/testfile | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfile b/tools/testfile new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/testfile |
