-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: TestLldbPython fails on macOS Sierra #17463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like this issue happens only on macOS 10.12 Sierra. |
I'm able to repro this. TestLldbPython is skipped by default; you need to enable developer mode with @bradfitz, presumably this is why we're not failing on the buildbots. Can you add that command to the setup process for new OS X VMs? |
Is there a way to programmatically do it without a password prompt? |
In classic Apple fashion, it's not documented. Does it still prompt if run as root? If so, try
as root. Google thinks that might work. |
I just tested it and |
@quentinmit, cool. Want to file a separate builder-specific bug? There are two separate things to fix with two separate owners I think: enabling this on our builders, vs actually fixing this. Oh, and we also need Sierra builders too. |
CL https://golang.org/cl/31725 mentions this issue. |
The test is broken on macOS Sierra. Updates #17463. Change-Id: Ifbb2379c640b9353a01bc55a5cb26dfaad9b4bdc Reviewed-on: https://go-review.googlesource.com/31725 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
CL https://golang.org/cl/32185 mentions this issue. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version devel +ad5fd28 Sat Oct 15 21:27:45 2016 +0000 darwin/amd64
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/yoshiki/gocode:/Users/yoshiki/exercises/gpl"
GORACE=""
GOROOT="/Users/yoshiki/tools/go"
GOTOOLDIR="/Users/yoshiki/tools/go/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/r3/f30_9n8958j4ndrjyl1k7mp40000gn/T/go-build223200854=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
What did you do?
I tried to rebuild go with src/all.bash.
What did you expect to see?
The build is OK
What did you see instead?
ok path/filepath 0.112s
ok reflect 0.115s
ok regexp 0.129s
ok regexp/syntax 0.353s
--- FAIL: TestLldbPython (4.38s)
runtime-lldb_test.go:182: Unexpected lldb output:
Created target
Created breakpoint
Process launched
Hit breakpoint
no intvar
FAIL
FAIL runtime 40.270s
ok runtime/debug 0.018s
The text was updated successfully, but these errors were encountered: