internal/gocore: let android builders skip tests calling loadExampleVersion

loadExampleVersion copies and reads example core files, which may be bigger
than what android devices used in builders can handle.

Also, mark helper functions with t.Helper.

Fixes golang/go#34210

Change-Id: I73083cf0e59d928bb84cc1eb9b5b5a80a2e30f31
Reviewed-on: https://go-review.googlesource.com/c/debug/+/197777
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
1 file changed
tree: 7fb16c5e331ebfe1c69f2aa3d1668049e944eea0
  1. cmd/
  2. internal/
  3. AUTHORS
  4. codereview.cfg
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. README.md
README.md

Go Debug

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.

Report Issues & Send Changes