This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libstdc++ XPASS's on Darwin
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: gcc at gcc dot gnu dot org
- Date: Thu, 17 Aug 2006 01:41:05 -0400 (EDT)
- Subject: libstdc++ XPASS's on Darwin
We have accumulated five XPASS instances in the libstdc++ testsuite on MacOS X...
XPASS: 21_strings/basic_string/element_access/char/21674.cc execution test
XPASS: 21_strings/basic_string/element_access/wchar_t/21674.cc execution test
XPASS: 23_containers/vector/resize/1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/ios_base/storage/2.cc execution test
These consistently pass on my build machine and on Apple's regress tester.
Shouldn't these be changed to no longer be marked as xfail on darwin8?
Jack