aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/runtest
Commit message (Expand)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-1/+1
* pkg/runtest: refactor checkCallResult()Alexander Potapenko2025-09-221-36/+54
* executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exitAlexander Potapenko2025-09-191-1/+1
* pkg/runtest: fix a null deref in checkCallResultAlexander Potapenko2025-09-191-15/+9
* pkg/runtest: typo fixAlexander Potapenko2025-07-311-1/+1
* pkg/flatrpc, pkg/vminfo, executor: introduce readonly coverageAlexander Potapenko2025-07-311-0/+1
* all: apply linter auto fixesTaras Madan2025-07-171-2/+2
* pkg/runtest: collect syz-executor logs on failuresAleksandr Nogikh2025-06-231-0/+5
* all: remove loop variables scopingTaras Madan2025-02-172-4/+0
* pkg/rpcserver: refactor RunLocalAleksandr Nogikh2025-02-031-2/+1
* sys/syz-sysgen: serialize descriptions as gob and embedDmitry Vyukov2025-01-231-1/+1
* executor: query globs in the test program contextDmitry Vyukov2024-12-111-2/+3
* pkg/vminfo: sys/linux: executor: define syz_kvm_assert_syzos_uexit()Alexander Potapenko2024-12-111-4/+13
* pkg/runtest: use qemu-<arch> binaries to run cross-compiled testsAlexander Potapenko2024-12-061-7/+50
* pkg/runtest: make cross-arch failures fatal on CIAlexander Potapenko2024-12-061-1/+2
* pkg/runtest: fail on cross-platform SYZFAIL reportsAlexander Potapenko2024-12-051-1/+6
* syz-manager: pkg: skip seeds with mismatching requirements in fuzzing modeAlexander Potapenko2024-12-032-79/+4
* executor: add Glob testDmitry Vyukov2024-11-261-1/+2
* executor: don't revert coverage orderDmitry Vyukov2024-11-261-11/+11
* pkg/runtest: rely on pkg/manager seed loading logicAleksandr Nogikh2024-10-141-1/+2
* all: follow new linter recommendationsTaras Madan2024-09-101-1/+1
* pkg/runtest: add target arch to the propertiesAlexander Potapenko2024-07-291-3/+4
* pkg/runtest: report invalid programs as failingAlexander Potapenko2024-07-261-5/+15
* pkg/vminfo: don't parse modules for gvisor or starnixLaura Peskin2024-07-261-0/+2
* pkg/runtest: fix a race during startupDmitry Vyukov2024-07-242-2/+8
* pkg/runtest: fix nil deref on test failuresDmitry Vyukov2024-07-241-1/+5
* executor: fix writing of remote coverageDmitry Vyukov2024-07-221-2/+22
* prog: restricts hints to at most 10 attempts per single kernel PCDmitry Vyukov2024-07-221-43/+37
* pkg/runtest: skip 32bit cover tests on architectures supporting only 64bitAlexander Egorenkov2024-07-161-0/+4
* pkg/runtest: reduce the number of executorsAleksandr Nogikh2024-07-112-34/+55
* pkg/rpcserver: debug executor stallsAleksandr Nogikh2024-07-111-3/+4
* pkg/runtest: accept Context as a parameterAleksandr Nogikh2024-07-082-4/+4
* pkg/runtest: pass a proper context for Request.Wait() callsAleksandr Nogikh2024-07-081-6/+9
* pkg/runtest: fix episodic "directory not empty" failures in testsDmitry Vyukov2024-07-051-1/+19
* pkg/rpcserver: move kernel test/data range checks from executorDmitry Vyukov2024-07-012-32/+32
* pkg/runtest: add tests for max signal and cover filterDmitry Vyukov2024-06-282-18/+77
* executor: always return some coverage for test OSDmitry Vyukov2024-06-281-1/+1
* Revert "pkg/vminfo: make it possible to force coverage support"Dmitry Vyukov2024-06-281-6/+5
* pkg/vminfo: make it possible to force coverage supportAleksandr Nogikh2024-06-281-5/+6
* pkg/runtest: test feature detectionDmitry Vyukov2024-06-272-6/+37
* pkg/runtest: shorted parsing testsDmitry Vyukov2024-06-262-11/+10
* executor: add runner modeDmitry Vyukov2024-06-243-239/+320
* pkg/runtest: fix input data for 32-bit empty coverage test caseAlexander Egorenkov2024-06-121-1/+1
* pkg/runtest: properly resubmit requests on retryAleksandr Nogikh2024-06-111-20/+37
* pkg/ipc: fix sign extension of comparison argumentsDmitry Vyukov2024-06-111-5/+5
* executor: ignore kernel text addresses in comparisonsDmitry Vyukov2024-06-111-3/+0
* executor: factor out is_kernel_pc helperDmitry Vyukov2024-06-111-1/+12
* executor: add end-to-end coverage/signal/comparisons testDmitry Vyukov2024-06-111-0/+249
* sys/targets: mark big-endian targetsDmitry Vyukov2024-06-041-1/+1
* executor: remove noshmem modeDmitry Vyukov2024-06-041-1/+0