Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(105)

Issue 6889052: code review 6889052: fix build: remove a flaky test for now (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by gri
Modified:
12 years, 7 months ago
Reviewers:
bradfitz
CC:
rsc, golang-dev
Visibility:
Public.

Description

fix build: remove a flaky test for now

Patch Set 1 #

Patch Set 2 : diff -r c7fe6d0e90eb https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/exp/gotype/gotype_test.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 7 months ago (2012-12-06 17:46:43 UTC) #1
gri
*** Submitted as https://code.google.com/p/go/source/detail?r=a5efcd1675eb *** fix build: remove a flaky test for now R=rsc CC=golang-dev ...
12 years, 7 months ago (2012-12-06 17:47:51 UTC) #2
bradfitz
Not just GOARCH=386, but also the race builder, which is amd64. And the darwin-amd64 builder ...
12 years, 7 months ago (2012-12-06 17:49:59 UTC) #3
gri
12 years, 7 months ago (2012-12-06 17:53:04 UTC) #4
Not sure actually. I've seen intermittent failures before but
yesterday I couldn't reproduce it. I'm aware it's not just 386, but I
wanted to make sure I _also_ test 386 next time.

Map iteration order might be an issue, but I thought I took care of
all of them. There appears to be one more failure elsewhere which I
have not seen before. May need one more iteration to get the build
clean again, but we'll get there shortly.

- gri

On Thu, Dec 6, 2012 at 9:49 AM, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> Not just GOARCH=386, but also the race builder, which is amd64.  And the
> darwin-amd64 builder one of the times.
>
> Depends on map iteration order?
>
>
> On Thu, Dec 6, 2012 at 9:46 AM, <gri@golang.org> wrote:
>>
>> Reviewers: rsc,
>>
>> Message:
>> Hello rsc (cc: golang-dev@googlegroups.com),
>>
>> I'd like you to review this change to
>> https://code.google.com/p/go
>>
>>
>> Description:
>> fix build: remove a flaky test for now
>>
>> Please review this at https://codereview.appspot.com/6889052/
>>
>> Affected files:
>>   M src/pkg/exp/gotype/gotype_test.go
>>
>>
>> Index: src/pkg/exp/gotype/gotype_test.go
>> ===================================================================
>> --- a/src/pkg/exp/gotype/gotype_test.go
>> +++ b/src/pkg/exp/gotype/gotype_test.go
>> @@ -77,7 +77,7 @@
>>         "crypto/md5",
>>         "crypto/rand",
>>         "crypto/rc4",
>> -       "crypto/rsa",
>> +       // "crypto/rsa", // investigate (GOARCH=386)
>>         "crypto/sha1",
>>         "crypto/sha256",
>>         "crypto/sha512",
>>
>>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b