syzkaller/pkg
Dmitry Vyukov 764b42c46b pkg/csource: exclude linux/arm64 tests
I think I misinterpreted the error that episodically happens on ci:

collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped
compiler invocation: aarch64-linux-gnu-gcc [-Wall -Werror -O1 -g -o /tmp/syz-executor570589071 -pthread -DGOOS_linux=1 -DGOARCH_arm64=1 -x c - -static]

as OOM, but they all involve aarch64-linux-gnu-gcc:

https://travis-ci.org/google/syzkaller/jobs/461827347
https://travis-ci.org/google/syzkaller/jobs/460226110
https://travis-ci.org/google/syzkaller/jobs/463564291

So I guess the problem can be with the arm64 toolchain that just crashes randomly.
2018-12-05 13:59:01 +01:00
..
ast sys/fuchsia: prune unused structs in syscall description generated by fidlgen 2018-09-11 13:01:53 +02:00
bisect pkg/mgrconfig: move from syz-manager/mgrconfig 2018-08-02 16:57:32 +02:00
build openbsd: run on gce 2018-11-27 13:14:06 +01:00
compiler pkg/compiler: add error handler in CollectUnused 2018-11-21 02:37:06 +01:00
config .gometalinter.json: enable gofmt 2018-07-31 12:16:54 +02:00
cover all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
csource pkg/csource: exclude linux/arm64 tests 2018-12-05 13:59:01 +01:00
db gometalinter: clean up some errcheck warnings 2018-08-02 16:57:31 +02:00
email pkg/email, pkg/vcs: test that OpenBSD-style commits are handled 2018-10-11 19:47:32 +02:00
gce .gometalinter.json: enable gofmt 2018-07-31 12:16:54 +02:00
gcs syz-ci: upload coverage reports to GCS 2018-09-20 18:29:38 +02:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host executor: add support for tap interfaces on FreeBSD 2018-12-01 10:22:39 +00:00
html dashboard/app: enlarge stats value column for manager 2018-11-23 14:44:58 +01:00
ifuzz gometalinter: clean up vetshadow 2018-07-31 20:38:33 +02:00
instance syz-ci: use gmake instead of make on openbsd 2018-09-13 12:13:54 +02:00
ipc ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
kd pkg/kd: add KD protocol decoder 2017-09-28 16:53:58 +02:00
log gometalinter: enable package comment checking 2018-05-03 13:53:01 +02:00
mgrconfig RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
osutil pkg/runtest: fixes for fuchsia 2018-09-06 10:56:09 +02:00
report pkg/report: suppress another gvisor OOM 2018-11-30 19:17:05 +00:00
repro pkg/mgrconfig: move from syz-manager/mgrconfig 2018-08-02 16:57:32 +02:00
rpctype ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
runtest ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
serializer pkg/serializer: refactor 2018-08-02 16:57:31 +02:00
signal prog: add stronger fallback signal 2018-06-29 20:34:43 +02:00
symbolizer pkg/symbolizer: favor portable nm(1) format 2018-09-24 10:12:38 +02:00
vcs pkg/vcs: also recognize Tested-by: git commit tags 2018-11-20 14:20:38 +01:00