<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/net/http/cgi/testdata/test.cgi, branch makepkg</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=makepkg</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=makepkg'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2023-11-07T18:42:44Z</updated>
<entry>
<title>net/http/cgi: eliminate use of Perl in tests</title>
<updated>2023-11-07T18:42:44Z</updated>
<author>
<name>aimuz</name>
<email>mr.imuz@gmail.com</email>
</author>
<published>2023-11-07T13:25:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ff19f8e7636f0b5797f3b65cee69f41fb650b965'/>
<id>urn:sha1:ff19f8e7636f0b5797f3b65cee69f41fb650b965</id>
<content type='text'>
Previously, a Perl script was used to test the net/http/cgi package.
This sometimes led to hidden failures as these tests were not run
on builders without Perl.
Also, this approach posed maintenance difficulties for those
unfamiliar with Perl.

We have now replaced Perl-based tests with a Go handler to simplify
maintenance and ensure consistent testing environments.
It's part of our ongoing effort to reduce reliance on Perl throughout
the Go codebase (see #20032,#25586,#25669,#27779),
thus improving reliability and ease of maintenance.

Fixes #63800
Fixes #63828

Change-Id: I8d554af93d4070036cf0cc3aaa9c9b256affbd17
GitHub-Last-Rev: a8034083d824da7d68e5995a7997a1199d78de15
GitHub-Pull-Request: golang/go#63869
Reviewed-on: https://go-review.googlesource.com/c/go/+/538861
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
Run-TryBot: qiulaidongfeng &lt;2645477756@qq.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Damien Neil &lt;dneil@google.com&gt;
Auto-Submit: Bryan Mills &lt;bcmills@google.com&gt;
Commit-Queue: Bryan Mills &lt;bcmills@google.com&gt;
</content>
</entry>
<entry>
<title>net/http/cgi: allow CGI host to configure where child's stderr goes</title>
<updated>2016-03-29T06:57:05Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2016-03-29T05:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=45d334ecf1b2bcbf0f8667d4c772ef3db0e03587'/>
<id>urn:sha1:45d334ecf1b2bcbf0f8667d4c772ef3db0e03587</id>
<content type='text'>
Patch originally from Steven Hartland. Tweaked a bit &amp; added a test.

Fixes #7197

Change-Id: I09012b4674e7c641dba31a24e9758cedb898d3ee
Reviewed-on: https://go-review.googlesource.com/21196
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>net/http/cgi: correctly handle pathnames for cygwin perl on windows</title>
<updated>2015-01-17T22:51:55Z</updated>
<author>
<name>Martin Möhrmann</name>
<email>martisch@uos.de</email>
</author>
<published>2015-01-17T12:37:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c2c0bf77efef5fd0e1cdecb330a9d30de1509ff8'/>
<id>urn:sha1:c2c0bf77efef5fd0e1cdecb330a9d30de1509ff8</id>
<content type='text'>
Cygwin perl uses unix pathnames in windows. Include cygwin perl in the
list of special cases for unix pathname handling in test.cgi.

Change-Id: I30445a9cc79d62d022ecc232c35aa5015b7418dc
Reviewed-on: https://go-review.googlesource.com/2973
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Alex Brainman &lt;alex.brainman@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: move package sources from src/pkg to src</title>
<updated>2014-09-08T04:08:51Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-08T04:08:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c007ce824d9a4fccb148f9204e04c23ed2984b71'/>
<id>urn:sha1:c007ce824d9a4fccb148f9204e04c23ed2984b71</id>
<content type='text'>
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
</content>
</entry>
</feed>
