]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestNewOSProc0 with asan and msan
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 29 Oct 2024 14:57:06 +0000 (14:57 +0000)
committerMichael Knyszek <mknyszek@google.com>
Tue, 29 Oct 2024 16:24:08 +0000 (16:24 +0000)
commitf5526b56dbf45ce1f2e856f4aa78674dd0b5afe3
tree229b2edafc54ce0b0cd5070f45a6599686d4a4ef
parentb813465c4faeb3054a2689481b0b5f9562b8b077
runtime: skip TestNewOSProc0 with asan and msan

These fail for the same reason as for the race detector, and is the most
frequently failing test in both.

For #70054.
For #64257.
For #64256.

Change-Id: I3649e58069190b4450f9d4deae6eb8eca5f827a3
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-asan-clang15,gotip-linux-amd64-msan-clang15
Reviewed-on: https://go-review.googlesource.com/c/go/+/623176
TryBot-Bypass: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/nosan_linux_test.go [moved from src/runtime/norace_linux_test.go with 76% similarity]