Commits

David Farler committed e42fd92fbbe
SwiftReflectionTest: Don't exit until the parent asks for an instance Child processes were exiting too early before the parent has a chance to read a null pointer from the child, indicating that there are no more instances to reflect. This wasn't a problem on OS X because the I/O latency is so small compared to the iOS simulator, where the problem would come up under heavy load. This makes the end-to-end remote mirror tests deterministic again. rdar://problem/26230879