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

Issue 135990043: code review 135990043: misc/cgo/test: disable issue 8428 regress test on darwin (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by mdempsky
Modified:
9 years, 7 months ago
Reviewers:
rsc
CC:
r, rsc, minux, golang-codereviews
Visibility:
Public.

Description

misc/cgo/test: disable issue 8428 regress test on darwin Clang 3.2 and older (as shipped with OS X Mountain Lion and older) outputs ambiguous DWARF debug info that makes it impossible for us to reconstruct accurate type information as required for this test. Fixes issue 8611.

Patch Set 1 #

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

Patch Set 3 : diff -r 277f98d885558a00e899f6e89958e97470fd8ab4 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r 277f98d885558a00e899f6e89958e97470fd8ab4 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M misc/cgo/test/issue8428.go View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10
mdempsky
Hello r@golang.org, rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 7 months ago (2014-08-29 00:25:35 UTC) #1
minux
https://codereview.appspot.com/135990043/diff/40001/misc/cgo/test/issue8428more.go File misc/cgo/test/issue8428more.go (right): https://codereview.appspot.com/135990043/diff/40001/misc/cgo/test/issue8428more.go#newcode7 misc/cgo/test/issue8428more.go:7: // +build !darwin this build tag won't take effect.
9 years, 7 months ago (2014-08-29 00:36:28 UTC) #2
mdempsky
https://codereview.appspot.com/135990043/diff/40001/misc/cgo/test/issue8428more.go File misc/cgo/test/issue8428more.go (right): https://codereview.appspot.com/135990043/diff/40001/misc/cgo/test/issue8428more.go#newcode7 misc/cgo/test/issue8428more.go:7: // +build !darwin On 2014/08/29 00:36:27, minux wrote: > ...
9 years, 7 months ago (2014-08-29 01:33:05 UTC) #3
rsc
The errors I sent on the old CL included: ./issue8428.go:40: cannot use [0]C.char literal (type ...
9 years, 7 months ago (2014-08-29 02:23:12 UTC) #4
mdempsky
On 2014/08/29 02:23:12, rsc wrote: > The errors I sent on the old CL included: ...
9 years, 7 months ago (2014-08-29 02:27:32 UTC) #5
rsc
LGTM
9 years, 7 months ago (2014-08-29 02:31:18 UTC) #6
minux
On Thu, Aug 28, 2014 at 9:33 PM, <mdempsky@google.com> wrote: > https://codereview.appspot.com/135990043/diff/40001/misc/cgo/test/issue8428more.go#newcode7 > misc/cgo/test/issue8428more.go:7: // ...
9 years, 7 months ago (2014-08-29 02:32:03 UTC) #7
rsc
On Thu, Aug 28, 2014 at 10:31 PM, minux <minux@golang.org> wrote: > On Thu, Aug ...
9 years, 7 months ago (2014-08-29 02:40:35 UTC) #8
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=7d8ecaa0c2eb *** misc/cgo/test: disable issue 8428 regress test on darwin Clang 3.2 ...
9 years, 7 months ago (2014-08-29 02:41:00 UTC) #9
minux
9 years, 7 months ago (2014-08-29 02:43:21 UTC) #10
On Thu, Aug 28, 2014 at 10:40 PM, Russ Cox <rsc@golang.org> wrote:
> On Thu, Aug 28, 2014 at 10:31 PM, minux <minux@golang.org> wrote:
>> You're right. My understanding of build tags are flawed.
>> I always put them with blank lines on both sides, but
>> it seems it doesn't have to be that way (only blank lines
>> at the end is required.)
> you don't even need a blank line immediately after.
> you just need a blank line before the package statement so that it is not a
> package doc.
i see. Thanks. Basically it's just comment. at long as it's not part of the
package docs, it will take effect.
Sign in to reply to this message.

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