summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 9f6c84b..0c03884 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,7 +24,7 @@
### NullEvent Syscalls
- [x] Add test case for sync syscall
-- [ ] Add test case for io_uring_setup syscall
+- [x] Add test case for io_uring_setup syscall
### Dup3Event Syscalls
- [x] Add test case for dup3 syscall
@@ -32,10 +32,10 @@
## Advanced Test Cases
### File Descriptor Lifecycle
-- [ ] Test that fd from openat is properly tracked in subsequent read/write/close operations
-- [ ] Test dup/dup2/dup3 creating new file descriptors
-- [ ] Test close removing fd from tracking
-- [ ] Test multiple file descriptors being tracked simultaneously
+- [x] Test that fd from openat is properly tracked in subsequent read/write/close operations
+- [x] Test dup/dup2/dup3 creating new file descriptors
+- [x] Test close removing fd from tracking
+- [x] Test multiple file descriptors being tracked simultaneously
### Edge Cases
- [ ] Test missing enter events (only exit event received)