This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC 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]

Results for 4.3.0 20080201 (experimental) (GCC) testsuite on i386-unknown-openbsd4.2


With the patch for libstdc++-v3/config/os/generic/error_constants.h:


Index: error_constants.h
===================================================================
--- error_constants.h	(revision 132077)
+++ error_constants.h	(working copy)
@@ -117,7 +117,12 @@
 
       not_connected = 				ENOTCONN,
       not_enough_memory = 			ENOMEM,
+
+#ifdef ENOTSUP
       not_supported = 				ENOTSUP,
+#else
+      not_supported =				EOPNOTSUPP,
+#endif
 
 #ifdef _GLIBCXX_HAVE_ECANCELED
       operation_canceled = 			ECANCELED,


LAST_UPDATED: Obtained from SVN: trunk revision 132053

Native configuration is i386-unknown-openbsd4.2

		=== gcc tests ===


Running target unix
		=== gfortran tests ===


Running target unix
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_42.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/namelist_43.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nan_3.f90 execution test
FAIL: gfortran.dg/nint_2.f90 execution test

		=== gfortran Summary ===

# of expected passes		23477
# of unexpected failures	25
# of expected failures		3
# of unsupported tests		104
/home/dongsheng/wc/tmp/obj/gcc/testsuite/gfortran/../../gfortran  version 4.3.0 20080201 (experimental) (GCC) 

		=== libstdc++ tests ===


Running target unix
WARNING: program timed out.
FAIL: 23_containers/vector/bool/modifiers/insert/31370.cc execution test
WARNING: program timed out.
FAIL: 23_containers/vector/bool/modifiers/insert/31370.cc execution test
WARNING: program timed out.
FAIL: 23_containers/vector/bool/modifiers/insert/31370.cc execution test
WARNING: program timed out.
FAIL: 23_containers/vector/bool/modifiers/insert/31370.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/1-io.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/1-io.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/2-io.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/2-io.cc execution test
FAIL: 27_io/basic_filebuf/seekpos/char/1-io.cc execution test
FAIL: 27_io/basic_filebuf/seekpos/char/1-io.cc execution test
FAIL: 27_io/basic_filebuf/seekpos/char/2-io.cc execution test
FAIL: 27_io/basic_filebuf/seekpos/char/2-io.cc execution test
FAIL: ext/pb_ds/regression/trie_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/trie_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc execution test

		=== libstdc++ Summary ===

# of expected passes		9304
# of unexpected failures	16
# of expected failures		122
# of unsupported tests		537

Compiler version: 4.3.0 20080201 (experimental) (GCC) 
Platform: i386-unknown-openbsd4.2
configure flags: --prefix=/usr/local/gcc-4.3 --enable-version-specific-runtime-libs --disable-werror --enable-languages=c,c++,fortran --with-gmp=/usr/local --with-mpfr=/usr/local

Attachment: pgp00000.pgp
Description: PGP signature


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