You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nondeterministic failure in testSyntacticOrIndexBasedXCTestsBasedOnWhetherFileIsIndexed
If we were indexing the modified file too fast, we would get semantic tests to the `workspace/tests` request while we were expecting syntactic results.
Add semaphores to ensure that indexing doesn’t finish until we have received the syntactic result.
rdar://146331921
0 commit comments