Skip to content
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

runtime: runtime-lldb test failure on Mac OS #16295

Closed
broady opened this issue Jul 8, 2016 · 3 comments
Closed

runtime: runtime-lldb test failure on Mac OS #16295

broady opened this issue Jul 8, 2016 · 3 comments
Labels
FrozenDueToAge OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@broady
Copy link
Member

broady commented Jul 8, 2016

Came across this while releasing go1.7rc1 on my Macbook Air:

--- FAIL: TestLldbPython (2.26s)
    runtime-lldb_test.go:182: Unexpected lldb output:
        Created target
        Created breakpoint
        Process launched
        Hit breakpoint
        Stopped at main.go:10
        Stopped in main.main
        intvar = None
FAIL
FAIL    runtime 28.910s

TryBots are happy, though, so could be an issue with whatever Python version I have installed on this machine?

@ianlancetaylor ianlancetaylor added the Testing An issue that has been verified to require only test changes, not just a test failure. label Jul 8, 2016
@ianlancetaylor ianlancetaylor changed the title runtime-lldb: test failure on Mac OS runtime: runtime-lldb test failure on Mac OS Jul 8, 2016
@ianlancetaylor
Copy link
Contributor

It's more likely to do with the version of lldb you have installed.

@ianlancetaylor ianlancetaylor added this to the Go1.7Maybe milestone Jul 8, 2016
@broady
Copy link
Member Author

broady commented Jul 8, 2016

$ which lldb
/usr/bin/lldb
$ lldb -v
lldb-300.2.51
$ ls -l $(which python)
lrwxr-xr-x  1 cbro  wheel  33 Nov 11  2014 /usr/local/bin/python -> ../Cellar/python/2.7.6/bin/python

(my Python is installed via Homebrew)

@bradfitz
Copy link
Contributor

Sounds like this was a homebrew/Python mismatch issue, since nobody else can repro this.

Closing for now per the release meeting.

@golang golang locked and limited conversation to collaborators Jul 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants