libs-base/Tests/base/NSFileHandle
Frederik Seiffert b05481a8c8 Don't resurrect GSFileHandle singletons.
It seems to be no longer possible to call -retain from -dealloc with the latest libobjc2, which was causing the tests to fail.

We are also throwing an exception in this case, which would need to be specifically caught in order for the resurrection to be of value to users, so this simply removes the -retain call and resets the singleton variables to nil in order to not have invalid pointers and for the singletons to be re-created on subsequent access.
2021-03-26 13:17:36 +01:00
..
basic.m Fix for singleton stdin,stdout,stderr retention 2013-10-27 05:42:40 +00:00
general.m import testsuite 2011-02-16 08:21:17 +00:00
singleton.m Don't resurrect GSFileHandle singletons. 2021-03-26 13:17:36 +01:00
socket.m fixup wait for connection 2016-07-12 16:25:49 +00:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00