Closed myloveCc closed 9 years ago
Which test? And what branch? And what version of XCode?
I can't reproduce this without any more information, so it will be closed for now.
Oh,I am test AsyncExample_iOSTests project in Xcode 6.4.
Do you run it on a device as specified?
I run it on Iphone6 simulator ,but the test failed also.
You should not run in it in the simulator. GCD isn't simulated perfectly, so the tests only work on the device.
Oh,I see , thanks for your reply, have a nice day.
when i run the test project,qos_class_self() func can't get the current thread Qos class,and then the test failed。