]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: temporarily work around test failures after dev.fuzz merge
authorJay Conrod <jayconrod@google.com>
Mon, 20 Sep 2021 23:29:50 +0000 (16:29 -0700)
committerJay Conrod <jayconrod@google.com>
Tue, 21 Sep 2021 20:13:48 +0000 (20:13 +0000)
commit2f70ce36d79ee94855daf7c6feb9a1296f9adfac
treebdfb02517a333f230ea2f046e3038061ec5a2cb5
parentfdf2053d52e122f3e8cddccdf742f94333df09a8
internal/fuzz: temporarily work around test failures after dev.fuzz merge

- Skip test_fuzz_cache and test_fuzz_seed_corpus on 386.
- Skip worker benchmarks when race mode is enabled.
- Stub coverage function on platforms we haven't tested yet. It's
  causing package initialization to panic on aix/ppc64.

For #48504

Change-Id: I79318b52b11a33fca66476b5050445d07422ef36
Reviewed-on: https://go-review.googlesource.com/c/go/+/351117
Trust: Jay Conrod <jayconrod@google.com>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/cmd/go/testdata/script/test_fuzz_cache.txt
src/cmd/go/testdata/script/test_fuzz_seed_corpus.txt
src/internal/fuzz/counters_supported.go [new file with mode: 0644]
src/internal/fuzz/counters_unsupported.go [new file with mode: 0644]
src/internal/fuzz/coverage.go
src/internal/fuzz/worker_test.go