diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-08 23:38:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-08 23:38:29 +0300 |
| commit | 2fc3b42d2aeb816bb8d36ad4fd078a55005a25e2 (patch) | |
| tree | 5961a2c5e7567dcc7aa55eb8fdbfe7e9d70c98e8 /TODO.md | |
| parent | d1e84afcac28a294f9b62474bd037fa983229de6 (diff) | |
clarify, that some tests are there already for FCNTL
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |
