aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-1/+1
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-1/+12
* prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travisDmitry Vyukov2019-01-021-0/+3
* pkg/csource: exclude linux/arm64 testsDmitry Vyukov2018-12-051-7/+5
* pkg/csource: reduce short testsDmitry Vyukov2018-12-031-39/+42
* openbsd: repair pkg/csource_testGreg Steuck2018-11-301-4/+0
* sys/targest: introduce target.BuildOSDmitry Vyukov2018-11-171-3/+3
* pkg/runtest, pkg/csource: don't run tests on openbsdDmitry Vyukov2018-09-171-0/+5
* pkg/csource: turn off 32-bit testsDmitry Vyukov2018-07-271-0/+4
* pkg/csource: say what compiler is missingDmitry Vyukov2018-07-251-3/+4
* executor: overhaulDmitry Vyukov2018-07-241-64/+33
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-26/+35
* pkg/csource: allow to build source fom memoryDmitry Vyukov2018-06-061-8/+1
* pkg/csource: reduce test sizeDmitry Vyukov2018-05-071-4/+6
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-0/+1