aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource_test.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: exclude auto-generated syscalls from testsAleksandr Nogikh2025-11-241-6/+10
* pkg/csource: remove include guards from reproducersAlexander Potapenko2025-10-271-0/+5
* pkg/csource: fix check for sysTarget.BrokenCompiler()Alexander Potapenko2025-10-201-3/+3
* pkg/csource: run testPseudoSyscalls() for all targetsAlexander Potapenko2025-10-171-8/+7
* pkg/csource: add call argument annotations to generated C-source filesEthan Graham2025-08-041-1/+4
* pkg/csource: add 32 bit tests to TestSourceAleksandr Nogikh2025-04-101-9/+31
* pkg/csource: enforce the bit size of -1Aleksandr Nogikh2025-04-101-0/+11
* all: remove loop variables scopingTaras Madan2025-02-171-2/+0
* Revert "pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorM...Alexander Potapenko2024-09-251-3/+0
* pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorMacrosAlexander Potapenko2024-09-251-0/+3
* prog: replace MinimizeParams with MinimizeModeDmitry Vyukov2024-08-071-1/+1
* prog: make minimization parameters explicitAleksandr Nogikh2024-05-271-1/+1
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-081-1/+2
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-2/+2
* pkg/csource: annotate syscall() args with their pretty-printed valuesFlorent Revest2024-02-011-0/+19
* pkg/csource: annotate syscall() args with their namesFlorent Revest2023-06-091-7/+7
* pkg/csource: compile single pseudo syscallsAleksandr Nogikh2023-05-041-0/+17
* pkg/csource: fix unit tests for arches with non-default DataOffsetAlexander Egorenov2023-01-191-11/+16
* pkg/testutil: add RandSource helperDmitry Vyukov2022-11-231-7/+1
* executor: add setup_ext_test extension pointDmitry Vyukov2022-11-011-0/+1
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-0/+35
* pkg/testutil: add packageDmitry Vyukov2021-12-211-0/+14
* all: add the `rerun` call propertyAleksandr Nogikh2021-12-101-1/+4
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-1/+4
* pkg/csource: remove calls instead of skipping themAleksandr Nogikh2021-10-011-4/+4
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-0/+4
* pkg/csource: don't enable HandleSegv in short testsDmitry Vyukov2021-07-291-0/+6
* pkg/compiler: optimize array[const] representationDmitry Vyukov2021-04-211-24/+6
* pkg/csource: add resuling source testsDmitry Vyukov2021-04-211-0/+85
* pkg/runtest: check arch requirement earlyDmitry Vyukov2021-02-081-62/+1
* all: make timeouts configurableDmitry Vyukov2020-12-281-0/+1
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-2/+2
* pkg/csource: don't test auto-generated filesDmitry Vyukov2020-09-201-0/+6
* executor: add some code style checksDmitry Vyukov2020-08-061-48/+0
* executor: remove block commentsDmitry Vyukov2020-08-041-11/+24
* .golangci.yml: enable whitespace checkerDmitry Vyukov2020-06-051-1/+0
* pkg/csource: speed up testsDmitry Vyukov2020-05-181-1/+4
* Get rid of "Cross" in variable namesAlexander Potapenko2020-05-131-1/+1
* all: reformat codeDmitry Vyukov2020-05-081-2/+2
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-2/+2
* prog: support disabled attributeDmitry Vyukov2020-05-041-2/+2
* sys/targets: better detection for missing/broken cross-compilersDmitry Vyukov2020-04-291-19/+1
* pkg/csource: don't print too much error outputDmitry Vyukov2020-02-131-0/+19
* pkg/csource: detect common mistakes in the common executor headerDmitry Vyukov2019-11-281-0/+35
* pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macrosDmitry Vyukov2019-11-161-0/+21
* pkg/csource: don't run tests if compiler is brokenDmitry Vyukov2019-11-071-0/+8
* pkg/csource: skip cross-builds that are doomed to failDmitry Vyukov2019-07-231-0/+4
* pkg/csource: test sys/*/test programsDmitry Vyukov2019-07-221-11/+52
* Makefile: enable 386 executor build in presubmitDmitry Vyukov2019-05-071-5/+0
* Makefile: enable arm executor build in presubmitDmitry Vyukov2019-05-071-6/+0