Skip to content

all: test failures after calling all.bat on Windows7 #24709

@neolit123

Description

@neolit123

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version devel +e8aa9a53 Thu Apr 5 16:22:39 2018 +0000 windows/amd64
latest master at the time.

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

OS: Microsoft Windows [Version 6.1.7601] (Windows 7)
CPU: Intel i3-2120

What did you do?

pull golang/go from git
cd src
all.bat

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

no test errors

What did you see instead?

test related errors

full log:
https://pastebin.com/gqhbAWh2

additional information:
python -V
Python 2.7.3

gcc -v
gcc version 5.1.0 (tdm64-1)

no antivirus software running on the machine ATM.

comments:
chcp works, which i can verify by this small program:

package main

import "os/exec"
import "fmt"

func main() {
	_, err := exec.Command("chcp").Output()
	if err != nil {
		fmt.Println("err: ", err)
		return
	}
	fmt.Println("ok")
}

calling exec.Command("cmd", "/c", "chcp") also works.

i haven't looked at the gdb related failures.

report requested by @alexbrainman

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions