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

Expose MEMDEBUG, and use it to fix the #14173 test #18143

Merged
merged 1 commit into from
Aug 20, 2016
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 19, 2016

@@ -50,6 +50,14 @@ JL_DLLEXPORT uint32_t jl_get_LLVM_VERSION(void)
;
}

extern "C" JL_DLLEXPORT int8_t jl_is_memdbg() {
Copy link
Member

Choose a reason for hiding this comment

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

How about spelling this out as jl_is_memdebug since remembering that these are spelled differently is going to be impossible? I know this isn't going to be heavily used, but still.

Copy link
Member Author

Choose a reason for hiding this comment

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

OK, updated.

@tkelman
Copy link
Contributor

tkelman commented Aug 19, 2016

osx travis had what look like fluke download failures, log backed up to https://gist.github.com/eeed4fbf76e125a4abf9d990ad791e07 and restarted

@maleadt
Copy link
Member Author

maleadt commented Aug 19, 2016

@maleadt
Copy link
Member Author

maleadt commented Aug 20, 2016

And this time the spawn test failed... Restarted (full log here)

@maleadt maleadt merged commit 6628674 into master Aug 20, 2016
maleadt added a commit that referenced this pull request Aug 20, 2016
Expose MEMDEBUG, and use it to fix the #14173 test
@tkelman tkelman deleted the tb/is_memdbg branch August 20, 2016 18:24
@maleadt maleadt added backport pending 0.5 test This change adds or pertains to unit tests labels Aug 20, 2016
maleadt added a commit that referenced this pull request Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants