aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/file_immutable
Commit message (Collapse)AuthorAgeFilesLines
* prog: support AUTO args in programsDmitry Vyukov2018-12-101-5/+5
| | | | | | | | | | | | | | | 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: clean up immutable dirsDmitry Vyukov2018-08-091-0/+3
| | | | | | Turns out dirs can be immutable too. Update #650
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+7
Fixes #650