Activity log for bug #1535511

Date Who What changed Old value New value Message
2016-01-19 03:16:20 Michael Hudson-Doyle bug added bug
2016-01-19 03:20:50 Michael Hudson-Doyle description 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 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/
2016-01-19 03:21:05 Michael Hudson-Doyle bug added subscriber Ubuntu Sponsors Team
2016-01-21 01:05:11 Mathew Hodson golang-race-detector-runtime (Ubuntu): importance Undecided Wishlist
2016-01-21 01:05:19 Mathew Hodson tags upgrade-software-version
2016-02-19 10:44:02 Martin Pitt golang-race-detector-runtime (Ubuntu): status New Fix Released