public inbox for frysk-cvs@sourceware.org help / color / mirror / Atom feed
From: pmuldoon@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Start consolidating corefile tests/code. Date: Thu, 28 Feb 2008 00:41:00 -0000 [thread overview] Message-ID: <20080228004122.20042.qmail@sourceware.org> (raw) The branch, master has been updated via 079a3dcbfa8d03af12f3c218a198318e48d9a2e2 (commit) from f83cecfa46c435a0d6f8d52afa339742f957cadc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 079a3dcbfa8d03af12f3c218a198318e48d9a2e2 Author: Phil Muldoon <pmuldoon@redhat.com> Date: Thu Feb 28 00:39:59 2008 +0000 Start consolidating corefile tests/code. 2008-02-28 Phil Muldoon <pmuldoon@redhat.com> * TestLinuxElfCorefile.java: Move and rename from frysk/testbed/TestCoredumpAction.java. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/isa/corefiles/ChangeLog | 5 +++++ .../corefiles/TestLinuxElfCorefile.java} | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename frysk-core/frysk/{testbed/TestCoredumpAction.java => isa/corefiles/TestLinuxElfCorefile.java} (99%) First 500 lines of diff: diff --git a/frysk-core/frysk/isa/corefiles/ChangeLog b/frysk-core/frysk/isa/corefiles/ChangeLog index 2381e1c..0cd6d0f 100644 --- a/frysk-core/frysk/isa/corefiles/ChangeLog +++ b/frysk-core/frysk/isa/corefiles/ChangeLog @@ -1,3 +1,8 @@ +2008-02-28 Phil Muldoon <pmuldoon@redhat.com> + + * TestLinuxElfCorefile.java: Move and rename from + frysk/testbed/TestCoredumpAction.java. + 2008-02-26 Phil Muldoon <pmuldoon@redhat.com> * LinuxElfCorefile.java (buildMap): Add vdso test. diff --git a/frysk-core/frysk/testbed/TestCoredumpAction.java b/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java similarity index 99% rename from frysk-core/frysk/testbed/TestCoredumpAction.java rename to frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java index 4bf30e0..247cb82 100644 --- a/frysk-core/frysk/testbed/TestCoredumpAction.java +++ b/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java @@ -38,7 +38,7 @@ // exception. -package frysk.testbed; +package frysk.isa.corefiles; import inua.eio.ByteOrder; @@ -62,8 +62,9 @@ import frysk.proc.dead.LinuxCoreFactory; import frysk.testbed.DaemonBlockedAtEntry; import frysk.testbed.SlaveOffspring; import frysk.testbed.TestLib; +import frysk.testbed.CoredumpAction; -public class TestCoredumpAction +public class TestLinuxElfCorefile extends TestLib { hooks/post-receive -- frysk system monitor/debugger
reply other threads:[~2008-02-28 0:41 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20080228004122.20042.qmail@sourceware.org \ --to=pmuldoon@sourceware.org \ --cc=frysk-cvs@sourceware.org \ --cc=frysk@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).