summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 1 insertions, 7 deletions
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