This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/32063] "contrib/test_summary" script could output results more neatly



------- Comment #4 from rob1weld at aol dot com  2007-06-09 03:27 -------
One enhancement I did try was adding this to the end of contrib/test_summary. 

It does nothing for _me_ since I have the new assembler but for others it would
catch the failures and report them.

  print "";
  print "---";
  print "Check gcc/testsuite/gcc/gcc.log for Spurious Errors:"
  print "grep -e Assembler\\ messages -e Warning -e Error
gcc/testsuite/gcc/gcc.log | sort -k 2 -i -u"
  print "";
  system("grep -e Assembler\\ messages -e Warning -e Error
gcc/testsuite/gcc/gcc.log | sort -k 2 -i -u");
  print "---";
  print "";


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32063


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