aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc/ipc_test.go
Commit message (Expand)AuthorAgeFilesLines
* executor: add runner modeDmitry Vyukov2024-06-241-262/+0
* executor: remove noshmem modeDmitry Vyukov2024-06-041-6/+4
* pkg/ipc: remove ExecOptsDmitry Vyukov2024-05-211-2/+2
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-8/+8
* pkg/ipc: use flatrpc flagsDmitry Vyukov2024-05-171-3/+4
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-151-1/+1
* pkg/ipc: move executor common_ext testDmitry Vyukov2024-05-081-0/+47
* executor: make flatrpc build for C++Dmitry Vyukov2024-05-031-19/+4
* pkg/ipc: make it possible to change EnvFlags between executionsDmitry Vyukov2024-04-301-4/+2
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
* executor: skip executor tests on systems with BrokenCompilerGreg Steuck2024-04-051-0/+4
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
* pkg/image: factor out from progDmitry Vyukov2022-12-221-2/+3
* executor: add test for zlib decompressionDmitry Vyukov2022-11-231-0/+38
* pkg/testutil: add RandSource helperDmitry Vyukov2022-11-231-6/+2
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-0/+2
* executor: ignore async flag in the non-threaded modeAleksandr Nogikh2021-12-131-3/+11
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-1/+1
* all: make timeouts configurableDmitry Vyukov2020-12-281-4/+6
* pkg/ipc: fix running of executor testsDmitry Vyukov2020-12-091-2/+2
* pkg/ipc: remove Config.TimeoutDmitry Vyukov2020-11-301-3/+0
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-1/+1
* pkg/ipc: fix cross-arch build in testDmitry Vyukov2020-08-221-1/+1
* pkg/ipc: run cross-arch executor testsDmitry Vyukov2020-08-221-10/+23
* all: reformat codeDmitry Vyukov2020-05-081-1/+1
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-1/+1
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-2/+2
* pkg/ipc: move target characteristics out of config flagsDmitry Vyukov2019-11-161-10/+11
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-1/+1
* pkg/ipc: generate better temp name for executorDmitry Vyukov2019-02-081-1/+2
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-9/+2
* prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travisDmitry Vyukov2019-01-021-0/+3
* ipc: add ProgInfo structAndrey Konovalov2018-11-221-6/+6
* pkg/ipc: move flags into subpackageDmitry Vyukov2018-08-031-2/+4
* executor: overhaulDmitry Vyukov2018-07-241-1/+18
* pkg/ipc: create default config based on targetDmitry Vyukov2018-07-051-1/+1
* pkg/ipc: fix cleanup in testDmitry Vyukov2018-06-291-8/+10
* pkg/csource: allow to build source fom memoryDmitry Vyukov2018-06-061-7/+3
* pkg/ipc: fix data race on config.TimeoutDmitry Vyukov2018-04-231-0/+55
* pkg/ipc: test only on simple progDmitry Vyukov2018-03-201-48/+20
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-10/+0
* sys/linux: fix mmap call argsDmitry Vyukov2018-02-201-7/+15
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-171-13/+17
* syz-ci: test images before using themDmitry Vyukov2017-11-301-0/+3
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-14/+16
* executor: split source per-OSDmitry Vyukov2017-09-201-1/+3
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-8/+13
* prog: remove default target and all global stateDmitry Vyukov2017-09-151-5/+6
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-0/+5
* prog, sys: move types to progDmitry Vyukov2017-09-051-0/+1