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

New attempt at fixing test output under Xcode 7.3 while not breaking … #384

Merged
merged 1 commit into from
Apr 1, 2016

Conversation

idoru
Copy link
Contributor

@idoru idoru commented Apr 1, 2016

…xctool

  • The dispatch_async approach causes Cedar to not be hooked into XCTest
    in time for the xctool runner to pick it up.
  • Instead, we are now swizzling -[XCTestObservationCenter addTestObserver:]
    and -_addLegacyTestObserver: and using them as an earlier hook to register
    Cedar's test observer with the test observation center.

Some extra context around this can be found at:
#383

…xctool

- The dispatch_async approach causes Cedar to not be hooked into XCTest
  in time for the xctool runner to pick it up.
- Instead, we are now swizzling -[XCTestObservationCenter addTestObserver:]
  and -_addLegacyTestObserver: and using them as an earlier hook to register
  Cedar's test observer with the test observation center.

Some extra context around this can be found at:
#383
@idoru idoru merged commit 1bbc910 into master Apr 1, 2016
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

Successfully merging this pull request may close these issues.

1 participant