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

TrackMemory tests: always remove CR before LF #4788

Closed
wants to merge 1 commit into from

Conversation

MarcelRaad
Copy link
Member

It was removed for output containing ' =' via s/ =.*//. With classic
MinGW, this made lines with free() end with CRLF, but lines with e.g.
malloc() end with only LF. The tests expect LF only.

It was removed for output containing ' =' via `s/ =.*//`. With classic
MinGW, this made lines with `free()` end with CRLF, but lines with e.g.
`malloc()` end with only LF. The tests expect LF only.

Closes
@MarcelRaad MarcelRaad closed this in 8cf875e Jan 6, 2020
@MarcelRaad MarcelRaad deleted the tests_trackmemory_crlf branch January 6, 2020 19:58
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants