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

Cancellation doesn't work in 32-bit iOS 9 simulator #19

Closed
lilyball opened this issue Apr 6, 2018 · 3 comments
Closed

Cancellation doesn't work in 32-bit iOS 9 simulator #19

lilyball opened this issue Apr 6, 2018 · 3 comments

Comments

@lilyball
Copy link
Owner

lilyball commented Apr 6, 2018

Running the test suite in a 32-bit iOS 9 simulator results in a lot of test failures for tests on cancellation behavior. I'm unsure why this is at the moment.

@lilyball
Copy link
Owner Author

lilyball commented Apr 7, 2018

Looks like it's strictly tests for cancellation propagation, and even there, it's only Obj-C tests, not Swift tests.

@lilyball
Copy link
Owner Author

lilyball commented Apr 7, 2018

Turns out cancellation propagation works perfectly fine, I just need to add autorelease pools to the tests.

@lilyball
Copy link
Owner Author

lilyball commented Apr 7, 2018

I don't know why the objects are getting autoreleased at all though ¯\_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant