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

Issue 105280045: code review 105280045: runtime: disable funky wide string test for now. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 12 months ago by khr
Modified:
10 years, 12 months ago
Reviewers:
r, brainman, khr1
CC:
bradfitz, golang-codereviews
Visibility:
Public.

Description

runtime: disable funky wide string test for now.

Patch Set 1 #

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

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

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/runtime/string_test.go View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 6
khr
Hello bradfitz (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
10 years, 12 months ago (2014-06-17 07:44:47 UTC) #1
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=c5bf1d4dae6a *** runtime: disable funky wide string test for now. TBR=bradfitz R=bradfitz ...
10 years, 12 months ago (2014-06-17 07:45:44 UTC) #2
brainman
I'm happy to run tests any time you need to. Just CC me. Alex
10 years, 12 months ago (2014-06-17 07:49:29 UTC) #3
khr1
This test passed when I ran it with "go test runtime -test.run=StringW -test.v" but that ...
10 years, 12 months ago (2014-06-17 07:52:14 UTC) #4
r
https://codereview.appspot.com/105280045/diff/80001/src/pkg/runtime/string_test.go File src/pkg/runtime/string_test.go (right): https://codereview.appspot.com/105280045/diff/80001/src/pkg/runtime/string_test.go#newcode107 src/pkg/runtime/string_test.go:107: //"a\u5566\u7788b", you should put in a comment saying why ...
10 years, 12 months ago (2014-06-17 14:12:46 UTC) #5
khr1
10 years, 12 months ago (2014-06-17 15:14:37 UTC) #6
Figured it all out.  Forgot null termination.  CL to reenable out for
review.


On Tue, Jun 17, 2014 at 7:12 AM, <r@golang.org> wrote:

>
> https://codereview.appspot.com/105280045/diff/80001/src/
> pkg/runtime/string_test.go
> File src/pkg/runtime/string_test.go (right):
>
> https://codereview.appspot.com/105280045/diff/80001/src/
> pkg/runtime/string_test.go#newcode107
> src/pkg/runtime/string_test.go:107: //"a\u5566\u7788b",
> you should put in a comment saying why this is done.
>
> https://codereview.appspot.com/105280045/
>
Sign in to reply to this message.

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