aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-1/+1
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-0/+3
* pkg/csource: add function to parse serialized optionsDmitry Vyukov2017-11-171-61/+2
* all: basic freebsd supportDmitry Vyukov2017-10-021-0/+3
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-2/+4
* pkg/csource: disable linux/386 testsDmitry Vyukov2017-09-221-0/+5
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-0/+4
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-4/+20
* prog: remove default target and all global stateDmitry Vyukov2017-09-151-12/+12
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-0/+5
* prog, sys: move types to progDmitry Vyukov2017-09-051-0/+1
* pkg/repro: fix invalid options minimizationDmitry Vyukov2017-08-091-6/+7
* pkg/csource, pkg/repro: filter out invalid options combinationsDmitry Vyukov2017-08-091-2/+8
* all: use consistent file permissionsDmitry Vyukov2017-07-031-2/+2
* pkg/csource: move from csourceDmitry Vyukov2017-06-171-0/+138