<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/test/fixedbugs/bug385_32.go, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2023-10-19T23:33:25Z</updated>
<entry>
<title>test: migrate remaining files to go:build syntax</title>
<updated>2023-10-19T23:33:25Z</updated>
<author>
<name>Dmitri Shuralyov</name>
<email>dmitshur@golang.org</email>
</author>
<published>2023-10-17T19:07:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b2fd76ab8dd72b9f2135c1e9b15130e6028fc838'/>
<id>urn:sha1:b2fd76ab8dd72b9f2135c1e9b15130e6028fc838</id>
<content type='text'>
Most of the test cases in the test directory use the new go:build syntax
already. Convert the rest. In general, try to place the build constraint
line below the test directive comment in more places.

For #41184.
For #60268.

Change-Id: I11c41a0642a8a26dc2eda1406da908645bbc005b
Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/536236
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Auto-Submit: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>all: make copyright headers consistent with one space after period</title>
<updated>2016-05-02T13:43:18Z</updated>
<author>
<name>Emmanuel Odeke</name>
<email>emm.odeke@gmail.com</email>
</author>
<published>2016-04-10T21:32:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=53fd522c0db58f3bd75d85295f46bb06e8ab1a9b'/>
<id>urn:sha1:53fd522c0db58f3bd75d85295f46bb06e8ab1a9b</id>
<content type='text'>
Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>test: enable bug385_32 test on amd64p32.</title>
<updated>2014-03-20T06:28:24Z</updated>
<author>
<name>Rémy Oudompheng</name>
<email>oudomphe@phare.normalesup.org</email>
</author>
<published>2014-03-20T06:28:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b4e41b4680423b14d9558c9950dc22f78524d9f4'/>
<id>urn:sha1:b4e41b4680423b14d9558c9950dc22f78524d9f4</id>
<content type='text'>
LGTM=dave
R=dave, rsc
CC=golang-codereviews
https://golang.org/cl/78110043
</content>
</entry>
<entry>
<title>test: disable large type/stack frame tests for gccgo</title>
<updated>2013-12-13T01:13:46Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2013-12-13T01:13:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3ddd2eaebc6bfb3ef05612a354cbd4273378d18b'/>
<id>urn:sha1:3ddd2eaebc6bfb3ef05612a354cbd4273378d18b</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/40370052
</content>
</entry>
<entry>
<title>test: add support for build tags.</title>
<updated>2013-01-28T20:29:45Z</updated>
<author>
<name>Rémy Oudompheng</name>
<email>oudomphe@phare.normalesup.org</email>
</author>
<published>2013-01-28T20:29:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4f6a2b9840f7894086a04e42ebf497b2d8fdbd33'/>
<id>urn:sha1:4f6a2b9840f7894086a04e42ebf497b2d8fdbd33</id>
<content type='text'>
This enables a few tests that were only executed
unconditionnally.

R=rsc, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7103051
</content>
</entry>
<entry>
<title>test: expand run.go's errorcheck, make clear which bugs run</title>
<updated>2012-09-23T17:16:14Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-09-23T17:16:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cd22afa07b83d56e0563d0ca4343e5c1a20c3e82'/>
<id>urn:sha1:cd22afa07b83d56e0563d0ca4343e5c1a20c3e82</id>
<content type='text'>
Today, if run.go doesn't understand a test header line it just ignores
the test, making it too easy to write or edit tests that are not actually
being run.

- expand errorcheck to accept flags, so that bounds.go and escape*.go can run.
- create a whitelist of skippable tests in run.go; skipping others is an error.
- mark all skipped tests at top of file.

Update #4139.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6549054
</content>
</entry>
<entry>
<title>test: fix bug headers</title>
<updated>2012-02-03T20:22:19Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-03T20:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3fe3ae74765e61eebda2cfdaa30772896f7da77c'/>
<id>urn:sha1:3fe3ae74765e61eebda2cfdaa30772896f7da77c</id>
<content type='text'>
The letter is $A, not $O.
($O is set accidentally, but not for long.)

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5629045
</content>
</entry>
<entry>
<title>gc: Nicer errors before miscompiling.</title>
<updated>2012-01-10T10:19:22Z</updated>
<author>
<name>Luuk van Dijk</name>
<email>lvd@golang.org</email>
</author>
<published>2012-01-10T10:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a6c49098bcddd3af21640b512257289c47f5e724'/>
<id>urn:sha1:a6c49098bcddd3af21640b512257289c47f5e724</id>
<content type='text'>
This fixes issue 2444.

A big cleanup of all 31/32bit size boundaries i'll leave for another cl though.  (see also issue 1700).

R=rsc
CC=golang-dev
https://golang.org/cl/5484058
</content>
</entry>
</feed>
