Skip to content

[pull] master from golang:master#22

Merged
pull[bot] merged 1 commit intotrailofbits:masterfrom
golang:master
May 8, 2026
Merged

[pull] master from golang:master#22
pull[bot] merged 1 commit intotrailofbits:masterfrom
golang:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 8, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

The C sanitizer support check builds and runs a tiny C program before
the Go ASAN tests run. Some libasan versions run a slow LeakSanitizer
check at process exit even for this no-op program, which can cause
TestASAN to time out before it starts testing Go binaries.

For ASAN support probes, set leak_check_at_exit=0. This avoids the
implicit exit-time leak scan for the probe without disabling explicit
LSAN tests. Also run the compile and execute probes with a fixed local
timeout so broken C sanitizer configurations are skipped instead of
hitting the package-level test timeout.

Fixes #72996

Change-Id: I53a0269324f8f0eb214df81aeeecc72dfc432fe1
Reviewed-on: https://go-review.googlesource.com/c/go/+/774660
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@pull pull Bot locked and limited conversation to collaborators May 8, 2026
@pull pull Bot added the ⤵️ pull label May 8, 2026
@pull pull Bot merged commit f8f9602 into trailofbits:master May 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant