Public bug reported: Go 1.6, beta 2 of which is now in xenial, comes with a newer version of the race detector runtime, so we should update our package of it too. I've verified that the subset of the tests Go uses for testing the race detector that can actually run from the installed package pass with the new version of the package:
(xenial-amd64-local)root@aeglos:~# /usr/bin/go version go version go1.6beta2 linux/amd64 (xenial-amd64-local)root@aeglos:~# dpkg-query -W golang-race-detector-runtime golang-race-detector-runtime 0.0+svn252922-0ubuntu1 (xenial-amd64-local)root@aeglos:~# /usr/bin/go test -race -short -run=Output runtime/race ok runtime/race 2.018s (xenial-amd64-local)root@aeglos:~# /usr/bin/go test -race -short -run='TestParse|TestEcho' flag os/exe c ok flag 1.006s ok os/exec 2.033s New package at: http://people.canonical.com/~mwh/golang-race-detector- runtime/ Diff of debian directory: http://paste.ubuntu.com/14572857/ ** Affects: golang-race-detector-runtime (Ubuntu) Importance: Undecided Status: New ** Description changed: Go 1.6, beta 2 of which is now in xenial, comes with a newer version of the race detector runtime, so we should update our package of it too. I've verified that the subset of the tests Go uses for testing the race detector that can actually run from the installed package pass with the new version of the package: (xenial-amd64-local)root@aeglos:~# /usr/bin/go version go version go1.6beta2 linux/amd64 (xenial-amd64-local)root@aeglos:~# dpkg-query -W golang-race-detector-runtime golang-race-detector-runtime 0.0+svn252922-0ubuntu1 (xenial-amd64-local)root@aeglos:~# /usr/bin/go test -race -short -run=Output runtime/race ok runtime/race 2.018s (xenial-amd64-local)root@aeglos:~# /usr/bin/go test -race -short -run='TestParse|TestEcho' flag os/exe c ok flag 1.006s ok os/exec 2.033s + + New package at: http://people.canonical.com/~mwh/golang-race-detector- + runtime/ + + Diff of debian directory: http://paste.ubuntu.com/14572857/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535511 Title: update to version used by go 1.6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/golang-race-detector-runtime/+bug/1535511/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
