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

Issue 5656082: code review 5656082: test: use testlib (first 100) (Closed)

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

Description

test: use testlib (first 100) X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -99 lines) Patch
M test/235.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/alias.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/alias1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/append.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/assign.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/assign1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/bench/garbage/peano.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/bigalg.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/bigmap.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/blank.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/blank1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/doubleselect.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/fifo.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/goroutines.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/nonblock.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/perm.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/powser1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/powser2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select3.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select4.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select6.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select7.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/sendstmt.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/sieve1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/sieve2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/zerosize.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chancap.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/char_lit1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/closedchan.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/closure.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cmp.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cmp6.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cmplx.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/complit.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/complit1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/const.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/const1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/const2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/const3.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/convert.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/convert1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/convert3.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/convlit.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/convlit1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/copy.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/ddd.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/ddd1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/decl.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/declbad.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/defer.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/divide.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/dwarf/linedirectives.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/empty.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/env.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/eof.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/eof1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/escape.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/escape3.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug000.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug002.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug003.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug004.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug005.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug006.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug007.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug008.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug009.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug010.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug011.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug012.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug013.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug014.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug015.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug016.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug017.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug021.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug022.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug023.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug024.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug026.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug027.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug028.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug030.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug031.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug035.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug037.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug039.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug045.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug046.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug047.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug048.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug049.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug050.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug051.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug052.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug053.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug054.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 1 month ago (2012-02-17 04:39:42 UTC) #1
bradfitz
Do you want to distinguish "link" from "build" & "run"? I ended up doing that. ...
13 years, 1 month ago (2012-02-17 04:43:17 UTC) #2
bradfitz
LGTM On Fri, Feb 17, 2012 at 3:43 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > Do you ...
13 years, 1 month ago (2012-02-17 04:44:03 UTC) #3
rsc
*** Submitted as ecdd4b70e5ab *** test: use testlib (first 100) X ,s;^// \$G (\$D/)?\$F\.go *$;// ...
13 years, 1 month ago (2012-02-17 04:49:00 UTC) #4
rsc
On Thu, Feb 16, 2012 at 23:43, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Do you want ...
13 years, 1 month ago (2012-02-17 04:49:32 UTC) #5
bradfitz
13 years, 1 month ago (2012-02-17 04:50:54 UTC) #6
On Fri, Feb 17, 2012 at 3:49 PM, Russ Cox <rsc@golang.org> wrote:

> On Thu, Feb 16, 2012 at 23:43, Brad Fitzpatrick <bradfitz@golang.org>
> wrote:
> > Do you want to distinguish "link" from "build" & "run"?  I ended up doing
> > that.
>
> Assume you noticed, but just in case, yes:
>
> compile = 6g
> build = 6g + 6l
> run = 6g + 6l + 6.out
>

ah, cool. I'd mentally merged compile & build into what I previous called
"build" (your "compile").
Sign in to reply to this message.

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