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 --- IDEAS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IDEAS.md') diff --git a/IDEAS.md b/IDEAS.md index d6daeb2..f9dc263 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -33,4 +33,4 @@ Consider: ## Other * More ways to transfer file descriptors between processes: pidfd_getfd https://biriukov.dev/docs/fd-pipe-session-terminal/1-file-descriptor-and-open-file-description/ - +* Trace for ALL syscalls and only count the count and times .... thats for another mode -- cgit v1.2.3