From 8de0841b1c5d7c498deec6c42dcfa539dc58c1fa Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Wed, 1 Dec 2004 06:56:21 +0000 Subject: [PATCH] 2004-11-30 Randolph Chung * gdb.threads/thread_check.exp: Use ${srcfile} for test program name instead of "tbug". Fix regexp to work properly with gdb_test. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.threads/thread_check.exp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 67c9bf3ed6e..1a87a090b41 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-11-30 Randolph Chung + + * gdb.threads/thread_check.exp: Use ${srcfile} for test program name + instead of "tbug". Fix regexp to work properly with gdb_test. + 2004-11-29 Paul Hilfinger * gdb.base/bitfields2.exp: New test. diff --git a/gdb/testsuite/gdb.threads/thread_check.exp b/gdb/testsuite/gdb.threads/thread_check.exp index 95b89d03968..7f6a3d8bc0a 100644 --- a/gdb/testsuite/gdb.threads/thread_check.exp +++ b/gdb/testsuite/gdb.threads/thread_check.exp @@ -27,7 +27,7 @@ # in ptrace system call. # # Test Strategy: -# - tbug.c creates 2 threads +# - thread_check.c creates 2 threads # - start gdb # - create 2 breakpoints #1 main() #2 tf() (the thread function) # - run gdb till #1 main() breakpoint is reached @@ -74,14 +74,14 @@ gdb_test "break tf" \ # continue to tf() breakpoint #2 # gdb_test "continue" \ - ".*Breakpoint 2.*tf.* at .*tbug.* .*\r\n.*$gdb_prompt $" \ + ".*Breakpoint 2,.*tf.*at.*$srcfile:.*" \ "continue to tf" # # backtrace from thread function. # gdb_test "backtrace" \ - "#0 .*tf .*at .*tbug.*" \ + "#0 .*tf .*at .*$srcfile:.*" \ "backtrace from thread function" -- 2.39.2