summaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-10 08:36:23 +0300
committerPaul Buetow <paul@buetow.org>2025-07-10 08:36:23 +0300
commit34e9665b837abd718b2da5c5fbedd47d9af0d201 (patch)
tree204ed27571c1bba3d51e3e2b442a6952de3f124a /IDEAS.md
parentd6bb3c0567ba8bfd2edd6c0d4541d8e191f7aa0e (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 'IDEAS.md')
-rw-r--r--IDEAS.md2
1 files changed, 1 insertions, 1 deletions
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