From 34e9665b837abd718b2da5c5fbedd47d9af0d201 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 10 Jul 2025 08:36:23 +0300 Subject: Add comprehensive eventloop tests for multiple syscall types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- tools/testfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/testfile (limited to 'tools') diff --git a/tools/testfile b/tools/testfile new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3