-
Notifications
You must be signed in to change notification settings - Fork 148
Support for the race detector #96
Comments
Shouldn't be a problem but it is blocked by cgo support and figuring out On Sat, 16 May 2015 13:21 William Kennedy [email protected] wrote:
|
Any news, guys? |
It's on the list, below finishing gb-vendor and cgo support. On Mon, Jun 15, 2015 at 8:30 PM, rmr [email protected] wrote:
|
I would also like this to be implemented in |
I think the pre-reqs for this one are completed now. Any thoughts on this? |
Yup, the big blocker was tag support which is now done. On Wed, 30 Sep 2015 05:15 Doug Clark [email protected] wrote:
|
Very excited about this. Just finished migrating my day job project to gb, and I miss running race on all my tests. |
Most of you guys probably know this 😄 but you can work around this limitation by updating GOPATH ( |
Updates #96 Adds option to configure the context for a race build. This enables the `race` build tag, and sets `Context.race`.
Fixes #96 Adds the race detector you all know and love to gb. Todo: - [ ] Add support for rebuilding stdlib if -race support is not present. - [ ] Add interlocks to restrict the race detector to certain amd64 for freebsd, linux, darwin, and linux. - [ ] Make all binaries dependant on runtime/race. - [ ] Add tests at cmd/gb as well as gb and gb/test.
Fixes #96 Adds the race detector you all know and love to gb. Todo: - [ ] Add support for rebuilding stdlib if -race support is not present. - [ ] Add interlocks to restrict the race detector to certain amd64 for freebsd, linux, darwin, and linux. - [ ] Make all binaries dependant on runtime/race. - [X] Add cmd/gb race test - [ ] Add tests at cmd/gb as well as gb and gb/test.
Having the ability to run gb build and gb test with the -race option. This is an important tool that everyone should be using.
The text was updated successfully, but these errors were encountered: