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

at_exit test function fails #4711

Closed
brson opened this issue Jan 31, 2013 · 2 comments
Closed

at_exit test function fails #4711

brson opened this issue Jan 31, 2013 · 2 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc

Comments

@brson
Copy link
Contributor

brson commented Jan 31, 2013

As reported in #4656 the core test for at_exit seems to be failing sometimes. It's failing because the at_exit registration function expects to be passed the same pointer on each call but apparently isn't. I can imagine this could be because of the way coretest works, so coretest ends up using a different function than core. I can't though explain why this isn't showing up on the bots or in my tests.

@bstrie
Copy link
Contributor

bstrie commented Jul 2, 2013

@brson is this still relevant? I'm not even sure which of the two at_exit tests this is referring to.

@alexcrichton
Copy link
Member

There appears to no longer be any at_exit function in the new runtime, except for a possible TLS destructor which will be removed in #8447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

3 participants