This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.3 branch libstdc++ testresults


Benjamin Kosnik writes:
> >FAIL: 19_diagnostics/stdexceptions.cc execution test
> >FAIL: 20_util/allocator_members.cc execution test
> >FAIL: 21_strings/append.cc execution test
> >FAIL: 21_strings/ctor_copy_dtor.cc execution test
> >FAIL: 21_strings/element_access.cc execution test
> >FAIL: 21_strings/insert.cc execution test
> >FAIL: 21_strings/substr.cc execution test
> >FAIL: 22_locale/ctor_copy_dtor.cc execution test
> >FAIL: 23_containers/bitset_ctor.cc execution test
> >FAIL: 23_containers/bitset_members.cc execution test
> >FAIL: 23_containers/deque_ctor.cc execution test
> >FAIL: 23_containers/list_modifiers.cc execution test
> >FAIL: 23_containers/vector_capacity.cc execution test
> >FAIL: 23_containers/vector_ctor.cc execution test
> >FAIL: 23_containers/vector_element_access.cc execution test
> >FAIL: 23_containers/vector_resize.cc execution test
> >FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
> >FAIL: 27_io/ios_base_storage.cc execution test
> >FAIL: 27_io/ios_init.cc execution test
> >FAIL: 27_io/ios_members.cc execution test
> >FAIL: thread/pthread4.cc execution test
> 
> Most of these new failures look to be related to exception handling in
> general. You might want to try the gcc-3.2.2 release to see if that
> works.

configuring with --enable-sjlj-exceptions did it:

--- test-summary.dwarf2	Mon Feb 24 20:26:18 2003
+++ test-summary	Thu Feb 27 04:28:19 2003

 		=== libstdc++-v3 tests ===
 
 
 Running target unix
-FAIL: 19_diagnostics/stdexceptions.cc execution test
-FAIL: 20_util/allocator_members.cc execution test
-FAIL: 21_strings/append.cc execution test
 FAIL: 21_strings/ctor_copy_dtor.cc execution test
-FAIL: 21_strings/element_access.cc execution test
 FAIL: 21_strings/insert.cc execution test
-FAIL: 21_strings/substr.cc execution test
 XPASS: 22_locale/collate_byname.cc execution test
 XPASS: 22_locale/collate_members_char.cc execution test
 XPASS: 22_locale/collate_members_wchar_t.cc execution test
-FAIL: 22_locale/ctor_copy_dtor.cc execution test
 XPASS: 22_locale/ctype_is_char.cc execution test
 XPASS: 22_locale/ctype_is_wchar_t.cc execution test
 XPASS: 22_locale/members.cc execution test
@@ -798,31 +400,29 @@
 XPASS: 22_locale/numpunct_byname.cc execution test
 XPASS: 22_locale/numpunct_members_char.cc execution test
 XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
-FAIL: 23_containers/bitset_ctor.cc execution test
-FAIL: 23_containers/bitset_members.cc execution test
-FAIL: 23_containers/deque_ctor.cc execution test
-FAIL: 23_containers/list_modifiers.cc execution test
 FAIL: 23_containers/vector_capacity.cc execution test
-FAIL: 23_containers/vector_ctor.cc execution test
-FAIL: 23_containers/vector_element_access.cc execution test
 FAIL: 23_containers/vector_resize.cc execution test
 FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
 FAIL: 27_io/ios_base_storage.cc execution test
-FAIL: 27_io/ios_init.cc execution test
-FAIL: 27_io/ios_members.cc execution test
+WARNING: program timed out.
+FAIL: thread/pthread2.cc execution test
+WARNING: program timed out.
+FAIL: thread/pthread3.cc execution test
 WARNING: program timed out.
 FAIL: thread/pthread4.cc execution test
+WARNING: program timed out.
+FAIL: thread/pthread6.cc execution test
 
 		=== libstdc++-v3 Summary ===
 
-# of expected passes		424
-# of unexpected failures	21
+# of expected passes		435
+# of unexpected failures	10
 # of unexpected successes	14
 # of expected failures		13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]