GDB Testsuite Results on POWERPC

2009-11-25 Thread Ananth N Mavinakayanahalli
Hi,

Here is the summary of GDB testsuite runs on a vanilla kernel and one
with ptrace over utrace on a powerpc machine:

Vanilla ptrace:
=== gdb Summary ===

# of expected passes13970
# of unexpected failures52
# of unexpected successes   2
# of expected failures  40
# of untested testcases 8
# of unresolved testcases   125
# of unsupported tests  55

runtest completed at Wed Nov 25 14:02:52 2009

Ptrace over utrace:
=== gdb Summary ===

# of expected passes13970
# of unexpected failures52
# of unexpected successes   2
# of expected failures  40
# of untested testcases 8
# of unresolved testcases   125
# of unsupported tests  55

runtest completed at Wed Nov 25 14:21:52 2009

Essentially, there is *no* change in any of the numbers with and without
ptrace over utrace.

Regards,
Ananth



Re: GDB Testsuite Results on POWERPC

2009-11-25 Thread Jan Kratochvil
On Wed, 25 Nov 2009 09:59:11 +0100, Ananth N Mavinakayanahalli wrote:
 Essentially, there is *no* change in any of the numbers with and without
 ptrace over utrace.

While it is probable so please rather check diff of the *.sum files as some of
the results are fuzzy and - in a rare possibility - two results changing
FAIL-PASS and PASS-FAIL will not show in this summary.


Thanks,
Jan