Up to [cvs.NetBSD.org] / src / tests / lib / libc / sys
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed Mar 22 19:00:47 2023 UTC (2 months, 1 week ago) by martin
Branch: netbsd-10
Changes since 1.2: +1 -6
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pull up following revision(s) (requested by hannken in ticket #124): tests/lib/libc/sys/t_ptrace_syscall_wait.h: revision 1.3 sys/arch/sparc/sparc/syscall.c: revision 1.32 sys/arch/sparc/sparc/vm_machdep.c: revision 1.108 Adjust pc/npc before syscall allowing EJUSTRETURN to return to the next instruction. Only ERESTART should return to the same instruction. Differences to sparc64 reduced. Test t_ptrace_wait:syscallemu1 now passes on sparc. Fixes PR kern/52166 "syscallemu does not work on sparc (32-bit)" Ok: Martin Husemann
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 20 11:19:30 2023 UTC (2 months, 2 weeks ago) by hannken
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -6
lines
Diff to previous 1.2 (colored)
Adjust pc/npc before syscall allowing EJUSTRETURN to return to the next instruction. Only ERESTART should return to the same instruction. Differences to sparc64 reduced. Test t_ptrace_wait:syscallemu1 now passes on sparc. Fixes PR kern/52166 "syscallemu does not work on sparc (32-bit)" Ok: Martin Husemann
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 21 17:02:37 2021 UTC (19 months, 1 week ago) by gson
Branch: MAIN
CVS Tags: netbsd-10-base
Branch point for: netbsd-10
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
Skip the lib/libc/sys/t_ptrace_waitid:syscall_signal_on_sce test case with a reference to PR lib/55087. Marking it as an expected failure would be more appropriate, but that doesn't work for test cases that fail by timing out.
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 4 21:21:30 2020 UTC (3 years, 1 month ago) by kamil
Branch: MAIN
CVS Tags: thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wait.h The same tests are now included with the preprocessor in t_ptrace_wait.c. No functional change intended.