From 2fc3b42d2aeb816bb8d36ad4fd078a55005a25e2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Oct 2025 23:38:29 +0300 Subject: clarify, that some tests are there already for FCNTL --- TODO.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index eb0c5b1..2daca1b 100644 --- a/TODO.md +++ b/TODO.md @@ -2,12 +2,6 @@ ## High Priority (Core functionality) -### 1. Add unit test for FcntlEvent handling -- Test F_SETFL flag modification -- Test F_DUPFD file descriptor duplication -- Test F_DUPFD_CLOEXEC with O_CLOEXEC flag -- Location: internal/eventloop.go:305 - ### 2. Implement byte count tracking for read/write syscalls - Track number of bytes read/written in each I/O operation - Add to flamegraph statistics @@ -70,4 +64,4 @@ All previously listed test cases have been implemented: - Test cases for all basic syscalls - File descriptor lifecycle tests - Edge case handling tests -- Filtering and comm tracking tests \ No newline at end of file +- Filtering and comm tracking tests -- cgit v1.2.3