aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-12/+11
* prog: don't fail decoding on non-default out argsDmitry Vyukov2019-12-212-1/+5
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-206-489/+391
* sys/test: and another set of bitfield testsDmitry Vyukov2019-12-206-14/+650
* sys/test: and another bitfield testDmitry Vyukov2019-12-196-13/+70
* prog: refactor bitfields representationDmitry Vyukov2019-12-194-187/+187
* sys/test: add few other tests for tricky bitfieldsDmitry Vyukov2019-12-186-4/+243
* sys/test: add more tests for bitfieldsDmitry Vyukov2019-12-136-4/+355
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-17/+17
* prog: mutate length of output buffersVeronica Radu2019-10-102-1/+9
* prog: implemented argument and call prioritiesVeronica Radu2019-09-042-1/+9
* prog: add special mutation for binary flagsVeronica Radu2019-08-093-1/+52
* prog: don't minimize ProcType to 0Dmitry Vyukov2019-07-263-1/+11
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-162-1/+46