go/src/cmd/compile/internal/test
Ian Lance Taylor 41298239cf all: remove coverageredesign experiment
The coverageredesign experiment was turned on by default by
CL 436236 in September, 2022. We've documented it and people
are using it. This CL removes the ability to turn off the experiment.
This removes some old code that is no longer being executed.

For #51430

Change-Id: I88d4998c8b5ea98eef8145d7ca6ebd96f64fbc2b
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-darwin-amd64-longtest,gotip-linux-arm64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/644997
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
2025-02-03 12:10:28 -08:00
..
testdata all: fix printf(var) mistakes detected by latest printf checker 2024-09-04 18:16:59 +00:00
README all: fix typos 2024-01-30 20:09:45 +00:00
abiutils_test.go cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware 2023-10-04 15:11:40 +00:00
abiutilsaux_test.go
align_test.go
bench_test.go
clobberdead_test.go
constFold_test.go
dep_test.go
divconst_test.go
fixedbugs_test.go
float_test.go
global_test.go
iface_test.go cmd/compile: use cache in front of type assert runtime call 2023-10-06 17:02:53 +00:00
inl_test.go all: remove coverageredesign experiment 2025-02-03 12:10:28 -08:00
inst_test.go
intrinsics_test.go
issue50182_test.go
issue53888_test.go all: skip and fix various tests with -asan and -msan 2024-10-28 21:04:51 +00:00
issue57434_test.go
issue62407_test.go cmd/compile: optimize []byte(string1 + string2) 2024-09-10 21:20:57 +00:00
lang_test.go
logic_test.go all: add missing copyright header 2023-11-17 23:34:11 +00:00
math_test.go all: add missing copyright header 2023-11-17 23:34:11 +00:00
memcombine_test.go cmd/compile: fix memcombine pass for big endian, > 1 byte elements 2023-11-30 18:35:50 +00:00
mergelocals_test.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-04 18:16:59 +00:00
mulconst_test.go
pgo_devirtualize_test.go cmd/compile: update the incorrect assignment of call site offset. 2024-02-15 21:30:35 +00:00
pgo_inl_test.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
race.go
reproduciblebuilds_test.go
shift_test.go
ssa_test.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-04 18:16:59 +00:00
switch_test.go cmd/compile: improve interface type switches 2023-10-06 15:42:30 +00:00
test.go all: add missing copyright header 2023-11-17 23:34:11 +00:00
truncconst_test.go
zerorange_test.go

README

This directory holds small tests and benchmarks of code
generated by the compiler.  This code is not for importing,
and the tests are intended to verify that specific optimizations
are applied and correct.