aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-11-25 15:31:27 -0700
committerJeff Law <law@gcc.gnu.org>1997-11-25 15:31:27 -0700
commitd6749532884247a0cfcf8d7162186ef7a6a349a3 (patch)
treecceada696890e17670d5c274bfb96205a259ee9b /gcc
parent6ec3cb84138fbc58373f0b5c84c38a201d5e6efc (diff)
downloadgcc-d6749532884247a0cfcf8d7162186ef7a6a349a3.zip
gcc-d6749532884247a0cfcf8d7162186ef7a6a349a3.tar.gz
gcc-d6749532884247a0cfcf8d7162186ef7a6a349a3.tar.bz2
xfail a couple tests for the release.
[[Split portion of a mixed commit.]] From-SVN: r16709.2
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.eh/spec3.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.eh/spec3.C b/gcc/testsuite/g++.old-deja/g++.eh/spec3.C
index 148be76..9e44fba 100644
--- a/gcc/testsuite/g++.old-deja/g++.eh/spec3.C
+++ b/gcc/testsuite/g++.old-deja/g++.eh/spec3.C
@@ -1,5 +1,6 @@
// Testing exception specifications.
// Test 3: the bad_exception throw succeeds.
+// execution test fails - XFAIL *-*-*
#include <stdlib.h>
#include <exception>