Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/procs: upgrade to 0.9.19 | Leo | 2020-03-09 | 1 | -3/+3 |
| | |||||
* | testing/procs: upgrade to 0.9.12 | Leo | 2020-02-27 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.9.11 | Leo | 2020-02-17 | 1 | -3/+3 |
| | |||||
* | testing/various: enable stackprotector | Kevin Daudt | 2020-02-14 | 1 | -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.9 | Leo | 2020-02-12 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.9.6 | Leo | 2020-02-06 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.9.5 | Leo | 2020-01-31 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.9.2 | Leo | 2020-01-28 | 1 | -4/+6 |
| | |||||
* | testing/procs: upgrade to 0.8.16 | Leo | 2019-12-23 | 1 | -2/+2 |
| | |||||
* | testing/procs: upgrade to 0.8.14 | Leo | 2019-11-22 | 1 | -2/+2 |
| | |||||
* | 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 |