Skip to content

Commit 7cb1810

Browse files
Yury Smolskyianlancetaylor
Yury Smolsky
authored andcommitted
test: skip test/fixedbugs/bug345.go on windows
Before the CL 115277 we did not run the test on Windows, so let's just go back to not running the test on Windows. There is nothing OS-specific about this test, so skipping it on Windows doesn't seem like a big deal. Updates #25693 Fixes #25586 Change-Id: I1eb3e158b322d73e271ef388f8c6e2f2af0a0729 Reviewed-on: https://go-review.googlesource.com/115857 Run-TryBot: Yury Smolsky <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent c7519f0 commit 7cb1810

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/fixedbugs/bug345.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
// +build !windows
12
// errorcheckdir -n
23

3-
// run
44
// Copyright 2011 The Go Authors. All rights reserved.
55
// Use of this source code is governed by a BSD-style
66
// license that can be found in the LICENSE file.
77

88
package ignored
9+
10+
// TODO(ysmolsky): Fix golang.org/issue/25693 to enable on Windows.

0 commit comments

Comments
 (0)