Ptest 296dfbc9b3a3c0ed64b8e748c2868928b9c2aa8b: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
     |-
     |-
     |gawk (NUC) ||282 ||style="background-color:#C4FF33;" |281 ||style="background-color:#F78D72;" |1 ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|<div class="toccolours mw-collapsible mw-collapsed" style="overflow: hidden;">No<div class="mw-collapsible-content"></div></div>
     |gawk (NUC) ||282 ||style="background-color:#C4FF33;" |281 ||style="background-color:#F78D72;" |1 ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|<div class="toccolours mw-collapsible mw-collapsed" style="overflow: hidden;">No<div class="mw-collapsible-content"></div></div>
    |-
    |python (NUC) ||14593 ||style="background-color:#C4FF33;" |14550 ||style="background-color:#F78D72;" |43 ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|100.0&#37; ||style="background-color:#C4FF33;"|<div class="toccolours mw-collapsible mw-collapsed" style="overflow: hidden;">No<div class="mw-collapsible-content"></div></div>

Revision as of 15:36, 15 April 2016

< Back
Ran on a NUC and compared with commit 8debfea81e69d038bd2d56314b272cb74f5582ed

Results
Package Name Tests ran Passed Failed Passrate Last Passrate Run difference
tcl (NUC) 148 148 0 100.0% 99.0%
Yes

Results for NUC ptest tcl 2016-04-07:
********************************

Tests that failed now and worked last time: 0


Tests that passed now and and failed last time: 2

http.test
httpold.test

Tests that were skipped now and worked last time: 0


Tests that were skipped last time and worked now: 0

Tests that failed now: 0

acl (NUC) 212 203 9 96.0% 96.0%
No

Results for NUC ptest acl 2016-04-07:
********************************

Tests that failed now and worked last time: 0


Tests that passed now and and failed last time: 0


Tests that were skipped now and worked last time: 0


Tests that were skipped last time and worked now: 0

Tests that failed now: 9

$ ls -l g | awk -- '{ print $1 $3 $4 }'
$ ls -dl d | awk '{print $1}'
$ getfacl --omit-header i/x
$ ls -dl f | awk '{print $1}'
$ ls -dl d/d | awk '{print $1}'
$ ls -dl -L d/l | awk '{print $1}'
$ ls -dl d/f | awk '{print $1}'
$ ls -l f | awk -- '{ print $1 }'
$ ls -dl g | awk '{print $1}'
busybox (NUC) 473 464 9 98.0% 97.0%
Yes

Results for NUC ptest busybox 2016-04-07:
********************************

Tests that failed now and worked last time: 1

hostname-i-works

Tests that passed now and and failed last time: 1

hostname-d-works

Tests that were skipped now and worked last time: 33

wget-retrieves-google-index
xargs-works
xargs -s7 can take one-char input
uniq (default to stdin)
uniq -c (occurrence count)
unzip (bad archive)
uniq - (specify stdin)
xargs does not stop on underscore ('new' GNU behavior)
uniq -d (dups only)
uniq -w (compare max characters)
wget-handles-empty-path
which-uses-default-path
uniq input outfile (two files)
xargs -sNUM test 1
xargs -E _ stops on underscore
wc-counts-words
uniq -f -s (skip fields and chars)
uniq (stdin) outfile
wc-prints-longest-line-length
wc-counts-characters
wc-counts-all
uniq -s -w (skip fields and compare max chars)
uptime-works
wget-supports--P
xargs -E
uniq -u and -d produce no output
uniq input - (specify stdout)
uniq input (specify file)
xargs -sNUM test 2
wc-counts-lines
wget--O-overrides--P
unzip (subdir only)
xargs -e without param

Tests that were skipped last time and worked now: 0

Tests that failed now: 9

ls-s-works
cpio lists hardlinks
hostname-i-works
ls-l-works
sed n (flushes pattern space terminates early)
sed append autoinserts newline
sed embedded NUL
sed NUL in command
sed nonexistent label
bash (NUC) 76 70 6 92.0% 92.0%
No

Results for NUC ptest bash 2016-04-07:
********************************

Tests that failed now and worked last time: 0


Tests that passed now and and failed last time: 0


Tests that were skipped now and worked last time: 0


Tests that were skipped last time and worked now: 0

Tests that failed now: 6

run-nquote4
run-builtins
run-vredir
run-intl
run-lastpipe
run-trap
gawk (NUC) 282 281 1 100.0% 100.0%
No
python (NUC) 14593 14550 43 100.0% 100.0%
No