3 Mar 2003 23:44
[patch] more gdb.c++/templates.exp failures
David Carlton <carlton <at> math.stanford.edu>
2003-03-03 22:44:38 GMT
2003-03-03 22:44:38 GMT
This patch converts some more gdb.c++/templates.exp failures (seen under GCC 3.1, DWARF 2). "ptype T5<int>" and "ptype t5i" give the same output; they suffer from gdb/1111 and gdb/1113. I KFAILed them with respect to the former, mentioning the latter in a comment. "constructor breakpoint" triggers gdb/1062. "destructor breakpoint" triggers gdb/1112. I changed this from gdb_test into send_gdb/gdb_expect instead of gdb_test_multiple. I realize this makes me a bad person; one of these days I'll play around with gdb_test_multiple, honest I will. "print Garply<Garply<char> >::garply" isn't a bug at all: as happened with one of the classes.exp tests, GDB prints out a 'const' in a situation where that's perfectly appropriate. Tested on i686-pc-linux-gnu/GCC3.1/DWARF-2; on that platform, "runtest gdb.c++/*.exp" prints the following happy output: === gdb Summary === # of expected passes 1608 # of known failures 25 /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb version 2003-03-03-cvs -nx I'm planning to commit these tomorrow unless somebody objects. David Carlton(Continue reading)
RSS Feed