This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite/cp] pr-1553.cc: remove


This patch removes gdb.cp/pr-1553.cc.

I've had a private e-mail discussion with some people about this.  If
anyone wants to talk to me about this, I'll happy to discuss it by
private e-mail or telephone.

Tested on native i686-pc-linux-gnu, gcc 2.95.3 and 3.3.3,
dwarf-2 and stabs+.

I am committing this now,

Michael C

2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.cp/pr-1553.cc: Remove.
	* gdb.cp/pr-1553.exp: Disable this test.

Index: gdb.cp/pr-1553.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/pr-1553.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 pr-1553.exp
*** gdb.cp/pr-1553.exp	12 Mar 2004 17:46:27 -0000	1.1
--- gdb.cp/pr-1553.exp	22 Jun 2004 18:09:44 -0000
*************** if { [skip_cplus_tests] } { continue }
*** 32,37 ****
--- 32,40 ----
  set prms_id 0
  set bug_id 0
  
+ # No test program available.
+ continue
+ 
  set testfile "pr-1553"
  set srcfile ${testfile}.cc
  set binfile ${objdir}/${subdir}/${testfile}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]