aboutsummaryrefslogtreecommitdiffstats
path: root/testing/procs
Commit message (Collapse)AuthorAgeFilesLines
* testing/procs: enable on armhf and armv7J0WI2019-08-131-1/+1
|
* testing/procs: upgrade to 0.8.8Chloe Kudryavtsev2019-06-241-3/+3
| | | | Also re-enable tests, since upstream fixed the segfault issue.
* testing/procs: new aportChloe Kudryavtsev2019-06-241-0/+32
A modern replacement for ps written in Rust re: tests In the following scenarios, tests pass: - running by hand on real hardware - running by hand in an alpine container However, the moment abuild is involved, tests will segfault on test 3. I couldn't figure out why exactly this happens. I have a hunch that it has something to do with stdout handling, but it's hard to verify. Closes GH-9034