]> Cypherpunks repositories - gostls13.git/commit
debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systems
authorThan McIntosh <thanm@google.com>
Thu, 31 Mar 2022 17:15:51 +0000 (13:15 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 31 Mar 2022 19:13:25 +0000 (19:13 +0000)
commitc5c66d78b21074c562ece01d6682d4a499815786
tree4e4525fd62c8ab35cb1652c03e97bdf10646c8a8
parentb1e83c0513cc009192ebb6fcf5e232adf23552d4
debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systems

Disable the new TestReadCOFFSymbolAuxInfo testpoint on big endian
systems, pending resolution of issue 52079. The newly added interfaces
for reading symbol definition aux info is not working properly when
reading PE objects obj big-endian systems.

Updates #52079.

Change-Id: I8d55c7e4c03fc6444ef06a6a8154cb50596ca58a
Reviewed-on: https://go-review.googlesource.com/c/go/+/397294
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/debug/pe/symbols_test.go