public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* tests/ptrace-tests/tests Makefile.am
@ 2008-03-11 18:35 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2008-03-11 18:35 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2008-03-11 18:35:45
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Revert the last change:
block-step: No longer `crasher' as it was only a KVM crash instead.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.24&r2=1.25
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2017-08-01 12:55 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2017-08-01 12:55 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2017-08-01 12:55:53
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
restart_block: FAIL -> XFAIL
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.83&r2=1.84
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2010-07-27 20:25 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2010-07-27 20:25 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2010-07-27 20:25:51
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
AM_CFLAGS += -D_FORTIFY_SOURCE=2
- Some distros use -D_FORTIFY_SOURCE=2 by default so we try to be compatible.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.66&r2=1.67
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2010-01-12 11:52 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2010-01-12 11:52 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2010-01-12 11:52:55
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Use -Wl,-z,now for all the tests calling non-glibc clone() syscall.
- Suggested by: CAI Qian <caiqian@redhat.com>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.61&r2=1.62
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2008-06-07 8:45 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2008-06-07 8:45 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2008-06-07 08:45:30
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Include `erestart-debuggee.c' for `make dist'.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.31&r2=1.32
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2008-06-01 20:32 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2008-06-01 20:32 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2008-06-01 20:32:24
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Move `reparent-zombie-clone' into CRASHERS.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.30&r2=1.31
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2008-04-07 4:52 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2008-04-07 4:52 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2008-04-07 04:52:09
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Remove XFAIL_TESTS - both `x86_64-gsbase' and `ppc-dabr-race' can PASS now.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.27&r2=1.28
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2008-03-10 11:48 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2008-03-10 11:48 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2008-03-10 11:48:03
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
block-step moved into CRASHERS:
reproduced on kernel-vanilla-2.6.25-0.101.rc4.git3.fc8.x86_64
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.23&r2=1.24
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2007-12-20 22:08 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2007-12-20 22:08 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2007-12-20 22:08:32
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Include `ppc-dabr-race' into XFAIL_TESTSs.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.10&r2=1.11
^ permalink raw reply [flat|nested] 10+ messages in thread
* tests/ptrace-tests/tests Makefile.am
@ 2007-12-07 10:18 jkratoch
0 siblings, 0 replies; 10+ messages in thread
From: jkratoch @ 2007-12-07 10:18 UTC (permalink / raw)
To: systemtap-cvs
CVSROOT: /cvs/systemtap
Module name: tests
Changes by: jkratoch@sourceware.org 2007-12-07 10:18:11
Modified files:
ptrace-tests/tests: Makefile.am
Log message:
Fix compilation for the new testcase `ppc-dabr-race'.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/Makefile.am.diff?cvsroot=systemtap&r1=1.9&r2=1.10
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-08-01 12:55 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-11 18:35 tests/ptrace-tests/tests Makefile.am jkratoch
-- strict thread matches above, loose matches on Subject: below --
2017-08-01 12:55 jkratoch
2010-07-27 20:25 jkratoch
2010-01-12 11:52 jkratoch
2008-06-07 8:45 jkratoch
2008-06-01 20:32 jkratoch
2008-04-07 4:52 jkratoch
2008-03-10 11:48 jkratoch
2007-12-20 22:08 jkratoch
2007-12-07 10:18 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).