aboutsummaryrefslogtreecommitdiffstats
path: root/testing/procs
Commit message (Collapse)AuthorAgeFilesLines
* testing/procs: upgrade to 0.9.20Leo2020-03-131-2/+2
|
* testing/procs: upgrade to 0.9.19Leo2020-03-091-3/+3
|
* testing/procs: upgrade to 0.9.12Leo2020-02-271-2/+2
|
* testing/procs: upgrade to 0.9.11Leo2020-02-171-3/+3
|
* testing/various: enable stackprotectorKevin Daudt2020-02-141-8/+1
| | | | | | | | | On x86, the stack protector was disabled by addinsg `-fno-stack-protector` to CFLAGS. This was due to rust not passing `-lssp_nonshared` to the linker, causing build errors while linking. Rust has been patched to fix this issue, so now we can enable stack protection again.
* testing/procs: upgrade to 0.9.9Leo2020-02-121-2/+2
|
* testing/procs: upgrade to 0.9.6Leo2020-02-061-2/+2
|
* testing/procs: upgrade to 0.9.5Leo2020-01-311-2/+2
|
* testing/procs: upgrade to 0.9.2Leo2020-01-281-4/+6
|
* testing/procs: upgrade to 0.8.16Leo2019-12-231-2/+2
|
* testing/procs: upgrade to 0.8.14Leo2019-11-221-2/+2
|
* testing/procs: upgrade to 0.8.13Leo2019-11-021-2/+2
|
* testing/procs: upgrade to 0.8.12Chloe Kudryavtsev2019-10-241-3/+3
| | | | Also disable x86 as it fails to build in CI.
* testing/procs: disable on armhf and armv7Leo2019-10-111-0/+1
|
* testing/procs: upgrade to 0.8.11Leo2019-10-111-2/+2
|
* testing/procs: upgrade to 0.8.9J0WI2019-09-271-1/+8
|
* testing/procs: upgrade to 0.8.9Chloe Kudryavtsev2019-09-231-2/+2
|
* 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