mirror of
https://github.com/golang/sys.git
synced 2026-02-07 19:26:03 +03:00
This test's existence was predicated upon assumptions about the full range of known data types and known data into those types. However, we've learned from Microsoft that there are several undocumented secret registry types that are in use by various parts of Windows, and we've learned from inspection that many Microsoft uses of registry types don't strictly adhere to the recommended value size. It's therefore foolhardy to make any assumptions about what goes in and out of the registry, and so this test is meaningless and error-prone. Updates golang/go#35084 Change-Id: Ie545229afd8dc5bde90fffa0f735f7102cd4a6eb Reviewed-on: https://go-review.googlesource.com/c/sys/+/203605 Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>