From: Janis Johnson Date: Fri, 7 Sep 2001 16:38:32 +0000 (+0000) Subject: gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output... X-Git-Tag: prereleases/libstdc++-3.0.95~2211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe0d2668b2d9a292b200c38a911a70b9dc499b8;p=thirdparty%2Fgcc.git gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify. * gcc.misc-tests/gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify. * gcc.misc-tests/gcov-4b.x: New file. * gcc.misc-tests/gcov-5b.x: New file. * gcc.misc-tests/gcov-6.x: New file. * gcc.misc-tests/gcov-7.c: New test. * gcc.misc-tests/gcov-7.x: New file. From-SVN: r45465 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f866385ff51a..54c55aef1b77 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2001-09-07 Janis Johnson + * gcc.misc-tests/gcov.exp: Add support for a .x file to control + XFAIL and which kinds of gcov output to verify. + * gcc.misc-tests/gcov-4b.x: New file. + * gcc.misc-tests/gcov-5b.x: New file. + * gcc.misc-tests/gcov-6.x: New file. + * gcc.misc-tests/gcov-7.c: New test. + * gcc.misc-tests/gcov-7.x: New file. + 2001-09-06 Janis Johnson * gcc.misc-tests/gcov.exp: Add support for call return percentages.