Open qiulaidongfeng opened 11 months ago
Marking as runtime/compiler
because one of the failures is in cmd/cgo/internal/testtls
.
There is also a cmd/go
failure due to
set CGO_ENABLED=1
go build -x runtime/cgo
unexpectedly succeeding when %PATH%
is empty.
@qiulaidongfeng, could you run go test -v cmd/go -run=TestScript/cgo_stale_precompiled
to reproduce it with more verbose logs, and file that as a separate cmd/go
issue?
Marking as
runtime/compiler
because one of the failures is incmd/cgo/internal/testtls
.There is also a
cmd/go
failure due toset CGO_ENABLED=1 go build -x runtime/cgo
unexpectedly succeeding when
%PATH%
is empty.@qiulaidongfeng, could you run
go test -v cmd/go -run=TestScript/cgo_stale_precompiled
to reproduce it with more verbose logs, and file that as a separatecmd/go
issue?
ok , I submitted #64423
clang --version (built by Brecht Sanders) clang version 17.0.5 Target: x86_64-w64-windows-gnu Thread model: posix InstalledDir: D:/mingw64/bin
Test Will also fail.
git bisect to b42ce3a65fd0ea323a67bc8bdbb2a88e7148dcc7
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
)?go env
OutputWhat did you do?
clang get from https://winlibs.com/ GCC 12.1.0 + LLVM/Clang/LLD/LLDB 14.0.6 + MinGW-w64 10.0.0 (MSVCRT) - release 3
In cmd cd $GOROOT/src
all
What did you expect to see?
ALL TESTS PASSED
What did you see instead?
Output