[OE-core] Recipes with ptest dependency problems

Richard Purdie richard.purdie at linuxfoundation.org
Wed Apr 17 21:55:51 UTC 2019


I mentioned differences in numbers of pass/fail depending on which
image you install ptests into. The recipes which have the issues and
the numbers are:

core-image-sato with ptest installed:

Recipe                       | Passed      | Failed   | Skipped   | 

diffutils                    | 20          | 0        | 1         | 
elfutils                     | 31          | 6        | 166       | 
flex                         | 0           | 0        | 0         | 
gzip                         | 3           | 19       | 0         | 
libxml-parser-perl           | 0           | 15       | 0         | 
lttng-tools                  | 3397        | 626      | 1         | T
nettle                       | 95          | 2        | 2         | 
openssh                      | 0           | 0        | 1         | 
perl                         | 2425        | 20       | 235       | 
python                       | 304         | 6        | 39        | 
python3                      | 30321       | 2        | 1019      | 
quilt                        | 23          | 34       | 0         | 
tcl                          | 148         | 1        | 0         | 
util-linux                   | 378         | 2        | 58        | 
valgrind                     | 0           | 0        | 0         | 

core-image-sato-sdk with ptest installed:

Recipe                       | Passed      | Failed   | Skipped   | 

diffutils                    | 21          | 0        | 0         | 
elfutils                     | 31          | 4        | 168       | 
flex                         | 114         | 0        | 0         | 
gzip                         | 22          | 0        | 0         | 
libxml-parser-perl           | 15          | 0        | 0         | 
lttng-tools                  | 4693        | 1        | 412       | 
nettle                       | 96          | 1        | 2         | 
openssh                      | 67          | 0        | 3         | 
perl                         | 2430        | 19       | 231       | 
python                       | 131         | 1        | 17        | 
python3                      | 30329       | 2        | 1011      | 
quilt                        | 57          | 0        | 0         | 
tcl                          | 149         | 0        | 0         | 
util-linux                   | 473         | 2        | 52        | 
valgrind                     | 297         | 251      | 31        | 

I appreciate some of the numbers don't add up e.g. valgrind skips 0
tests? or the util-linux skip counts. I cropped the time taken counts
out as they confuse the diff other than to note the timeout/hang in
lttng-tools.

We probably need bugzilla entries for each one of these to look into
and fix the ptest package dependencies so the pass/fail counts are the
same in a core-image-sato to core-image-sato-sdk.

Cheers,

Richard



More information about the Openembedded-core mailing list