public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Adjust TestFauxv testcase to expect symbols.
@ 2008-01-10 10:53 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2008-01-10 10:53 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  2b5ad2bf5b5e346941b5b01b4559839b1432bd29 (commit)
      from  5b38679c56e39b2360489f692fa78e5469c7a3c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 2b5ad2bf5b5e346941b5b01b4559839b1432bd29
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Thu Jan 10 10:53:14 2008 +0000

    Adjust TestFauxv testcase to expect symbols.
    
    2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* TestFauxv.java (testAuxvCore): Adjust expect output
    	to expect symbols.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog      |    5 +++++
 frysk-core/frysk/bindir/TestFauxv.java |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index 40b172f..de7680c 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* TestFauxv.java (testAuxvCore): Adjust expect output
+	to expect symbols.
+
 2008-01-09  Phil Muldoon  <pmuldoon@redhat.com>
 
 	* fauxv.java (parsePids): Pass in proc object.
diff --git a/frysk-core/frysk/bindir/TestFauxv.java b/frysk-core/frysk/bindir/TestFauxv.java
index 045c9a5..af60ef9 100644
--- a/frysk-core/frysk/bindir/TestFauxv.java
+++ b/frysk-core/frysk/bindir/TestFauxv.java
@@ -74,13 +74,13 @@ public class TestFauxv
 	e.expect("AT_PHNUM \\(Number of program headers\\) : 8");
 	e.expect("AT_BASE \\(Base address of interpreter\\) : 0");
 	e.expect("AT_FLAGS \\(Flags\\) : 0");
-	e.expect("AT_ENTRY \\(Entry point of program\\) : 0x80483e0");
+	e.expect("AT_ENTRY \\(Entry point of program\\) : \\[unknown\\] \\(0x80483e0\\)");
 	e.expect("AT_UID \\(Real uid\\) : 500");
 	e.expect("AT_EUID \\(Effective uid\\) : 500");
 	e.expect("AT_GID \\(Real gid\\) : 500");
 	e.expect("AT_EGID \\(Effective gid\\) : 500");
 	e.expect("AT_0x17 \\(AT_0x17\\) : 0");
-	e.expect("AT_PLATFORM \\(String identifying platform.\\) : 0xbfcfee4b");
+	e.expect("AT_PLATFORM \\(String identifying platform.\\) : i686");
 	e.expect("AT_NULL \\(End of vector\\) : 0");
 	
     }


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-10 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-10 10:53 [SCM] master: Adjust TestFauxv testcase to expect symbols pmuldoon

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).