scope4.C: No longer expected to fail.
authorJeffrey A Law <law@cygnus.com>
Thu, 11 Sep 1997 19:53:52 +0000 (19:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Sep 1997 19:53:52 +0000 (13:53 -0600)
        * 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.brendan/scope4.C
gcc/testsuite/g++.old-deja/g++.mike/eh51.C
gcc/testsuite/g++.old-deja/g++.mike/p7325.C

index e08f557..a857a7e 100644 (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++.
index 43f9016..a6781ab 100644 (file)
@@ -1,5 +1,4 @@
 // Build don't link: 
-// excess errors test - XFAIL *-*-*
 // GROUPS passed scoping
 class BitString {
 public:
index 55ca0c5..8aa8e0f 100644 (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;
index 8402a36..f7b04cf 100644 (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;