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

Enable MacOS binutils test. #322

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Conversation

aalexand
Copy link
Collaborator

@aalexand aalexand commented Feb 14, 2018

This follows up the unfinished test in #313.

@codecov-io
Copy link

Codecov Report

Merging #322 into master will increase coverage by 0.69%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #322      +/-   ##
=========================================
+ Coverage    65.8%   66.5%   +0.69%     
=========================================
  Files          36      36              
  Lines        7429    7431       +2     
=========================================
+ Hits         4889    4942      +53     
+ Misses       2142    2085      -57     
- Partials      398     404       +6
Impacted Files Coverage Δ
internal/binutils/addr2liner.go 68.88% <0%> (+25.55%) ⬆️
internal/binutils/binutils.go 70% <100%> (+13.24%) ⬆️
internal/binutils/disasm.go 91.78% <0%> (+2.73%) ⬆️
internal/binutils/addr2liner_llvm.go 71.42% <0%> (+2.85%) ⬆️
internal/binutils/addr2liner_nm.go 85.71% <0%> (+10.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e0e5b7...fc64985. Read the comment docs.

Copy link
Contributor

@nolanmar511 nolanmar511 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with one nit.

// character insignificant to avoid replacing foo with _foo on MacOS (for
// unknown reasons read2line produces the former and nm produces the
// latter on MacOS even though both tools are asked to produce mangled
// names.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing close parenthesis to match (for on line 229, I think.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, PTAL.

@nolanmar511 nolanmar511 merged commit 20ceaca into google:master Feb 14, 2018
gmarin13 pushed a commit to gmarin13/pprof that referenced this pull request Dec 17, 2020
@aalexand aalexand deleted the osx-binutils-test branch January 11, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants