strings, bytes: ReadAt should not mutate receiver
CL 77580046 caused a data race issue with tests that assumes ReadAt
does not mutate receiver. This patch partially revert CL 77580046
to fix it.
https://codereview.appspot.com/77900043/diff/60001/src/pkg/bytes/reader.go File src/pkg/bytes/reader.go (right): https://codereview.appspot.com/77900043/diff/60001/src/pkg/bytes/reader.go#newcode94 src/pkg/bytes/reader.go:94: // the buffer that affect the seek offset was ...
11 years, 2 months ago
(2014-03-19 19:01:51 UTC)
#2
Disabling it hides the problem Fixing it is what these three months are for. On ...
11 years, 2 months ago
(2014-03-19 20:02:44 UTC)
#9
Disabling it hides the problem
Fixing it is what these three months are for.
On Mar 19, 2014 12:36 PM, "Rui Ueyama" <ruiu@google.com> wrote:
> TestOverflowSleep in time/sleep_test.go seems too freaky on NetBSD. It has
> already raised false alarms for my commits (I believe) two times. Can we
> fix it or disable it on NetBSD?
>
>
> On Wed, Mar 19, 2014 at 12:26 PM, <gobot@golang.org> wrote:
>
>> This CL appears to have broken the netbsd-amd64-bsiegert builder.
>> See http://build.golang.org/log/c3b65be158bdf0691b025d9552a8e6a71d49d5c1
>>
>> https://codereview.appspot.com/77900043/
>>
>
>
Issue 77900043: code review 77900043: strings, bytes: ReadAt should not mutate receiver
(Closed)
Created 11 years, 2 months ago by ruiu
Modified 11 years, 2 months ago
Reviewers: gobot
Base URL:
Comments: 1