]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi: test runtime package list
authorAustin Clements <austin@google.com>
Wed, 5 Jul 2023 19:16:41 +0000 (15:16 -0400)
committerAustin Clements <austin@google.com>
Tue, 22 Aug 2023 19:18:30 +0000 (19:18 +0000)
commit3e73802c4a40a665d505e0c906609ce771cfd219
tree68d3490ae0e77ef4ef1b424cc812bed5df0d3f91
parentfbcf43c60ba5170309a238b0e42fd5879d419776
cmd/internal/objabi: test runtime package list

This adds a test that all packages imported by runtime are marked as
runtime tests by LookupPkgSpecial. We add two packages that were
missing from the list.

Change-Id: I2545980ab09474de0181cf546541527d8baaf2e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/521700
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/internal/objabi/path_test.go
src/cmd/internal/objabi/pkgspecial.go