Go

lp:~niemeyer/golang/testing

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/golang/testing
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Project:
Go
Status:
Development

Recent revisions

9197. By Gustavo Niemeyer

Testing ELF fixes.

9196. By Rob Pike <email address hidden>

exp/template: A template can be in one set only.
This simplifies the API and makes it easier to make the template
invocation statically secure, at the cost of some minor flexibility.

R=golang-dev, dsymonds, r
CC=golang-dev
http://codereview.appspot.com/4794045
HG=9196:1bf4e5073561

9195. By Nigel Tao <email address hidden>

html: sync html/testdata/webkit with upstream WebKit.

As $GOROOT/src/pkg/html/testdata/webkit/README says, we're pulling from
$WEBKITROOT/LayoutTests/html5lib/resources.

R=r
CC=golang-dev
http://codereview.appspot.com/4810043
HG=9195:e325563c6a33

9194. By Nigel Tao <email address hidden>

html: parse misnested formatting tags according to the HTML5 spec.
This is the "adoption agency" algorithm.

The test case input is "<a><p>X<a>Y</a>Z</p></a>". The correct parse is:
| <html>
| <head>
| <body>
| <a>
| <p>
| <a>
| "X"
| <a>
| "Y"
| "Z"

R=gri
CC=golang-dev
http://codereview.appspot.com/4771042
HG=9194:0713c6cee448

9193. By Rob Pike <email address hidden>

gob: send empty but non-nil maps.
Fixes issue 2082.

R=golang-dev, dsymonds, r
CC=golang-dev
http://codereview.appspot.com/4798042
HG=9193:ec21d1bbe91f

9192. By Robert Griesemer <email address hidden>

godoc: fix zip file directory lookup

Also: remove left-over println calls.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/4807042
HG=9192:c82f0abba1b3

9191. By Andrew Balholm <email address hidden>

html: handle character entities without semicolons

Fix the TODO: unescape("&notit;") should be "¬it;"

Also accept digits in entity names.

R=nigeltao
CC=golang-dev, rsc
http://codereview.appspot.com/4781042

Committer: Nigel Tao <email address hidden>
HG=9191:ba2e1d04d77b

9190. By David Symonds <email address hidden>

http: sniffing algorithm.

This follows draft-ietf-websec-mime-sniff-03 in its intent,
though not its algorithmic specification.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4746042
HG=9190:6675f47ceacf

9189. By Mike Solomon

io/ioutil: improve performance of ioutil.Discard
Fixes issue 2084.

R=bradfitz, rsc
CC=golang-dev
http://codereview.appspot.com/4817041

Committer: Brad Fitzpatrick <email address hidden>
HG=9189:13faa632ba3a

9188. By Brad Fitzpatrick <email address hidden>

CONTRIBUTORS: add Mike Solomon (Google CLA)

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/4818041
HG=9188:b8e4b6428894

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~push-gopher/golang/tip
This branch contains Public information 
Everyone can see this information.

Subscribers