]> Cypherpunks repositories - gostls13.git/commit
runtime: test that write barriers are correctly marked unpreemptible
authorKeith Randall <khr@golang.org>
Thu, 10 Aug 2023 22:07:43 +0000 (15:07 -0700)
committerKeith Randall <khr@google.com>
Fri, 11 Aug 2023 20:24:56 +0000 (20:24 +0000)
commit1f4bb6112bdab6c0320b1ecd28a7da79cf8b74e0
tree29f79e0e1dadef80efc41b2b9ef773bbce8929a1
parent3378adc517f362793acec5adc6cc17f9a1841a4c
runtime: test that write barriers are correctly marked unpreemptible

Followon to CL 518055.

Change-Id: I05c4b429f49feb7012070e467fefbf3392260915
Reviewed-on: https://go-review.googlesource.com/c/go/+/518538
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/go/internal/test/test.go
src/runtime/export_test.go
src/runtime/unsafepoint_test.go [new file with mode: 0644]