Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/kernel



Module Name:    src
Committed By:   kamil
Date:           Tue Nov 22 21:59:32 UTC 2016

Modified Files:
        src/tests/kernel: t_ptrace_wait.c

Log Message:
Add new tests io_write_d[1234] in t_ptrace_wait{,3,4,6,id,pid}

io_write_d1:
    Verify PT_IO with PIOD_WRITE_D and len = sizeof(uint8_t)

io_write_d2:
    Verify PT_IO with PIOD_WRITE_D and len = sizeof(uint16_t)

io_write_d3:
    Verify PT_IO with PIOD_WRITE_D and len = sizeof(uint32_t)

io_write_d4:
    Verify PT_IO with PIOD_WRITE_D and len = sizeof(uint64_t)

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/kernel/t_ptrace_wait.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index