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

Issue 5788043: code review 5788043: misc/cgo: re-enable testso (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by fss
Modified:
13 years ago
Reviewers:
CC:
rsc, remyoudompheng, golang-dev
Visibility:
Public.

Description

misc/cgo: re-enable testso The test.bash file generates .so file using gcc, builds the executable using the go tool and then run it with the $LD_LIBRARY_PATH variable pointing to the directory where the .so file lives. Fixes issue 2982.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r f25b7abf4c99 https://code.google.com/p/go #

Patch Set 6 : diff -r d7784fbe41df https://code.google.com/p/go #

Patch Set 7 : diff -r c64018498d5f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -29 lines) Patch
M .hgignore View 1 1 chunk +1 line, -0 lines 0 comments Download
R misc/cgo/testso/Makefile View 1 1 chunk +0 lines, -22 lines 0 comments Download
M misc/cgo/testso/cgoso.go View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M misc/cgo/testso/cgoso_c.c View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M misc/cgo/testso/main.go View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M misc/cgo/testso/test.bash View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M src/run.bash View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 11
fss
Hello rsc@golang.org, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years ago (2012-03-08 01:07:09 UTC) #1
rsc
Thanks for working on this. I think the file movement can be avoided Please try ...
13 years ago (2012-03-08 04:19:42 UTC) #2
fss
Hello rsc@golang.org, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years ago (2012-03-08 04:40:54 UTC) #3
fss
On Thu, Mar 8, 2012 at 1:19 AM, Russ Cox <rsc@golang.org> wrote: > Thanks for ...
13 years ago (2012-03-08 04:41:00 UTC) #4
fss
Ops, cgoso.go and cgoso_c.c still showing as removed. Fixing it.
13 years ago (2012-03-08 04:43:00 UTC) #5
fss
Hello rsc@golang.org, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years ago (2012-03-08 04:44:05 UTC) #6
rsc
Thanks, very nice. Please remove go clean from test.bash and instead add main to the ...
13 years ago (2012-03-08 04:59:09 UTC) #7
fss
Hello rsc@golang.org, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years ago (2012-03-08 05:14:16 UTC) #8
fss
ping? On Thu, Mar 8, 2012 at 2:14 AM, <franciscossouza@gmail.com> wrote: > Hello rsc@golang.org, remyoudompheng@gmail.com ...
13 years ago (2012-03-08 14:54:45 UTC) #9
rsc
LGTM
13 years ago (2012-03-08 15:37:30 UTC) #10
rsc
13 years ago (2012-03-08 17:13:44 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=c053986a1184 ***

misc/cgo: re-enable testso

The test.bash file generates .so file using gcc, builds the executable
using the go tool and then run it with the $LD_LIBRARY_PATH variable
pointing to the directory where the .so file lives.

Fixes issue 2982.

R=rsc, remyoudompheng
CC=golang-dev
http://codereview.appspot.com/5788043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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