This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] gdb.base/long_long.exp: remove a duplicate test


This patch changes gdb.base/long_long.exp to remove a duplicate test
(which had a duplicate name).

Testing: I tested this on native Red Hat Linux 7 and native Solaris 2.8.

OK to apply?

Michael

===

2001-05-19  Michael Chastain  <chastain@redhat.com>

	* gdb.base/long_long.exp: Remove duplicate test.

Index: gdb/testsuite/gdb.base/long_long.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/long_long.exp,v
retrieving revision 1.4
diff -c -3 -p -r1.4 long_long.exp
*** gdb/testsuite/gdb.base/long_long.exp	2001/03/08 21:09:22	1.4
--- gdb/testsuite/gdb.base/long_long.exp	2001/05/20 11:48:47
*************** if { $target_bigendian_p } {
*** 178,184 ****
      gdb_test "p/t *(short *)&oct" ".*1010011100101110.*"
      gdb_test "p/a *(short *)&oct" ".*0xf*ffffa72e.*"
      gdb_test "p/c *(short *)&oct" ".* 46 '.'.*"
-     gdb_test "p/a *(short *)&oct" ".*0xf*ffffa72e.*"
      gdb_test "p/f *(short *)&oct" ".*-22738.*"
  
      gdb_test "x/x &oct" ".*0xa72ee539.*"
--- 178,183 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]