Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/goPublic

Commita3bfff1

Browse files
committed
[release-branch.go1.3] net/http/httptest: disable TestIssue7264
This fails on my OS X machine,just like it did in default branch.In the default branch we removed the test.It's just buggy.LGTM=bradfitzR=bradfitzCC=golang-codereviewshttps://golang.org/cl/144610043
1 parent881f0d1 commita3bfff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/pkg/net/http/httptest/server_test.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestServer(t *testing.T) {
3030
}
3131

3232
funcTestIssue7264(t*testing.T) {
33+
t.Skip("broken test - removed at tip")
3334
fori:=0;i<1000;i++ {
3435
func() {
3536
inHandler:=make(chanbool,1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp