| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-04 | Fix Go mistake findings and stabilize integration timing | Paul Buetow | |
| 2026-02-26 | Add byte assertions for read/write integration scenarios | Paul Buetow | |
| 2026-02-25 | Add TUI StreamEvent constructor and tests | Paul Buetow | |
| 2026-02-21 | Add negative integration tests for readwrite syscalls (task 348) | Paul Buetow | |
| Add four negative scenarios that verify ior captures tracepoints even when syscalls fail: - readwrite-wronly-read: read from O_WRONLY fd (EBADF) - readwrite-rdonly-write: write to O_RDONLY fd (EBADF) - readwrite-pread-invalid: pread64 with negative offset (EINVAL) - readwrite-pwrite-invalid: pwrite64 with negative offset (EINVAL) Amp-Thread-ID: https://ampcode.com/threads/T-019c818c-ec91-7673-a5ba-e9b2ba53379b Co-authored-by: Amp <amp@ampcode.com> | |||
| 2026-02-21 | more on integration tests | Paul Buetow | |
