* gdb.base/a1-selftest.exp (test_with_self): Run without windows.
authorStan Shebs <shebs@codesourcery.com>
Sat, 30 Dec 1995 00:23:40 +0000 (00:23 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 30 Dec 1995 00:23:40 +0000 (00:23 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index 0f5f981481036c593ef9507f70a7afe770a104ee..e28fa8c70dfbc57eeedb699f84c1bbd606eceead 100644 (file)
@@ -1,3 +1,14 @@
+Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
+
+Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
+
+       * gdb.base/*.exp: Make ${srcfile} only be the basename of the
+       input source file; fix code to compile test to deal with this
+       convention.
+       * gdb.c++/*.exp: Likewise.
+
 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
 
        * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
index 2340ea8946d8b88f37c3fb31ada8ae5f4c2c66b0..a5df025a1413e21b9b8dfe8b3d5a6f50b5ff78c4 100644 (file)
@@ -94,7 +94,7 @@ proc test_with_self {} {
 
     # run yourself
     set description "run until breakpoint at main"
-    send "run\n"
+    send "run -nw\n"
     expect {
        -re "Starting program.*Breakpoint \[0-9\]+,.*main .argc.*argv.* at .*main.c:.*$prompt $" {
            pass "$description"