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

Issue 7861045: code review 7861045: test: more systematic shift tests (Closed)

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

Description

test: more systematic shift tests To be submitted once gc agrees.

Patch Set 1 #

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

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

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

Total comments: 6

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

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

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

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

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

Total comments: 4

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -4 lines) Patch
M test/shift1.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +187 lines, -4 lines 0 comments Download

Messages

Total messages: 10
gri
Hello rsc@golang.org, iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-03-15 22:51:17 UTC) #1
remyoudompheng
https://codereview.appspot.com/7861045/diff/7001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/7001/test/shift1.go#newcode143 test/shift1.go:143: _ = a[1.<<s] rsc says that this is invalid ...
12 years, 1 month ago (2013-03-15 23:43:45 UTC) #2
remyoudompheng
https://codereview.appspot.com/7861045/diff/7001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/7001/test/shift1.go#newcode153 test/shift1.go:153: _ = float32(1.) // ERROR "shift of type float32" ...
12 years, 1 month ago (2013-03-15 23:49:39 UTC) #3
gri
PTAL https://codereview.appspot.com/7861045/diff/7001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/7001/test/shift1.go#newcode143 test/shift1.go:143: _ = a[1.<<s] On 2013/03/15 23:43:45, remyoudompheng wrote: ...
12 years, 1 month ago (2013-03-16 00:38:50 UTC) #4
gri
PTAL (concrete error messages may need to be adjusted). https://codereview.appspot.com/7861045/diff/7001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/7001/test/shift1.go#newcode143 test/shift1.go:143: ...
12 years, 1 month ago (2013-03-18 21:12:18 UTC) #5
remyoudompheng
https://codereview.appspot.com/7861045/diff/22001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/22001/test/shift1.go#newcode147 test/shift1.go:147: _ = a[1.] CL7613046 makes all test pass except ...
12 years, 1 month ago (2013-03-18 22:43:03 UTC) #6
gri
PTAL https://codereview.appspot.com/7861045/diff/22001/test/shift1.go File test/shift1.go (right): https://codereview.appspot.com/7861045/diff/22001/test/shift1.go#newcode147 test/shift1.go:147: _ = a[1.] On 2013/03/18 22:43:03, remyoudompheng wrote: ...
12 years, 1 month ago (2013-03-18 22:53:34 UTC) #7
rsc
LGTM
12 years, 1 month ago (2013-03-19 19:05:52 UTC) #8
remyoudompheng
On 2013/03/19 19:05:52, rsc wrote: > LGTM gc is now ready for these tests.
12 years, 1 month ago (2013-03-21 23:47:07 UTC) #9
gri
12 years, 1 month ago (2013-03-21 23:57:19 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=4dceacf2d92c ***

test: more systematic shift tests

To be submitted once gc agrees.

R=rsc, iant, remyoudompheng
CC=golang-dev
https://codereview.appspot.com/7861045
Sign in to reply to this message.

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