Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/mmap: skip tests on linux/arm relying on 64-bit atomics
As pointed out by [email protected], 64-bit atomics were unreliable on linux/arm in Go 1.21, and only reliable in later go versions for ARMv7 or later. Skip the recently added tests that are flaking as a result. Fixes golang/go#68389 Fixes golang/go#68458 Change-Id: Icb0826216995edd18ff31a0ee1773f62407b1e9b Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/600915 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information