OSDN Git Service

* g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2002 21:56:12 +0000 (21:56 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2002 21:56:12 +0000 (21:56 +0000)
commit71f90aa459f1c45c383c2eb0d97053be642f5c90
treea820c83a1ffc2e6ee7b35658e9e5f28d6d9bf6fc
parent771d21fab6794ddeb9c317b7e6fd7e47ef70985a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51572 138bc75d-0d04-0410-961f-82ee72b054a4
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]