Test: /ext/posix/tests/posix_kill_basic.phpt - Version 5.4.16    

There are 10 different diffs reported by users for this test.

Count Diff
9 (33%)
003+ bool(true)
003- bool(false)
005+ string(7) "Success"
005- string(%d) %sNo such process%s
5 (19%)
002+ ps: unrecognized option: p
003+ BusyBox v1.24.2 (2016-08-12 14:38:34 GMT) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
4 (15%)
005+ string(23) "Operation not permitted"
005- string(%d) %sNo such process%s
2 (7%)
002+ ps: invalid option -- p
003+ BusyBox v1.20.2 (2012-08-30 13:40:42 PDT) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
010+
2 (7%)
002+ dyld: DYLD_ environment variables being ignored because main executable (/bin/ps) is setuid or setgid
1 (4%)
002+ sh: 1: ps: not found
1 (4%)
002+ ps: unrecognized option: p
003+ BusyBox v1.28.4 (2018-12-31 18:05:26 UTC) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
1 (4%)
002+ ps: invalid option -- 'p'
003+ BusyBox v1.20.2 (2012-08-07 01:31:01 UTC) multi-call binary.
004+
005+ Usage: ps [-o COL1,COL2=HEADER]
006+
007+ Show list of processes
008+
009+ -o COL1,COL2=HEADER Select columns for display
010+
1 (4%)
002+ ps: invalid option -- 'p'
003+
004+ Command line: ps -p 1000
005+
006+ BusyBox v1.18.4 (2012-03-14 03:32:25 CET) multi-call binary.
002- Kill pid=%d
003- bool(false)
004- int(%d)
005- string(%d) %sNo such process%s
006- ===DONE====
007+
008+ Usage: ps [-o COL1,COL2=HEADER] [-T]
009+
010+ Show list of processes
011+
012+ Options:
013+ -o COL1,COL2=HEADER Select columns for display
014+ -T Show threads
015+
016+ Kill pid=1000
017+ bool(false)
018+ int(3)
019+ string(15) "No such process"
020+ ===DONE====
1 (4%)
002+ Error: /proc must be mounted
003+ To mount /proc at boot you need an /etc/fstab line like:
004+ proc /proc proc defaults
005+ In the meantime, run "mount proc /proc -t proc"