gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output...
authorJanis Johnson <janis@gcc.gnu.org>
Fri, 7 Sep 2001 16:38:32 +0000 (16:38 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 7 Sep 2001 16:38:32 +0000 (16:38 +0000)
* 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

gcc/testsuite/ChangeLog

index f866385..54c55ae 100644 (file)
@@ -1,3 +1,12 @@
+2001-09-07  Janis Johnson  <janis187@us.ibm.com>
+       * 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  <janis187@us.ibm.com>
 
        * gcc.misc-tests/gcov.exp: Add support for call return percentages.