]> Cypherpunks repositories - gostls13.git/commit
os: skip a new failing test on Windows
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Dec 2019 16:20:50 +0000 (16:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Dec 2019 18:04:42 +0000 (18:04 +0000)
commita6c8fac78194bf84eb75c845f2a80646211877c5
treebb8b291e07fd5a2073e9bc46e65907c2ec19ccd9
parent69614c0d0e05787c8203bdc364c3293e1cf5094a
os: skip a new failing test on Windows

This test was recently added in CL 209961.

Apparently Windows can't seek a directory filehandle?

And move the test from test/fixedbugs (which is mostly for compiler bugs) to
an os package test.

Updates #36019

Change-Id: I626b69b0294471014901d0ccfeefe5e2c7651788
Reviewed-on: https://go-review.googlesource.com/c/go/+/210283
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/os/os_test.go
test/fixedbugs/issue35767.go [deleted file]