aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis@gcc.gnu.org>2001-09-07 16:38:32 +0000
committerJanis Johnson <janis@gcc.gnu.org>2001-09-07 16:38:32 +0000
commitebe0d2668b2d9a292b200c38a911a70b9dc499b8 (patch)
treea5a5cd1b78668345fe929d5f685d4cfa7703fc27 /gcc
parent1dee47c328c72ff265a18e00d3b8b6d559634e85 (diff)
downloadgcc-ebe0d2668b2d9a292b200c38a911a70b9dc499b8.zip
gcc-ebe0d2668b2d9a292b200c38a911a70b9dc499b8.tar.gz
gcc-ebe0d2668b2d9a292b200c38a911a70b9dc499b8.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f866385..54c55ae 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.