Bug 210565

Summary: usr.bin/lastcomm failed kyua status for 11.0 -r302180 (only tested on rpi2 with -mcpu=cortex-a7 in use)
Product: Base System Reporter: Mark Millard <marklmi26-fbsd>
Component: armAssignee: freebsd-arm (Nobody) <freebsd-arm>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: asomers, ngie
Priority: ---    
Version: CURRENT   
Hardware: arm   
OS: Any   

Description Mark Millard 2016-06-25 09:43:13 UTC
[The ". . ."s are omitted Metadata lines or other omitted blocks of text.]
(only tested on rpi2 with -mcpu=cortex-a7 in use)

kyua report --results-filter failed --results-file /usr/tests --verbose

reports for usr.bin/lastcomm:

===> usr.bin/lastcomm/legacy_test:main
Result: failed: 4 tests of 6 failed
Duration: 0.139s
. . .
Standard output:
1..6
not ok 1
not ok 2
not ok 3
not ok 4
ok 5
ok 6
 
Standard error:
cat: /usr/tests/usr.bin/lastcomm/v1-arm-acct.in: No such file or directory
cat: /usr/tests/usr.bin/lastcomm/v2-arm-acct.in: No such file or directory
cat: /usr/tests/usr.bin/lastcomm/v2-arm.out: No such file or directory
cat: /usr/tests/usr.bin/lastcomm/v1-arm.out: No such file or directory
lastcomm: could not open /usr/tests/usr.bin/lastcomm/v1-arm-acct.in: No such file or directory
diff: /usr/tests/usr.bin/lastcomm/v1-arm.out: No such file or directory
/usr/tests/usr.bin/lastcomm/legacy_test: cannot open /usr/tests/usr.bin/lastcomm/v1-arm-acct.in: No such file or directory
diff: /usr/tests/usr.bin/lastcomm/v1-arm.out: No such file or directory
lastcomm: could not open /usr/tests/usr.bin/lastcomm/v2-arm-acct.in: No such file or directory
diff: /usr/tests/usr.bin/lastcomm/v2-arm.out: No such file or directory
/usr/tests/usr.bin/lastcomm/legacy_test: cannot open /usr/tests/usr.bin/lastcomm/v2-arm-acct.in: No such file or directory
diff: /usr/tests/usr.bin/lastcomm/v2-arm.out: No such file or directory
Comment 1 Alan Somers freebsd_committer freebsd_triage 2016-06-25 15:07:30 UTC
Looks like someone needs to generate golden files for arm, or at least restrict the architectures where the test can run.
Comment 2 Alan Somers freebsd_committer freebsd_triage 2016-06-25 15:25:47 UTC

*** This bug has been marked as a duplicate of bug 204154 ***