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

Issue 12536046: code review 12536046: runtime: Better test tracebackability of jmpdefer when ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by khr
Modified:
11 years, 10 months ago
Reviewers:
dvyukov, bradfitz
CC:
bradfitz, dvyukov, golang-dev
Visibility:
Public.

Description

runtime: Better test tracebackability of jmpdefer when running a nil defer.

Patch Set 1 #

Patch Set 2 : diff -r 97ea81ad7455 https://khr%40golang.org@code.google.com/p/go/ #

Total comments: 1

Patch Set 3 : diff -r 97ea81ad7455 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 63dcf9ca33a7 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M test/fixedbugs/issue6055.go View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5
bradfitz
https://codereview.appspot.com/12536046/diff/3001/test/fixedbugs/issue6055.go File test/fixedbugs/issue6055.go (right): https://codereview.appspot.com/12536046/diff/3001/test/fixedbugs/issue6055.go#newcode21 test/fixedbugs/issue6055.go:21: n := runtime.Stack(buf[:], true) or: s := string(buf[:runtime.Stack(buf[:], true)) ...
11 years, 10 months ago (2013-08-07 23:27:05 UTC) #1
khr
Hello bradfitz@golang.org, dvyukov@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
11 years, 10 months ago (2013-08-09 16:58:21 UTC) #2
dvyukov
LGTM
11 years, 10 months ago (2013-08-09 17:00:50 UTC) #3
bradfitz
LGTM On Aug 9, 2013 9:58 AM, <khr@golang.org> wrote: > Reviewers: bradfitz, dvyukov, > > ...
11 years, 10 months ago (2013-08-09 17:10:49 UTC) #4
khr
11 years, 10 months ago (2013-08-09 22:27:48 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=690c179cc3fd ***

runtime: Better test tracebackability of jmpdefer when running a nil defer.

R=bradfitz, dvyukov
CC=golang-dev
https://codereview.appspot.com/12536046
Sign in to reply to this message.

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