aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove unused nolint directivesDmitry Vyukov2026-01-021-1/+0
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-011-2/+2
* vm: extract all the crashes from the logTaras Madan2025-08-281-9/+170
* vm: refactoringTaras Madan2025-08-071-9/+17
* vm: func Run accepts contextTaras Madan2025-05-191-2/+3
* all: remove loop variables scopingTaras Madan2025-02-171-1/+0
* pkg/report: detect the lost connection crash typeAleksandr Nogikh2024-12-031-0/+8
* vm: check preemption string only for gce instancesDmitry Vyukov2024-07-231-1/+2
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-1/+3
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-1/+2
* vmimpl: add a delay after an error from the tracked processAleksandr Nogikh2024-07-011-1/+1
* executor: add runner modeDmitry Vyukov2024-06-241-14/+3
* sys/targets: add consts for gvisor/starnixDmitry Vyukov2024-05-271-1/+1
* syz-fuzzer: remove ipc gateDmitry Vyukov2024-05-271-31/+20
* vm: call finish callback alwaysDmitry Vyukov2024-05-171-1/+6
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-1/+1
* vm: fix logical race in a testDmitry Vyukov2024-04-221-0/+1
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-2/+2
* vm: allow to inject additional outputDmitry Vyukov2024-04-151-1/+33
* vm: combine Run and MonitorExecutionDmitry Vyukov2024-04-111-5/+4
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-1/+1
* syz-manager: don't set up pprof endpoints for host fuzzingAleksandr Nogikh2024-02-031-0/+1
* vm/vm_test.go: allow duplicatesTaras Madan2023-11-081-0/+1
* pkg/build: add build code for Android devicesKris Alder2023-03-081-0/+16
* vm: add the proxyapp support (#3269)Taras Madan2022-09-261-0/+5
* vm: support variable output buffer sizeAleksandr Nogikh2022-04-291-1/+1
* all: use `t.TempDir` to create temporary test directoryEng Zer Jun2022-03-281-7/+1
* all: make timeouts configurableDmitry Vyukov2020-12-281-1/+5
* vm: declare executingProgram vars simplerDmitry Vyukov2020-12-251-2/+2
* pkg/mgrconfig: move derived fields into separate structDmitry Vyukov2020-11-301-5/+7
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-1/+1
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-3/+4
* all: fix comments formatDmitry Vyukov2020-07-121-2/+2
* vm: better handle VM diagnosis outputDmitry Vyukov2020-03-211-1/+26
* vm: fix spurious crash detection caused by trimmed linesDmitry Vyukov2019-06-241-1/+21
* pkg/repro: fix no output timeoutDmitry Vyukov2019-05-201-1/+1
* vm: allow fine-grained control over program exit conditionsDmitry Vyukov2018-12-241-15/+32
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-211-12/+35
* vm: don't call Diagnose when VM hasn't crashedDmitry Vyukov2018-12-161-7/+14
* vm: add tests for MonitorExecutionDmitry Vyukov2018-12-161-0/+301
* report: add a new package for report parsing and processingDmitry Vyukov2016-08-301-97/+0
* vm: faster output oops greppingDmitry Vyukov2016-01-191-12/+9
* vm: fix crash message extraction regexpDmitry Vyukov2015-12-241-0/+100