public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [obv] gdb.cp/ref-types.exp: Fix back test names
@ 2010-06-02 22:21 Jan Kratochvil
  2010-06-02 22:25 ` [obv] gdb.cp/anon-union.exp: Fix back test name Jan Kratochvil
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kratochvil @ 2010-06-02 22:21 UTC (permalink / raw)
  To: gdb-patches

Hi,

-PASS: gdb.cp/ref-types.exp: pass
+PASS: gdb.cp/ref-types.exp: print value of rUC
-PASS: gdb.cp/ref-types.exp: pass
+PASS: gdb.cp/ref-types.exp: print value of rI
-PASS: gdb.cp/ref-types.exp: pass
+PASS: gdb.cp/ref-types.exp: print value of UI

Checked-in.


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2010-06/msg00024.html

--- src/gdb/testsuite/ChangeLog	2010/06/02 21:55:27	1.2307
+++ src/gdb/testsuite/ChangeLog	2010/06/02 22:20:11	1.2308
@@ -1,3 +1,8 @@
+2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
+	(print value of rUC, print value of rI, print value of UI): ... here.
+
 2010-06-02  Michael Snyder  <msnyder@vmware.com>
 
 	* gdb.trace/actions.exp: Use gdb_test_no_output.
--- src/gdb/testsuite/gdb.cp/ref-types.exp	2010/06/02 21:38:32	1.16
+++ src/gdb/testsuite/gdb.cp/ref-types.exp	2010/06/02 22:20:12	1.17
@@ -231,7 +231,7 @@
 
 gdb_test "print rUC" \
     ".\[0-9\]* = \\(unsigned char &\\) @$hex: 21 \'.025\'" \
-    pass "print value of rUC"
+    "print value of rUC"
 
 gdb_test_multiple "print rS" "print value of rS" {
     -re ".\[0-9\]* = \\(short &\\) @$hex: -14.*$gdb_prompt $" {
@@ -252,11 +252,11 @@
 }
 
 gdb_test "print rI" ".\[0-9\]* = \\(int &\\) @$hex: 102" \
-        pass "print value of rI"
+	"print value of rI"
 
 gdb_test "print rUI" \
     ".\[0-9\]* = \\(unsigned int &\\) @$hex: 1002" \
-        pass "print value of UI"
+        "print value of UI"
 
 gdb_test_multiple "print rL" "print value of rL" {
     -re ".\[0-9\]* = \\(long &\\) @$hex: -234.*$gdb_prompt $" {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [obv] gdb.cp/anon-union.exp: Fix back test name
  2010-06-02 22:21 [obv] gdb.cp/ref-types.exp: Fix back test names Jan Kratochvil
@ 2010-06-02 22:25 ` Jan Kratochvil
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kratochvil @ 2010-06-02 22:25 UTC (permalink / raw)
  To: gdb-patches

http://sourceware.org/ml/gdb-cvs/2010-06/msg00026.html

--- src/gdb/testsuite/ChangeLog	2010/06/02 22:20:11	1.2308
+++ src/gdb/testsuite/ChangeLog	2010/06/02 22:24:15	1.2309
@@ -2,6 +2,8 @@
 
 	* gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
 	(print value of rUC, print value of rI, print value of UI): ... here.
+	* gdb.cp/anon-union.exp (pass): Rename to ...
+	(print z 2): ... here.
 
 2010-06-02  Michael Snyder  <msnyder@vmware.com>
 
--- src/gdb/testsuite/gdb.cp/anon-union.exp	2010/06/01 18:18:35	1.10
+++ src/gdb/testsuite/gdb.cp/anon-union.exp	2010/06/02 22:24:15	1.11
@@ -164,7 +164,7 @@
 gdb_test "print w" "\\$\[0-9\]* = 45" "print w 2"
 
 # See if z shows the same value
-gdb_test "print z" "\\$\[0-9\]* = 45" pass "print z 2"
+gdb_test "print z" "\\$\[0-9\]* = 45" "print z 2"
 
 # Set the anon union member 
 gdb_test_no_output "set var z = 27" "set var z"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-02 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-02 22:21 [obv] gdb.cp/ref-types.exp: Fix back test names Jan Kratochvil
2010-06-02 22:25 ` [obv] gdb.cp/anon-union.exp: Fix back test name Jan Kratochvil

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