This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

gcc testsuite result question


Hello, I'm working on dejagnu & testsuite things.

When I execute "make check" in gdb(ver 4.18) build directory, it shows
result summary.

                === gdb Summary ===

# of expected passes            1495
# of unexpected failures        12
# of expected failures          3
# of unresolved testcases       7
...../build-gdb-4.18/gdb/testsuite/../../gdb/gdb version  4.18 -nx

But when I execute "make check" in gcc(ver 3.0) build directory, it shows
result summary like the following...

                === gcc Summary ===

......./build-gcc-3.0/gcc/xgcc version 3.0


There is no # of FAIL, # of PASS. Anyway I got to know that 'testcnt' is
related to this fact. And Changelog says

Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)

        * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
        * lib/dg.exp (dg-test): Call unsupported testcases as such.

The code for updating 'testcnt' was deleted?
If that's true, I wonder how I could know how many tests pass or fail?
Thanks.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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