Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Update TestRaceMissing to support all the potential error messages of "race not supported" #574

Merged
merged 1 commit into from
Jun 13, 2016

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 25, 2016

See "cmd/gb/main.go" from ~line 138 through ~line 152:

139: fatalf("race detector not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
145: fatalf("race detector not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
151: fatalf("go installation at %s is missing race support. See https://getgb.io/faq/#missing-race-support", runtime.GOROOT())

Fixes #567

… "race not supported"

See "cmd/gb/main.go" from ~line 138 through ~line 152:

    139: fatalf("race detector not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
    145: fatalf("race detector not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
    151: fatalf("go installation at %s is missing race support. See https://getgb.io/faq/#missing-race-support", runtime.GOROOT())
@davecheney davecheney merged commit 4ba5436 into constabulary:master Jun 13, 2016
@tianon tianon deleted the test-norace-multiarch branch June 13, 2016 02:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants