rpms/gdb/F-12 gdb-6.3-test-dtorfix-20050121.patch, 1.9, 1.10 gdb.spec, 1.411, 1.412

Jan Kratochvil jkratoch at fedoraproject.org
Sun Jan 3 11:00:19 UTC 2010


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20609

Modified Files:
	gdb-6.3-test-dtorfix-20050121.patch gdb.spec 
Log Message:
* Sun Jan  3 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-19.fc12
- testsuite: Fixup false FAILs for gdb.cp/constructortest.exp.


gdb-6.3-test-dtorfix-20050121.patch:
 constructortest.cc  |   99 +++++++++++++++++++++++++++++++++++++
 constructortest.exp |  137 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 236 insertions(+)

Index: gdb-6.3-test-dtorfix-20050121.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-6.3-test-dtorfix-20050121.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- gdb-6.3-test-dtorfix-20050121.patch	24 Dec 2009 22:39:35 -0000	1.9
+++ gdb-6.3-test-dtorfix-20050121.patch	3 Jan 2010 11:00:18 -0000	1.10
@@ -235,10 +235,11 @@ Index: gdb/testsuite/ChangeLog
 +gdb_load ${binfile}
 +runto_main
 +
++set first_line_dtor [gdb_get_line_number "First line ~C"]
 +set define_line_dtor [gdb_get_line_number "Destructor C"]
 +# Break on the various forms of the C::~C destructor
 +# " ([23] locations)" is displayed depending on G++ version.
-+gdb_test "break C\:\:~C" "Breakpoint .*, line $define_line_dtor\\..*" "breaking on C::~C"
++gdb_test "break C\:\:~C" "Breakpoint .*, line ($define_line_dtor|$define_line_dtor)\\..*" "breaking on C::~C"
 +gdb_continue_to_breakpoint "First line ~C"
 +
 +# Verify that we can break by line number in a destructor and find
@@ -247,7 +248,6 @@ Index: gdb/testsuite/ChangeLog
 +gdb_load ${binfile}
 +delete_breakpoints
 +
-+set first_line_dtor [gdb_get_line_number "First line ~C"]
 +# " (3 locations)" is displayed depending on G++ version.
 +gdb_test "break $first_line_dtor" "Breakpoint .*, line $first_line_dtor\\..*" "break by line in destructor"
 +


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -p -r1.411 -r1.412
--- gdb.spec	2 Jan 2010 21:26:54 -0000	1.411
+++ gdb.spec	3 Jan 2010 11:00:18 -0000	1.412
@@ -36,7 +36,7 @@ Version: 7.0.1
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 18%{?_with_upstream:.upstream}%{dist}
+Release: 19%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -1002,6 +1002,9 @@ fi
 %endif
 
 %changelog
+* Sun Jan  3 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-19.fc12
+- testsuite: Fixup false FAILs for gdb.cp/constructortest.exp.
+
 * Sat Jan  2 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-18.fc12
 - Fix regression of gdb-7.0 (from 6.8) crashing on typedefed bitfields.
 - Fix related_breakpoint stale ref crash.




More information about the fedora-extras-commits mailing list