]> Cypherpunks repositories - gostls13.git/commit
runtime: test VDSO symbol hash values
authorMichael Pratt <mpratt@google.com>
Wed, 23 Jul 2025 18:46:22 +0000 (14:46 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 5 Aug 2025 16:52:44 +0000 (09:52 -0700)
commita2c45f0eb1f281ed39c5111dd0fe4b2728f11cf3
tree65ebc95b25980441e184fda464a45d2683f9f317
parentcd55f86b8dcfc139ee5c17d32530ac9e758c8bc0
runtime: test VDSO symbol hash values

In addition to verifying existing values, this makes it easier to add a
new one by adding an invalid entry and running the test.

Change-Id: I6a6a636c9c413add29884e4f6759196f4db34de7
Reviewed-on: https://go-review.googlesource.com/c/go/+/693276
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/export_vdso_linux_test.go [new file with mode: 0644]
src/runtime/vdso_linux_test.go [new file with mode: 0644]