mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
Reviewed and approved by drow@mvista.com:
2004-02-01 Fred Fish <fnf@redhat.com> * gdb.base/dump.exp: Use runto_main instead of "runto main". * gdb.base/finish.exp: Ditto. * gdb.base/gcore.exp: Ditto. * gdb.base/huge.exp: Ditto. * gdb.base/info-proc.exp: Ditto. * gdb.base/return2.exp: Ditto. * gdb.threads/gcore-thread.exp: Ditto.
This commit is contained in:
parent
6b753f60f5
commit
3ad1377116
@ -1,3 +1,13 @@
|
||||
2004-02-01 Fred Fish <fnf@redhat.com>
|
||||
|
||||
* gdb.base/dump.exp: Use runto_main instead of "runto main".
|
||||
* gdb.base/finish.exp: Ditto.
|
||||
* gdb.base/gcore.exp: Ditto.
|
||||
* gdb.base/huge.exp: Ditto.
|
||||
* gdb.base/info-proc.exp: Ditto.
|
||||
* gdb.base/return2.exp: Ditto.
|
||||
* gdb.threads/gcore-thread.exp: Ditto.
|
||||
|
||||
2004-02-01 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.threads/thread-specific.exp: Add missing anchor to regexp.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2002 Free Software Foundation, Inc.
|
||||
# Copyright 2002, 2004 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
|
||||
@ -264,7 +264,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_load ${binfile}
|
||||
|
||||
# Run to main.
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Program failed to run, so remaining tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2000 Free Software Foundation, Inc.
|
||||
# Copyright 2000, 2004 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
|
||||
@ -100,7 +100,7 @@ proc finish_void { } {
|
||||
proc finish_tests { } {
|
||||
global gdb_prompt
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2002, 2003 Free Software Foundation, Inc.
|
||||
# Copyright 2002, 2003, 2004 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
|
||||
@ -61,7 +61,7 @@ gdb_expect {
|
||||
}
|
||||
}
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2001 Free Software Foundation, Inc.
|
||||
# Copyright 2001, 2004 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
|
||||
@ -49,7 +49,7 @@ gdb_load ${binfile}
|
||||
|
||||
set timeout 30
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2002, 2003 Free Software Foundation, Inc.
|
||||
# Copyright 2002, 2003, 2004 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
|
||||
@ -74,7 +74,7 @@ gdb_expect {
|
||||
|
||||
gdb_test "info proc" "No current process.*" "info proc without a process"
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2000, 2001 Free Software Foundation, Inc.
|
||||
# Copyright 2000, 2001, 2004 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
|
||||
@ -100,7 +100,7 @@ proc return_void { } {
|
||||
proc return2_tests { } {
|
||||
global gdb_prompt
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,7 @@ gdb_expect {
|
||||
}
|
||||
}
|
||||
|
||||
if { ! [ runto main ] } then {
|
||||
if { ! [ runto_main ] } then {
|
||||
gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user