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

Issue 13729043: code review 13729043: testing: add Atexit (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by chai2010
Modified:
10 years, 4 months ago
Reviewers:
minux1, rsc, dfc, golang-dev
Visibility:
Public.

Description

testing: add Atexit

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
A src/pkg/testing/atexit.go View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M src/pkg/testing/testing.go View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14
chai2010
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 4 months ago (2013-12-10 00:38:16 UTC) #1
minux1
has this api addition been discussed on golang-nuts? i don't like it.
10 years, 4 months ago (2013-12-10 00:40:36 UTC) #2
rsc
not lgtm Atexit is a way to make your program wedge instead of exiting. It's ...
10 years, 4 months ago (2013-12-10 00:54:13 UTC) #3
chai2010
On 2013/12/10 00:40:36, minux wrote: > has this api addition been discussed on golang-nuts? i ...
10 years, 4 months ago (2013-12-10 01:13:08 UTC) #4
chai2010
On 2013/12/10 00:54:13, rsc wrote: > not lgtm > > Atexit is a way to ...
10 years, 4 months ago (2013-12-10 01:13:26 UTC) #5
rsc
What do you do if the test crashes?
10 years, 4 months ago (2013-12-10 01:18:29 UTC) #6
chai2010
On 2013/12/10 01:18:29, rsc wrote: > What do you do if the test crashes? If ...
10 years, 4 months ago (2013-12-10 01:22:32 UTC) #7
minux1
On Dec 9, 2013 8:13 PM, <chaishushan@gmail.com> wrote: > I read your reply on "is ...
10 years, 4 months ago (2013-12-10 01:22:44 UTC) #8
chai2010
On 2013/12/10 01:22:44, minux wrote: > On Dec 9, 2013 8:13 PM, <mailto:chaishushan@gmail.com> wrote: > ...
10 years, 4 months ago (2013-12-10 01:25:17 UTC) #9
minux1
On Dec 9, 2013 8:22 PM, <chaishushan@gmail.com> wrote: > On 2013/12/10 01:18:29, rsc wrote: >> ...
10 years, 4 months ago (2013-12-10 01:26:36 UTC) #10
dfc
not lgtm. If you need this higher level funcationality, look at gocheck or one of ...
10 years, 4 months ago (2013-12-10 01:26:43 UTC) #11
chai2010
On 2013/12/10 01:26:36, minux wrote: > On Dec 9, 2013 8:22 PM, <mailto:chaishushan@gmail.com> wrote: > ...
10 years, 4 months ago (2013-12-10 02:18:40 UTC) #12
chai2010
On 2013/12/10 01:26:43, dfc wrote: > not lgtm. > > If you need this higher ...
10 years, 4 months ago (2013-12-10 02:19:02 UTC) #13
chai2010
10 years, 4 months ago (2013-12-17 02:33:45 UTC) #14
*** Abandoned ***
Sign in to reply to this message.

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