]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-02-04 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Wed, 5 Feb 2003 07:25:00 +0000 (07:25 +0000)
committerMichael Chastain <mec@google.com>
Wed, 5 Feb 2003 07:25:00 +0000 (07:25 +0000)
* gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
Call perror and then continue.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/anon-union.exp

index 3ab64dacf250ea2a0d99ff98df9c3eea707a81a3..91fe9ad13f2889500554f0d4c5e58d1025c5084f 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-04  Michael Chastain  <mec@shout.net>
+
+       * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
+       Call perror and then continue.
+
 2003-02-03  Michael Chastain  <mec@shout.net>
 
        * gdb.c++/pr-1023.cc: New file.
index 9b86b5d94ab108223c62baf91af3889c188eaff2..0d5c777731972d7600e85fe437bd014ca06957fc 100644 (file)
@@ -1,5 +1,5 @@
 # Tests for anonymous union support.
-# Copyright 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2003 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -40,7 +40,8 @@ set srcfile ${testfile}.cc
 set binfile ${objdir}/${subdir}/${testfile}
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } {
-     gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+     perror "Testcase compile failed" 0
+     continue
 }
 
 # Start with a fresh gdb