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

Issue 7179052: code review 7179052: src: add race.bash (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by dfc
Modified:
11 years, 2 months ago
Reviewers:
CC:
dvyukov, minux1, adg, rsc, albert.strasheim, golang-dev
Visibility:
Public.

Description

src: add race.bash Add race.bash so anyone with suitable hardware can run a race detector build. race.bash can be called from the dashboard builder by passing -cmd="race.bash". Original source for race.bash is here, http://code.google.com/p/go-wiki/wiki/DashboardBuilders TODO: add race.bat for windows/amd64

Patch Set 1 #

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

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

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

Total comments: 3

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

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

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

Total comments: 2

Patch Set 8 : diff -r 45a405b5c63a https://code.google.com/p/go #

Patch Set 9 : diff -r 45a405b5c63a https://code.google.com/p/go #

Patch Set 10 : diff -r aee6d7fe395a https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r c0a5b4ad0895 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
A src/race.bash View 1 2 3 4 5 6 7 8 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 13
dfc
Hello dvyukov@google.com (cc: fullung@gmail.com, golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 2 months ago (2013-01-23 00:09:08 UTC) #1
dvyukov
On 2013/01/23 00:09:08, dfc wrote: > Hello mailto:dvyukov@google.com (cc: mailto:fullung@gmail.com, mailto:golang-dev@googlegroups.com), > > I'd like ...
11 years, 2 months ago (2013-01-23 07:04:31 UTC) #2
minux1
race.bat is in https://codereview.appspot.com/7133064 https://codereview.appspot.com/7179052/diff/6001/src/race.bash File src/race.bash (right): https://codereview.appspot.com/7179052/diff/6001/src/race.bash#newcode5 src/race.bash:5: perhaps add some comments here ...
11 years, 2 months ago (2013-01-23 09:58:40 UTC) #3
dfc
> https://codereview.appspot.com/7179052/diff/6001/src/race.bash#newcode8 > src/race.bash:8: if [ $(uname -m) != "x86_64" ]; then > i believe ...
11 years, 2 months ago (2013-01-23 10:01:20 UTC) #4
minux1
On Wed, Jan 23, 2013 at 6:01 PM, Dave Cheney <dave@cheney.net> wrote: > > https://codereview.appspot.com/7179052/diff/6001/src/race.bash#newcode8 ...
11 years, 2 months ago (2013-01-23 10:04:35 UTC) #5
dfc
Hello dvyukov@google.com, minux.ma@gmail.com (cc: fullung@gmail.com, golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 2 months ago (2013-01-23 10:54:48 UTC) #6
minux1
https://codereview.appspot.com/7179052/diff/18001/src/race.bash File src/race.bash (right): https://codereview.appspot.com/7179052/diff/18001/src/race.bash#newcode26 src/race.bash:26: echo 'race detector is only supported on linux/amd64 and ...
11 years, 2 months ago (2013-01-23 11:12:14 UTC) #7
dfc
Please take another look. As an experiment I tried to use the dist tool to ...
11 years, 2 months ago (2013-01-24 01:39:42 UTC) #8
minux1
On Thursday, January 24, 2013, wrote: > Please take another look. > > As an ...
11 years, 2 months ago (2013-01-24 03:04:36 UTC) #9
dfc
> two possible solutions without changes to make.bash: > 1. ./make.bash --dist-tool /path/to/where/you/want/dist/to/live > 2. ...
11 years, 2 months ago (2013-01-24 08:14:00 UTC) #10
minux1
LGTM.
11 years, 2 months ago (2013-01-24 16:55:23 UTC) #11
dfc
If there are no objections, I plan to submit this CL this weekend.
11 years, 2 months ago (2013-01-26 02:57:17 UTC) #12
dfc
11 years, 2 months ago (2013-01-28 10:07:24 UTC) #13
*** Submitted as https://code.google.com/p/go/source/detail?r=9a96e224e063 ***

src: add race.bash

Add race.bash so anyone with suitable hardware can run a race detector build.
race.bash can be called from the dashboard builder by passing -cmd="race.bash".

Original source for race.bash is here,
http://code.google.com/p/go-wiki/wiki/DashboardBuilders

TODO: add race.bat for windows/amd64

R=dvyukov, minux.ma, adg, rsc
CC=fullung, golang-dev
https://codereview.appspot.com/7179052
Sign in to reply to this message.

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