gcc/libgo/go/internal/fuzz
Ian Lance Taylor bc6bd0d608 libgo/testsuite: add benchmarks and examples to list
In CL 384695 I simplified the code that built lists of benchmarks,
examples, and fuzz tests, and managed to break it. This CL corrects
the code to once again make the benchmarks available, and to run
the examples with output and the fuzz targets.

Doing this revealed a test failure in internal/fuzz on 32-bit x86:
a signalling NaN is turned into a quiet NaN on the 387 floating-point
stack that GCC uses by default. This CL skips the test.

Fixes golang/go#60826

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/503798
2023-06-16 12:29:04 -07:00
..
counters_supported.go
counters_unsupported.go
coverage.go libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
encoding.go libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
encoding_test.go libgo/testsuite: add benchmarks and examples to list 2023-06-16 12:29:04 -07:00
fuzz.go
mem.go
minimize.go
minimize_test.go
mutator.go
mutator_test.go
mutators_byteslice.go
mutators_byteslice_test.go
pcg.go
queue.go
queue_test.go
sys_posix.go
sys_unimplemented.go
sys_windows.go
trace.go
worker.go libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
worker_test.go