Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/RFC/testsuite] deactivate bigcore on IRIX
@ 2004-09-14  6:34 Joel Brobecker
  2004-09-14 11:39 ` Michael Chastain
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2004-09-14  6:34 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

This is on mips-irix 6.5.

This test regularly causes some random failures due to memory
exhaustion. Sometimes it's the testsuite itself that fails.
Sometimes I see some of my jobs abort for lack of memory (and
I hope it didn't cause the death of any system process).

I suggest we deactivate this test on IRIX.

2004-09-14  Joel Brobecker  <brobecker@gnat.com>

	* gdb.base/bigcore.exp: Deactivate on IRIX targets.

Tested on mips-irix (test not run) and on x86-linux (test run with
unchanged results).

OK to apply?

-- 
Joel

[-- Attachment #2: bigcore.exp.diff --]
[-- Type: text/plain, Size: 647 bytes --]

Index: bigcore.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bigcore.exp,v
retrieving revision 1.7
diff -u -p -r1.7 bigcore.exp
--- bigcore.exp	29 Jun 2004 06:34:50 -0000	1.7
+++ bigcore.exp	14 Sep 2004 06:29:24 -0000
@@ -49,6 +49,13 @@ if { [istarget "*-*-*bsd*"]
     return
 }
 
+# This testcase causes too much stress (in terms of memory usage)
+# on certain systems...
+if { [istarget "*-*-*irix*"] } {
+    untested "Testcase too stresful for this system"
+    return
+}
+
 set testfile "bigcore"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}

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

end of thread, other threads:[~2004-09-16  5:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-14  6:34 [RFA/RFC/testsuite] deactivate bigcore on IRIX Joel Brobecker
2004-09-14 11:39 ` Michael Chastain
2004-09-14 14:44   ` Andrew Cagney
2004-09-16  5:24   ` Joel Brobecker

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