]> Cypherpunks repositories - gostls13.git/commit
cmd/go: disable TestNoteReading on dragonfly
authorRuss Cox <rsc@golang.org>
Mon, 23 Nov 2015 02:14:52 +0000 (21:14 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 23 Nov 2015 02:29:57 +0000 (02:29 +0000)
commit5951823853916b8c6c0170286bc5f2b4793033c5
tree940a6bebda2ef2bbc009ecb1328c867591e492ed
parent2221bc35cf5b133071feea7013b4c6509ae3b563
cmd/go: disable TestNoteReading on dragonfly

It started failing on the dragonfly builder at an unrelated commit
(one that changed the wording in a few comments in the compiler).

Created #13364 to track this.

Change-Id: I462880bed8ff565a9950e7e185de97d43999c5e2
Reviewed-on: https://go-review.googlesource.com/17143
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/note_test.go