Change-Id: Icc4d90355d8af07fdec852b2adf720f7cfd1edd6
Reviewed-on: https://go-review.googlesource.com/c/go/+/659735
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
// A crash in the map concurrent access detector will cause other tests not to run.
// Perhaps we should run tests with concurrent map access separately to avoid this,
// but for the moment just skip the remaining tests.
- if mapFatals == 0 {
+ if mapFatals != 0 {
return out, nil
}
if !bytes.Contains(out, []byte("ALL TESTS COMPLETE")) {