aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: annotate syscall() args with their pretty-printed valuesFlorent Revest2024-02-012-0/+7
* prog: prefer precise constructorsAleksandr Nogikh2024-01-111-0/+10
* compiler: support const as int first argumentPaul Chaignon2023-11-281-1/+2
* compiler: support flags as int first argumentPaul Chaignon2023-11-281-0/+7
* prog, sys: test cases for struct AUTOPaul Chaignon2023-11-131-0/+15
* prog: more complex tests for getInputResourcesPaul Chaignon2023-10-091-2/+15
* prog: test optional input resources are skippedPaul Chaignon2023-10-091-0/+25
* pkg/csource: annotate syscall() args with their namesFlorent Revest2023-06-091-7/+7
* executor: add test for zlib decompressionDmitry Vyukov2022-11-231-0/+1
* prog: introduce new Base64 syntax for dataHrutvik Kanabar2022-11-211-0/+2
* prog: generate very long file namesDmitry Vyukov2022-08-102-0/+3
* prog: support int8 resources in any squashingDmitry Vyukov2022-06-201-1/+3
* prog: fix panic in squash of out_overlay structsDmitry Vyukov2022-06-031-0/+1
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-292-0/+18
* sys/test: fix overlay test for bigendianAlexander Egorenov2022-01-142-0/+13
* sys/linux: use out_overlay attributeDmitry Vyukov2022-01-111-2/+2
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-112-35/+84
* pkg/compiler: optimize array[const] representationDmitry Vyukov2021-04-211-2/+3
* pkg/csource: add resuling source testsDmitry Vyukov2021-04-211-0/+13
* sys: commit empty source filesDmitry Vyukov2021-04-211-0/+6
* sys/test/test: add a hanging testDmitry Vyukov2020-09-122-0/+4
* prog: fix UnionType mutation for when per-field dir is specifiedNecip Fazil Yildiran2020-08-141-2/+7
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-135-15/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+43
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-232-0/+10
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-0/+1
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-102-0/+31
* target: support of big-endian architecturesAlexander Egorenkov2020-06-235-3/+11
* pkg/runtest: disable broken test combinationsDmitry Vyukov2020-05-183-1/+8
* prog: refactor hints testsDmitry Vyukov2020-05-051-0/+9
* prog: support disabled attributeDmitry Vyukov2020-05-041-0/+8
* prog: don't squash objects that contain pointersDmitry Vyukov2020-05-011-5/+3
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-305-8380/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-264-3237/+5812
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-195-22/+13
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-193-8/+8
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-175-14/+14
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-175-9/+9
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-174-80/+80
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-175-201/+249
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-174-27/+2925
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-8/+8
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-264-630/+630
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-184-12/+12
* prog: don't add fallback coverage after prctlDmitry Vyukov2020-01-153-1/+5
* sys/linux: fix 2 netlink data layout bugsDmitry Vyukov2020-01-076-7/+363
* pkg/compiler: fix another bitfield layout bugDmitry Vyukov2020-01-076-18/+92
* prog: fix tests for string enforcementDmitry Vyukov2020-01-052-4/+4
* prog: don't mutate strings with enumerated valuesDmitry Vyukov2020-01-052-1/+11