scope4.C: No longer expected to fail.

* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
        * g++.old-deja/g++.mike/p7325.C: Likewise.
        * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.

From-SVN: r15413
This commit is contained in:
Jeffrey A Law 1997-09-11 19:53:52 +00:00 committed by Jeff Law
parent 432438724e
commit 7f69978172
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Thu Sep 11 13:52:01 1997 Jeffrey A Law (law@cygnus.com)
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
* g++.old-deja/g++.mike/p7325.C: Likewise.
* g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
* g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.

View File

@ -1,5 +1,4 @@
// Build don't link:
// excess errors test - XFAIL *-*-*
// GROUPS passed scoping
class BitString {
public:

View File

@ -1,5 +1,5 @@
// Special g++ Options: -fexceptions
// excess errors test - XFAIL hppa*-*-* a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
void my_unexpected() {
throw 42;

View File

@ -1,7 +1,6 @@
// I hate this type of test case. I'm not sure how to code it better.
// See the PR for what this tests.
// prms-id: 7325
// execution test fails *-*-*
int fail = 0;