Closed
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
go version go1.7.2 windows/amd64
What operating system and processor architecture are you using (go env
)?
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=D:\src\golang
set GORACE=
set GOROOT=D:\develop\go
set GOTOOLDIR=D:\develop\go\pkg\tool\windows_amd64
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\ts\AppData\Local\Temp\go-build219919142=/tmp/go-build -gno-record-gcc-switches
set CXX=g++
set CGO_ENABLED=1
What did you do?
RUN src\all.bat
What did you see instead?
ok path 0.037s
--- FAIL: TestToNorm (0.00s)
path_windows_test.go:429: toNorm(\Users\ts\AppData\Local\Temp\testToNorm651380327\test\foo\bar) failed: The system cannot find the path specified. (wd=.)
path_windows_test.go:429: toNorm(\Users\ts\AppData\Local\Temp\testToNorm651380327\.\test\foo\bar) failed: The system cannot find the path specified. (wd=.)
path_windows_test.go:429: toNorm(\Users\ts\AppData\Local\Temp\testToNorm651380327\test\..\test\foo\bar) failed: The system cannot find the path specified. (wd=.)
path_windows_test.go:429: toNorm(\Users\ts\AppData\Local\Temp\testToNorm651380327\TEST\FOO\BAR) failed: The system cannot find the path specified. (wd=.)
FAIL
FAIL path/filepath 1.128s
ok reflect 0.132s
ok regexp 0.203s
ok regexp/syntax 0.360s
--- FAIL: TestGdbBacktrace (0.50s)
runtime-gdb_test.go:50: gdb version 7.10
runtime-gdb_test.go:261: could not find '#0.*main\.eee' in backtrace
runtime-gdb_test.go:262: gdb output:
Excess command line arguments ignored. (main.eee ...)
startup-with-shell: No such file or directory.
D:\develop\go\src\runtime/off: No such file or directory.
Argument required (expression to compute).
No default breakpoint address now.
No executable specified, use `target exec'.
No stack.
The program is not being run.
FAIL
FAIL runtime 41.795s