From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schwab To: gdb-patches@cygnus.com Subject: Bogus stepi/nexti test Date: Mon, 25 Jan 1999 02:09:00 -0000 Message-ID: X-SW-Source: 1999-01/msg00023.html Message-ID: <19990125020900.vnl0jgXEGJHjaKQoYJFTXth1Ps2fL6q387fXpf47z_A@z> The stepi/nexti tests in gdb.base/step-test.exp are completely bogus and must be removed. 1999-01-24 Andreas Schwab * gdb.base/step-test.exp: Remove bogus stepi/nexti tests. --- gdb-19990121/gdb/testsuite/gdb.base/step-test.exp.~1~ Sat Jan 23 16:13:05 1999 +++ gdb-19990121/gdb/testsuite/gdb.base/step-test.exp Sun Jan 24 02:16:08 1999 @@ -69,20 +69,6 @@ # gdb_test "finish" ".*30.*a.*5.*= a.*3.*" "step out" -# Instruction stepping, into -# -gdb_test "stepi" ".*30.*a.*5.* = a.*3.*" "stepi 1" -gdb_test "stepi" ".*30.*a\\\[5\\\] = a.*" "stepi 2" - -gdb_test "stepi 7" ".*6.*glob.*" "stepi into" -gdb_test "finish" ".*34.*callee.*NEXTI.*" "stepi out" - -# Instruction stepping, over -# -gdb_test "nexti" ".*callee.*NEXTI.*" "nexti 1" -gdb_test "nexti" ".*callee.*NEXTI.*" "nexti 2" -gdb_test "nexti 3" ".*36.*y = w.*z;.*" "nexti over" - gdb_test "c" ".*Program exited normally.*" "run to finish" return 0 -- Andreas Schwab "And now for something schwab@issan.cs.uni-dortmund.de completely different" schwab@gnu.org