2001-02-14 Michael Chastain <chastain@redhat.com>
* gdb.c++/inherit.exp (do_tests): Change runto statements from "runto 'foo(void)'" to "runto 'foo'". This makes the statements demangler agnostic.
This commit is contained in:
parent
7830cf6fb9
commit
b2f9ec70af
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2001-02-14 Michael Chastain <chastain@redhat.com>
|
||||||
|
|
||||||
|
* gdb.c++/inherit.exp (do_tests): Change runto statements
|
||||||
|
from "runto 'foo(void)'" to "runto 'foo'". This makes the
|
||||||
|
statements demangler agnostic.
|
||||||
|
|
||||||
Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
|
Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* gdb.threads/pthreads.exp: Unify pass/fail messages for
|
* gdb.threads/pthreads.exp: Unify pass/fail messages for
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1012,7 +1012,7 @@ proc do_tests {} {
|
||||||
|
|
||||||
gdb_stop_suppressing_tests;
|
gdb_stop_suppressing_tests;
|
||||||
|
|
||||||
if { ![ runto 'inheritance2(void)' ] } {
|
if { ![ runto 'inheritance2' ] } {
|
||||||
gdb_suppress_tests;
|
gdb_suppress_tests;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1024,7 +1024,7 @@ proc do_tests {} {
|
||||||
|
|
||||||
gdb_stop_suppressing_tests;
|
gdb_stop_suppressing_tests;
|
||||||
|
|
||||||
if { ![ runto 'inheritance4(void)' ] } {
|
if { ![ runto 'inheritance4' ] } {
|
||||||
gdb_suppress_tests;
|
gdb_suppress_tests;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue