Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob] Eliminate another gdb_suppress_entire_file
@ 2006-06-22 19:58 Daniel Jacobowitz
  2006-06-23  3:11 ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2006-06-22 19:58 UTC (permalink / raw)
  To: gdb-patches

There's a few versions of GCC 4.1 which can't compile gdb.base/store.c. It
was eventually fixed on the release branch, but I happen to be testing a
version where it's broken.  I've been making this change globally as the
function in question pops up to bite me.

Tested, committed.

-- 
Daniel Jacobowitz
CodeSourcery

2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>

	* gdb.base/store.exp: Don't use gdb_suppress_entire_file.

Index: gdb-20060226/gdb/testsuite/gdb.base/store.exp
===================================================================
--- gdb-20060226.orig/gdb/testsuite/gdb.base/store.exp	2004-08-04 07:59:56.000000000 -0700
+++ gdb-20060226/gdb/testsuite/gdb.base/store.exp	2006-06-13 20:57:13.000000000 -0700
@@ -30,7 +30,8 @@ set testfile "store"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+    untested store.exp
+    return -1
 }
 
 if [get_compiler_info ${binfile}] {


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

end of thread, other threads:[~2006-06-23 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-22 19:58 [ob] Eliminate another gdb_suppress_entire_file Daniel Jacobowitz
2006-06-23  3:11 ` Joel Brobecker
2006-06-23  3:22   ` Daniel Jacobowitz
2006-06-23  3:35     ` Joel Brobecker
2006-06-23  3:40       ` Daniel Jacobowitz
2006-06-23  4:04         ` Joel Brobecker
2006-06-23 12:34           ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox