internal/gocore: let android builders skip tests loading cores

Fixes golang/go#34210

Change-Id: Iacf6459dbdcd0b36c2601d70bb248a3362192050
Reviewed-on: https://go-review.googlesource.com/c/debug/+/194577
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: 45baf7977725b39ea04f2d8456360edc1d1f2edb
  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