public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* tests/ptrace-tests/tests clone-ptrace.c
@ 2008-09-17 13:38 jkratoch
  0 siblings, 0 replies; 7+ messages in thread
From: jkratoch @ 2008-09-17 13:38 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2008-09-17 13:38:13

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	Catch also the case GRANDCHILD gets no SIGSTOP at all.
	Remove a never-reached code after CLONE in CHILD.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2019-07-22 19:23 jkratoch
  0 siblings, 0 replies; 7+ messages in thread
From: jkratoch @ 2019-07-22 19:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2019-07-22 19:23:21

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	clone-ptrace: Fix SIGBUS on aarch64.
	Fix by Laura Abbott: https://bugzilla.redhat.com/show_bug.cgi?id=1731445#c6

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2019-07-20 21:38 jkratoch
  0 siblings, 0 replies; 7+ messages in thread
From: jkratoch @ 2019-07-20 21:38 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2019-07-20 21:38:56

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	clone-ptrace: Print WSTOPSIG during an error.
	https://bugzilla.redhat.com/show_bug.cgi?id=1731445#c1

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2018-06-06 16:13 jkratoch
  0 siblings, 0 replies; 7+ messages in thread
From: jkratoch @ 2018-06-06 16:13 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2018-06-06 16:12:48

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	clone-ptrace: Fix false FAIL due to: __NR_rt_sigprocmask

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2008-10-07 17:01 dvlasenk
  0 siblings, 0 replies; 7+ messages in thread
From: dvlasenk @ 2008-10-07 17:01 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	dvlasenk@sourceware.org	2008-10-07 17:01:58

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	clone-ptrace.c: remove pointless assingment, rename a function

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2008-10-07 16:33 dvlasenk
  0 siblings, 0 replies; 7+ messages in thread
From: dvlasenk @ 2008-10-07 16:33 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	dvlasenk@sourceware.org	2008-10-07 16:33:54

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	clone-ptrace.c: on assert failure SIGKILL grandchild too

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 7+ messages in thread
* tests/ptrace-tests/tests clone-ptrace.c
@ 2008-09-16 20:35 jkratoch
  0 siblings, 0 replies; 7+ messages in thread
From: jkratoch @ 2008-09-16 20:35 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2008-09-16 20:35:48

Modified files:
	ptrace-tests/tests: clone-ptrace.c 

Log message:
	New description.
	Remove the _GNU_SOURCE definition as assumed for this testsuite.
	Fix compilation compatibility with ia64.
	Provide timeout protection and cleanup.
	Remove small delays as not required.
	Convert the general PTRACE_SYSCALL loop into specific steps.
	Handle silently the detected expected FAIL case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-ptrace.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-22 19:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-17 13:38 tests/ptrace-tests/tests clone-ptrace.c jkratoch
  -- strict thread matches above, loose matches on Subject: below --
2019-07-22 19:23 jkratoch
2019-07-20 21:38 jkratoch
2018-06-06 16:13 jkratoch
2008-10-07 17:01 dvlasenk
2008-10-07 16:33 dvlasenk
2008-09-16 20:35 jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).