net: TestInterfaceHardwareAddrWithWmic fail on non-english Windows #23191
Labels
Comments
Change https://golang.org/cl/84935 mentions this issue: |
Thank you for creating the issue. Please provide the output of the error message. Maybe provide a screen shot? I will let @johnsonj decide what to about his CL 84696 before we deal with this issue. Alex |
Change https://golang.org/cl/85315 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Dec 25, 2017
this solution as it stands doesn't work with non-english device names (#23191 (which has a fix)) and names some devices differently (#23153) probably due to the fact that this test previously only ran on Server 2008. Re-opens #20073 Change-Id: I5c36774ddd85ac07620b4015372d564acbb169ad Reviewed-on: https://go-review.googlesource.com/85315 Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
I believe this is fixed, in that the test no longer fails because it is no longer run. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
pass ok
What did you see instead?
not ok
This issue is related on #23153. This test fail to match name of interface since wmic command output DBCS (double byte character set) when redirect to pipe. But wmic command output utf-16 when redirect to file. So the test should fix to get output from file.
The text was updated successfully, but these errors were encountered: