aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/cgroup
Commit message (Collapse)AuthorAgeFilesLines
* prog: support AUTO args in programsDmitry Vyukov2018-12-101-8/+8
| | | | | | | | | | | | | | | AUTO arguments can be used for: - consts - lens - pointers For const's and len's AUTO is replaced with the natural value, addresses for AUTO pointers are allocated linearly. This greatly simplifies writing test programs by hand as most of the time we want these natural values. Update tests to use AUTO.
* executor: fix cgroupsDmitry Vyukov2018-08-091-0/+15
1. Create per-proc cgroup in executor. 2. Setup cgroups after chdir into test dir (it assumes relative paths against test dir). 3. Add test.