]> gcc.gnu.org Git - gcc.git/commit
dg.exp: Ignore tests in new directories bprob and gcov.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 29 Mar 2002 21:56:12 +0000 (21:56 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 29 Mar 2002 21:56:12 +0000 (21:56 +0000)
commitcb260b11817187e933bba141210f3af571f6b351
treea820c83a1ffc2e6ee7b35658e9e5f28d6d9bf6fc
parentb0c48229854447bec65f7f5a6ef1dbbe451cc3fb
dg.exp: Ignore tests in new directories bprob and gcov.

* g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
* g++.dg/bprob/bprob.exp: New driver for profile-directed branch
ordering tests.
* g++.dg/bprob/bprob-1.C: New test.
* g++.dg/gcov/gcov.exp: New driver for gcov tests.
* g++.dg/gcov/gcov-1.C: New test.
* g++.dg/gcov/gcov-1.x: New file.
* g++.dg/gcov/gcov-2.C: New test.
* g++.dg/gcov/gcov-3.C: New test.
* g++.dg/gcov/gcov-3.h: New file.

From-SVN: r51572
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/bprob/bprob-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/bprob/bprob.exp [new file with mode: 0644]
gcc/testsuite/g++.dg/dg.exp
gcc/testsuite/g++.dg/gcov/gcov-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/gcov/gcov-1.x [new file with mode: 0644]
gcc/testsuite/g++.dg/gcov/gcov-2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/gcov/gcov-3.C [new file with mode: 0644]
gcc/testsuite/g++.dg/gcov/gcov-3.h [new file with mode: 0644]
gcc/testsuite/g++.dg/gcov/gcov.exp [new file with mode: 0644]
This page took 0.058891 seconds and 5 git commands to generate.