Source-Changes archive

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

CVS commit: [netbsd-8] src/tests/lib/libc/sys



Module Name:    src
Committed By:   snj
Date:           Sun Feb 25 20:59:46 UTC 2018

Modified Files:
        src/tests/lib/libc/sys [netbsd-8]: t_ptrace_amd64_wait.h
            t_ptrace_i386_wait.h t_ptrace_wait.c t_ptrace_x86_wait.h

Log Message:
Pull up following revision(s) (requested by martin in ticket #586):
        tests/lib/libc/sys/t_ptrace_amd64_wait.h: 1.2
        tests/lib/libc/sys/t_ptrace_i386_wait.h: 1.2
        tests/lib/libc/sys/t_ptrace_wait.c: 1.10-1.20
        tests/lib/libc/sys/t_ptrace_x86_wait.h: 1.2-1.3
PR kern/52167 strikes on sparc64 too.
--
Temporarily disable t_ptrace_wait*::resume1 in ATF tests
It hangs forever on releng machines.
Sponsored by <The NetBSD Foundation>
--
Remove expected failure (fixed in kern_sig.c 1.339)
--
sync a bit more with reality; some things still fail, some new failures.
reduce spewage, be more explanatory about syscall errors.
--
Add expected failures.
--
make it fail instead of hang under qemu; XXX: need to investigate.
--
t_ptrace_wait*: Disable suspend* tests
These tests can hang the system. These interfaces will be improved and
temporarily disable them.
--
ptrace atf: Clanup reports of failures
Mark resume* suspend* tests as expected failure and link with PR 51995.
Sponsored by <The NetBSD Foundation>
--
report which errno failed
--
atf: t_ptrace_wait: Mark attach2 as racy
--
atf: ptrace: Temporarily disable signal3 as it breaks now on some ports
This test is marked as failing with: PR kern/51918.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.8.1 src/tests/lib/libc/sys/t_ptrace_amd64_wait.h \
    src/tests/lib/libc/sys/t_ptrace_i386_wait.h \
    src/tests/lib/libc/sys/t_ptrace_x86_wait.h
cvs rdiff -u -r1.9 -r1.9.2.1 src/tests/lib/libc/sys/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