diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-11-25 15:31:27 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-25 15:31:27 -0700 |
commit | d6749532884247a0cfcf8d7162186ef7a6a349a3 (patch) | |
tree | cceada696890e17670d5c274bfb96205a259ee9b | |
parent | 6ec3cb84138fbc58373f0b5c84c38a201d5e6efc (diff) | |
download | gcc-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
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.eh/spec3.C | 1 |
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> |