]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: add test case for object file reader
authorThan McIntosh <thanm@google.com>
Tue, 15 Dec 2020 21:01:34 +0000 (16:01 -0500)
committerThan McIntosh <thanm@google.com>
Wed, 24 Feb 2021 18:49:08 +0000 (18:49 +0000)
commitb7f62daa59ea5983d5825e166abc527d4ea69777
tree6338e2909105363a6ecf0ad3803511af40c25bfe
parentc9d9b40b1355a8e6674aaaf6abaf362e66abae47
cmd/internal/goobj: add test case for object file reader

Add test in which a input Go object file contains a very large number
of relocations (more than 1<<20).

Updates #41621.

Change-Id: If1ebf3c4fefbf55ddec4e05c5299e7c48fc697d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/278493
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Than McIntosh <thanm@google.com>
src/cmd/internal/goobj/objfile_test.go