public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Phil Muldoon <pmuldoon@redhat.com>
To: frysk@sourceware.org
Subject: Re: frysk-imports/lib/elf ChangeLog tests/TestElf.java
Date: Fri, 13 Jul 2007 03:07:00 -0000	[thread overview]
Message-ID: <4696EC60.9010302@redhat.com> (raw)
In-Reply-To: <20070712185956.9810.qmail@sourceware.org>


> Modified files:
> 	lib/elf        : ChangeLog 
> 	lib/elf/tests  : TestElf.java 
>
> Log message:
> 	2007-07-12  Phil Muldoon  <pmuldoon@redhat.com>
> 	
> 	* tests/TestElf.java (testCore): Deleted
> 	(testElfCorePrpsNotes): Deleted.
> 	(testElfCorePrstatusNotes): Deleted.
> 	(testElfCorePrAuxvNotes): Deleted.
> 	(testCore_x86): New. Rewritten from old version
> 	to test cross ISA situations
> 	(testElfCorePrpsNotes_x86): Ditto.
> 	(testElfCorePrstatusNotes_x86): Ditto.
> 	(testElfCorePrAuxvNotes_x86): Ditto.
> 	(testCore_x8664): Ditto.
> 	(testElfCorePrpsNotes_x8664): Ditto.
> 	(testElfCorePrstatusNotes_x8664): Ditto.
> 	(testElfCorePrAuxvNotes_x8664): Ditto.
>
>   

This patch concludes the Elf sections of the core file test change. 
There are now two sets of each test, one for each corefile. This covers 
(at least core file elf access) the following scenarios depending on the 
test hardware matrix the tests are executed on.

Tests on a 32 bit platform:

32 bit core file on 32 bit platform
64 bit core file on 32 bit platform
Little endian core files on a little endian system
Big endian core files on a little endian system

Tests on a 64 bit platform:

32 bit core file on 64 bit platform
64 bit core file on a 64 bit platform
Little endian core files on a big endian system
Big endian core files on a big end system

Additionally the tests now test multiple-thread core files more 
thoroughly, checking all the registers in each thread for sanity as well 
as checking for existence of corresponding floating point data. This is 
in addition to the usual and existing note tests that existed before.

The second step is to phase out usage of the old, very simple 
"test-core" core file in frysk-core, and translate those tests to use 
the more complex and demanding new corefiles that were checked in last 
week. At that time, the old test-core can be deleted.

Regards

Phil

           reply	other threads:[~2007-07-13  3:07 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20070712185956.9810.qmail@sourceware.org>]

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=4696EC60.9010302@redhat.com \
    --to=pmuldoon@redhat.com \
    --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: link
Be 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).