diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-01-13 17:08:03 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-01-13 17:08:03 +0000 |
commit | 19ac3974bce1b2bca56ade2dce7c291117a4d666 (patch) | |
tree | 92461fde2e41cc6304fa4d079b272bb11bdb84c3 /gdb | |
parent | 0f0cffd2518d3d8a2749d3772a0ef780163e2195 (diff) | |
download | gdb-19ac3974bce1b2bca56ade2dce7c291117a4d666.zip gdb-19ac3974bce1b2bca56ade2dce7c291117a4d666.tar.gz gdb-19ac3974bce1b2bca56ade2dce7c291117a4d666.tar.bz2 |
2004-01-13 Elena Zannoni <ezannoni@redhat.com>
* gdb.threads/gcore-thread.exp: Prefix name of binary with
test specific name.
* gdb.mi/gdb669.exp: Ditto.
* gdb.mi/mi-pthreads.exp: Ditto.
* gdb.mi/mi1-pthreads.exp: Ditto.
* gdb.mi/mi2-pthreads.exp: Ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/gdb669.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-pthreads.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi1-pthreads.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi2-pthreads.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/gcore-thread.exp | 4 |
6 files changed, 19 insertions, 10 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index badaa83..5308edb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2004-01-13 Elena Zannoni <ezannoni@redhat.com> + + * gdb.threads/gcore-thread.exp: Prefix name of binary with + test specific name. + * gdb.mi/gdb669.exp: Ditto. + * gdb.mi/mi-pthreads.exp: Ditto. + * gdb.mi/mi1-pthreads.exp: Ditto. + * gdb.mi/mi2-pthreads.exp: Ditto. + 2004-01-12 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/member-ptr.cc: Add copyright notice. diff --git a/gdb/testsuite/gdb.mi/gdb669.exp b/gdb/testsuite/gdb.mi/gdb669.exp index d03ce35..4bdcdab 100644 --- a/gdb/testsuite/gdb.mi/gdb669.exp +++ b/gdb/testsuite/gdb.mi/gdb669.exp @@ -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 @@ -176,7 +176,7 @@ proc check_mi_and_console_threads {name} { # set testfile "pthreads" set srcfile "$testfile.c" -set binfile "$objdir/$subdir/$testfile" +set binfile "$objdir/$subdir/gdb669-$testfile" set options [list debug incdir=$objdir] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { diff --git a/gdb/testsuite/gdb.mi/mi-pthreads.exp b/gdb/testsuite/gdb.mi/mi-pthreads.exp index 532134a..be18647 100644 --- a/gdb/testsuite/gdb.mi/mi-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi-pthreads.exp @@ -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 @@ -205,7 +205,7 @@ proc check_mi_thread_command_set {} { # set testfile "pthreads" set srcfile "$testfile.c" -set binfile "$objdir/$subdir/$testfile" +set binfile "$objdir/$subdir/mi-$testfile" set options [list debug incdir=$objdir] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { diff --git a/gdb/testsuite/gdb.mi/mi1-pthreads.exp b/gdb/testsuite/gdb.mi/mi1-pthreads.exp index f84f1fe..df841b2 100644 --- a/gdb/testsuite/gdb.mi/mi1-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi1-pthreads.exp @@ -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 @@ -205,7 +205,7 @@ proc check_mi_thread_command_set {} { # set testfile "pthreads" set srcfile "$testfile.c" -set binfile "$objdir/$subdir/$testfile" +set binfile "$objdir/$subdir/mi1-$testfile" set options [list debug incdir=$objdir] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { diff --git a/gdb/testsuite/gdb.mi/mi2-pthreads.exp b/gdb/testsuite/gdb.mi/mi2-pthreads.exp index fe007e5..4067883 100644 --- a/gdb/testsuite/gdb.mi/mi2-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi2-pthreads.exp @@ -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 @@ -205,7 +205,7 @@ proc check_mi_thread_command_set {} { # set testfile "pthreads" set srcfile "$testfile.c" -set binfile "$objdir/$subdir/$testfile" +set binfile "$objdir/$subdir/mi2-$testfile" set options [list debug incdir=$objdir] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { diff --git a/gdb/testsuite/gdb.threads/gcore-thread.exp b/gdb/testsuite/gdb.threads/gcore-thread.exp index 40c9ada..43d253e 100644 --- a/gdb/testsuite/gdb.threads/gcore-thread.exp +++ b/gdb/testsuite/gdb.threads/gcore-thread.exp @@ -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 @@ -30,7 +30,7 @@ set bug_id 0 # Single-threaded test case set testfile "pthreads" set srcfile ${testfile}.c -set binfile ${objdir}/${subdir}/${testfile} +set binfile ${objdir}/${subdir}/gcore-${testfile} if [istarget "*-*-linux"] then { set target_cflags "-D_MIT_POSIX_THREADS" |