public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: ppluzhnikov@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  archer-tromey-python: 2008-11-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
Date: Mon, 03 Nov 2008 18:34:00 -0000	[thread overview]
Message-ID: <20081103183407.1094.qmail@sourceware.org> (raw)

The branch, archer-tromey-python has been updated
       via  ef2a3a61d8b15e44a5e4a69109026b9f892250a7 (commit)
      from  e70b3d9a9b5ac9bcafde2ee9a50dfaac7462c72f (commit)

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

- Log -----------------------------------------------------------------
commit ef2a3a61d8b15e44a5e4a69109026b9f892250a7
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Mon Nov 3 10:33:28 2008 -0800

    2008-11-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
    
    	* gdb.base/display.exp: print/r is now valid.

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

Summary of changes:
 gdb/testsuite/ChangeLog            |    4 ++++
 gdb/testsuite/gdb.base/display.exp |    8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ee19021..f342128 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* gdb.base/display.exp: print/r is now valid.
+	
 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
 
 	* gdb.python/python-value.exp (test_value_in_inferior): Don't use
diff --git a/gdb/testsuite/gdb.base/display.exp b/gdb/testsuite/gdb.base/display.exp
index 7e8dd15..fccf160 100644
--- a/gdb/testsuite/gdb.base/display.exp
+++ b/gdb/testsuite/gdb.base/display.exp
@@ -180,8 +180,12 @@ gdb_test "printf \"%p\\n\", 1" "0x1"
 
 # play with "print", too
 #
-gdb_test "print/r j" ".*Undefined output format.*"
-gdb_test "print j"   ".*" "debug test output"
+gdb_test "print/z j" ".*Undefined output format.*"
+gdb_test "print/d j" " = 0\[\\r\\n\]+"   "debug test output 1"
+gdb_test "print/r j" " = 0\[\\r\\n\]+"   "debug test output 1a"
+gdb_test "print/x j" " = 0x0\[\\r\\n\]+" "debug test output 2"
+gdb_test "print/r j" " = 0x0\[\\r\\n\]+" "debug test output 2a"
+gdb_test "print j"   " = 0\[\\r\\n\]+"   "debug test output 3"
 
 # x/0 j doesn't produce any output and terminates PA64 process when testing
 if [istarget "hppa2.0w-hp-hpux11*"] {


hooks/post-receive
--
Repository for Project Archer.


             reply	other threads:[~2008-11-03 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 18:34 ppluzhnikov [this message]
2008-11-03 22:17 ppluzhnikov
2008-11-03 22:30 ppluzhnikov

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=20081103183407.1094.qmail@sourceware.org \
    --to=ppluzhnikov@sourceware.org \
    --cc=archer-commits@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).