Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/procs: upgrade to 0.8.13 | Leo | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.8.12 | Chloe Kudryavtsev | 2019-10-24 | 1 | -3/+3 |
| | | | | Also disable x86 as it fails to build in CI. | ||||
* | testing/procs: disable on armhf and armv7 | Leo | 2019-10-11 | 1 | -0/+1 |
| | |||||
* | testing/procs: upgrade to 0.8.11 | Leo | 2019-10-11 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.8.9 | J0WI | 2019-09-27 | 1 | -1/+8 |
| | |||||
* | testing/procs: upgrade to 0.8.9 | Chloe Kudryavtsev | 2019-09-23 | 1 | -2/+2 |
| | |||||
* | testing/procs: enable on armhf and armv7 | J0WI | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | testing/procs: upgrade to 0.8.8 | Chloe Kudryavtsev | 2019-06-24 | 1 | -3/+3 |
| | | | | Also re-enable tests, since upstream fixed the segfault issue. | ||||
* | testing/procs: new aport | Chloe Kudryavtsev | 2019-06-24 | 1 | -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 |