aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/runtest/run.go
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/runtest: test parsing of all testsDmitry Vyukov2020-09-131-15/+22
* sys/linux/test: mark f2fs tests as manualDmitry Vyukov2020-09-131-0/+1
* sys/test/test: add a hanging testDmitry Vyukov2020-09-121-48/+70
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-071-1/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-0/+6
* pkg/runtest: tell ASAN to not mess with our NONFAILINGDmitry Vyukov2020-07-161-13/+21
* target: support of big-endian architecturesAlexander Egorenkov2020-06-231-0/+1
* .golangci.yml: enable gocognit checkerDmitry Vyukov2020-06-051-61/+66
* syz-runtest: disable csource tests for HostFuzzer targetsMatthew Dempsky2020-06-031-0/+7
* pkg/runtest: disable broken test combinationsDmitry Vyukov2020-05-181-1/+2
* sys/fuchsia: Add cprng and vmo tests.Marco Vanotti2020-03-211-0/+3
* tools/syz-runtest: debug all programs in debug modeDmitry Vyukov2019-12-161-0/+4
* pkg/runtest: shrink if conditionDmitry Vyukov2019-11-161-7/+3
* pkg/ipc: move target characteristics out of config flagsDmitry Vyukov2019-11-161-6/+2
* pkg/host: rename some featuresDmitry Vyukov2019-11-161-4/+4
* pkg/csource: rename some optionsDmitry Vyukov2019-11-161-12/+12
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+3
* pkg/runtest: allow empty signalAndrey Konovalov2019-09-241-1/+3
* runtest: add a flag to specify tests to runAndrey Konovalov2019-09-171-0/+4
* pkg/runtest: detect and ignore flakesDmitry Vyukov2019-06-041-16/+38
* pkg/runtest: add simple USB runtestAndrey Konovalov2019-05-311-0/+3
* pkg/runtest: make tests pass on freebsdDmitry Vyukov2019-03-071-0/+6
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-1/+3
* pkg/runtest: don't print skipped/broken tests by defaultDmitry Vyukov2019-02-131-1/+7
* pkg/runtest: run syz tests in non-repeat modeDmitry Vyukov2019-02-081-38/+53
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-6/+1
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-311-8/+12
* all: detect extra coverage supportAndrey Konovalov2019-01-161-0/+3
* all: support extra coverageAndrey Konovalov2019-01-161-1/+3
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-0/+2
* tools/syz-runtest: test program parsing before booting VMsDmitry Vyukov2018-12-101-2/+11
* pkg/ipc: move sandbox helpers from ipcconfigDmitry Vyukov2018-12-101-2/+1
* prog: introduce strict parsing modeDmitry Vyukov2018-12-101-1/+1
* ipc: add ProgInfo structAndrey Konovalov2018-11-221-23/+23
* pkg/host: improve KMEMLEAK supportDmitry Vyukov2018-09-281-7/+5
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-0/+2
* pkg/runtest: fixes for fuchsiaDmitry Vyukov2018-09-061-4/+25
* executor: fix cgroupsDmitry Vyukov2018-08-091-9/+10
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-5/+8
* pkg/runtest: assorted improvementsDmitry Vyukov2018-08-081-23/+106
* tools/syz-runtest: add tool for program unit testingDmitry Vyukov2018-08-031-10/+10
* pkg/runtest: add package for syzkaller program unit-testingDmitry Vyukov2018-08-031-0/+411