| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: run usb runtests with namespace/setuid sandbox | Andrey Konovalov | 2020-04-03 | 1 | -2/+0 |
| | | |||||
| * | sys/linux: fix USB runtest | Andrey Konovalov | 2019-07-24 | 1 | -4/+1 |
| | | |||||
| * | executor: drop CAP_SYS_PTRACE with sandbox=none | Dmitry Vyukov | 2019-07-22 | 1 | -0/+1 |
| | | | | | | | We only drop CAP_SYS_PTRACE for sandbox=namespace, but it can equally affect testing with sandbox=none. Drop it for sandbox=none, add a test. | ||||
| * | pkg/csource: test sys/*/test programs | Dmitry Vyukov | 2019-07-22 | 1 | -1/+3 |
| | | | | | | | Running sys/*/test programs requires real machines and kernels for each OS. We can't do that in unit tests, but at least try to deserialize these programs so that they don't get rotten. | ||||
| * | pkg/runtest: add simple USB runtest | Andrey Konovalov | 2019-05-31 | 1 | -0/+3 |
