public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/33830]  New: Open issues from a test run
@ 2007-10-20 14:40 Markus dot Elfring at web dot de
  2007-10-20 19:25 ` [Bug testsuite/33830] " pinskia at gcc dot gnu dot org
  2007-12-08 23:22 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: Markus dot Elfring at web dot de @ 2007-10-20 14:40 UTC (permalink / raw)
  To: gcc-bugs

I have tried another language selection on my openSUSE 10.3 system.
Linux Sonne 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC x86_64 x86_64
x86_64 GNU/Linux
elfring@Sonne:~/Projekte/GNU/GCC/erzeugt/4.2.2/kein_Ada>
~/Projekte/GNU/GCC/Quellen/4.2.2/configure
--enable-languages=c,c++,fortran,java,objc,obj-c++,treelang

I have got mixed test results.

[...]
                === gcc Summary ===

# of expected passes            42098
# of expected failures          127
# of unresolved testcases       1
# of untested testcases         28
# of unsupported tests          402
/home/elfring/Projekte/GNU/GCC/erzeugt/4.2.2/kein_Ada/gcc/xgcc  version 4.2.2

make[2]: [check-gcc] Fehler 1 (ignoriert)
[...]
                === g++ tests ===
[...]
FAIL: g++.dg/other/unused1.C scan-assembler
(string|ascii?)z?\t"class2("|\\\\000)
XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B
XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\[5\]
[...]
                === g++ Summary ===

# of expected passes            13482
# of unexpected failures        1
# of unexpected successes       2
# of expected failures          66
# of unsupported tests          106
/home/elfring/Projekte/GNU/GCC/erzeugt/4.2.2/kein_Ada/gcc/testsuite/g++/../../g++
 version 4.2.2

make[2]: [check-g++] Fehler 1 (ignoriert)
[...]
                === gfortran tests ===
[...]
XPASS: gfortran.dg/csqrt_2.f  -O0  execution test
XPASS: gfortran.dg/csqrt_2.f  -O1  execution test
XPASS: gfortran.dg/csqrt_2.f  -O2  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer -funroll-loops 
execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -g  execution test
XPASS: gfortran.dg/csqrt_2.f  -Os  execution test
[...]
                === gfortran Summary ===

# of expected passes            16262
# of unexpected successes       8
# of expected failures          7
# of unsupported tests          17
/home/elfring/Projekte/GNU/GCC/erzeugt/4.2.2/kein_Ada/gcc/testsuite/gfortran/../../gfortran
 version 4.2.2

make[2]: [check-gfortran] Fehler 1 (ignoriert)
[...]
                === obj-c++ tests ===
[...]
FAIL: obj-c++.dg/bitfield-1.mm (test for excess errors)
FAIL: obj-c++.dg/bitfield-4.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-2.mm execution test
FAIL: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/layout-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

                === obj-c++ Summary ===

# of expected passes            426
# of unexpected failures        9
# of unsupported tests          13
/home/elfring/Projekte/GNU/GCC/erzeugt/4.2.2/kein_Ada/gcc/testsuite/obj-c++/../../g++
 version 4.2.2

make[2]: [check-obj-c++] Fehler 1 (ignoriert)
[...]
                === libstdc++ tests ===
[...]
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess
errors)
XPASS: 27_io/fpos/14320-1.cc execution test

                === libstdc++ Summary ===

# of expected passes            4477
# of unexpected successes       2
# of expected failures          14
make[4]: *** [check-DEJAGNU] Fehler 1
[...]

Can this excerpt from my test log help to resolve any open issues?

I feel unsure if this compiler release can be safely installed already.


-- 
           Summary: Open issues from a test run
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Markus dot Elfring at web dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33830


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/33830] Open issues from a test run
  2007-10-20 14:40 [Bug testsuite/33830] New: Open issues from a test run Markus dot Elfring at web dot de
@ 2007-10-20 19:25 ` pinskia at gcc dot gnu dot org
  2007-12-08 23:22 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-10-20 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-10-20 19:25 -------
All of the objective-C++ failures are filed in different bug reports already.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33830


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/33830] Open issues from a test run
  2007-10-20 14:40 [Bug testsuite/33830] New: Open issues from a test run Markus dot Elfring at web dot de
  2007-10-20 19:25 ` [Bug testsuite/33830] " pinskia at gcc dot gnu dot org
@ 2007-12-08 23:22 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-08 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-12-08 23:22 -------
unused1.C is PR 33429.

so all other issuses are known already so closing as invalid.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33830


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-08 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-20 14:40 [Bug testsuite/33830] New: Open issues from a test run Markus dot Elfring at web dot de
2007-10-20 19:25 ` [Bug testsuite/33830] " pinskia at gcc dot gnu dot org
2007-12-08 23:22 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).