This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFC] Check setitimer return value in testsuite/gdb.base/sigstep.c
>
> itimer =, not itime =.
>
> Otherwise OK. Thanks!
>
> --
> Daniel Jacobowitz
> CodeSourcery
Thanks, I check the change in, taking your correction.
Pierre Muller
Thus running on cygwin:
Running 'make check RUNTESTFLAGS=gdb.base/sigstep.exp'
New version result:
=== gdb Summary ===
# of expected passes 63
# of unexpected failures 50
# of known failures 6
/usr/local/src/cvs/build/gdb/testsuite/../../gdb/gdb version
6.7.50-20071015-cvs -nx
Takes approximatively 40 seconds.
Old version result:
=== gdb Summary ===
# of expected passes 2
# of unexpected failures 110
# of known failures 6
# of unresolved testcases 1
/usr/local/src/cvs/build/gdb/testsuite/../../gdb/gdb version
6.7.50-20071015-cvs -nx
took approximatively 2 hours.
The remaining failures are due, at least partly
to signal handling problems. Which occur all over
cygwin testsuite.
Pierre Muller