summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-08 23:38:29 +0300
committerPaul Buetow <paul@buetow.org>2025-10-08 23:38:29 +0300
commit2fc3b42d2aeb816bb8d36ad4fd078a55005a25e2 (patch)
tree5961a2c5e7567dcc7aa55eb8fdbfe7e9d70c98e8 /TODO.md
parentd1e84afcac28a294f9b62474bd037fa983229de6 (diff)
clarify, that some tests are there already for FCNTL
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