Add patches from gdb 4.12 testing.
authorRob Savoye <rob@cygnus>
Mon, 17 Jan 1994 23:27:07 +0000 (23:27 +0000)
committerRob Savoye <rob@cygnus>
Mon, 17 Jan 1994 23:27:07 +0000 (23:27 +0000)
gdb/testsuite/.Sanitize
gdb/testsuite/ChangeLog
gdb/testsuite/TODO

index d5914c0092ac1d174ccf7736fb7c3be06b3b33a4..c4de1ea586326703c8028e27de4b29bab281af88 100644 (file)
@@ -26,7 +26,6 @@ Things-to-keep:
 .gdbinit
 ChangeLog
 Makefile.in
-TODO
 config
 configure.in
 gdb.disasm
index f40a118e5ee1b617eb47ffc20af42b2d9b19d292..c47b960e5dd69726bdb3590c53ccf0f7622942a2 100644 (file)
@@ -1,9 +1,6 @@
-Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
 
-       * gdb.t16/printcmds.exp (test_print_strings): Accept
-       "(unsigned char *) " before the string.
-
-       * TODO: Add notes about printing of fancy types and GDB expressions.
+       * Most .exp files: Tweak to run under either version of expect.
 
 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
index 0550e6c4f4c7fa7c8e522b4693d110cd143630ff..153cb00bb13d827015955711a725b7da89c2ca2a 100644 (file)
@@ -41,6 +41,10 @@ weird.exp--test that unrecognized cross-reference types or
 unrecognized visibility or virtual characters get skipped properly
 (see stabs.texinfo).
 
+Test "jump" including jump to a breakpoint (the latter will need an
+xfail for UDI and probably VxWorks (PR 1786 for vxworks; PR 2416
+contains some info for 29k).
+
 Test C++ nested types (especially if PR 1954 is fixed; even if not
 *some* things already should work even in the presence of nested
 types).  Test classes nested more than 9 levels deep (g++ mangles
@@ -48,18 +52,6 @@ these differently) (both a demangle test and some tests which also
 test the compiler).  Test calling a method of a class nested more than
 9 levels (for gdb_mangle_name and demangling).
 
-Test printing complex types, including functions, pointers to arrays
-of pointers of functions, functions which return pointers to
-functions, etc.
-
-Test GDB expressions--test all operators (and overloaded operators for
-C++).  Test integer constants which are signed or unsigned int, long,
-or long long.  Test detection of overflow of an integer constant.
-Here are a few integer constants to test (test they get the right
-types): 5, 5LL, 5LuL, 5L6u (invalid), 5LU.  Maybe things like
-0x12345678, 0x87654321, etc., but their types depend on sizes of int,
-long, etc.
-
 Test that printing const-qualified versions of various types works.
 In particular, on the sparc and probably other machines, "double" is
 handled differently from most types because it requires more alignment
@@ -125,10 +117,6 @@ If there are two breakpoints in the same place, and exactly one of
 them has its condition true, test that the correct breakpoint gets
 printed.
 
-Test "jump" including jump to a breakpoint (the latter will need an
-xfail for UDI and probably VxWorks (PR 1786 for vxworks; PR 2416
-contains some info for 29k).
-
 Set a watchpoint on a local variable (to be interesting, make a few
 calls, to be more interesting, make a recursive call).  Test that it
 gets disabled when leaving that scope.