-
Notifications
You must be signed in to change notification settings - Fork 140
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
Test observation issues #383
Comments
idoru
pushed a commit
that referenced
this issue
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
Please dup rdar://25456276 so Apple is aware we are running into these issues. |
Resolved by #384. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting with Xcode 7.3 test output from test bundles is no longer produced. Similar to this issue with Nimble:
Quick/Nimble#270
Furthermore, attempts to fix it (#382) introduced problems with xctest. Similar to this issue with Nimble:
Quick/Nimble#273
The text was updated successfully, but these errors were encountered: