Bogus stepi/nexti test

Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Thu Apr 1 00:00:00 GMT 1999


The stepi/nexti tests in gdb.base/step-test.exp are completely bogus and
must be removed.


1999-01-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* 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



More information about the Gdb-patches mailing list