darling-libobjc2/Test
2011-11-19 12:25:54 +00:00
..
RuntimeTest.xcodeproj libobjc2: add Xcode project for RuntimeTest 2010-09-25 21:04:20 +00:00
BlockImpTest.m Added a function for getting the type encoding for a block returned by imp_implementationFromBlock(). 2011-10-13 10:28:31 +00:00
GNUmakefile libobjc2: add a Test subdirectory with a preliminary test of the runtime API 2010-09-25 21:01:36 +00:00
objc_msgSend.m Add test for objc_msgSend_stret() with small object. 2011-11-19 12:25:54 +00:00
PropertyIntrospectionTest.m Finished implementing the new runtime APIs. 2011-10-11 18:42:34 +00:00
ProtocolCreation.m Finished implementing the new runtime APIs. 2011-10-11 18:42:34 +00:00
RuntimeTest.m Actually wait for +initialize to finish before allowing any thread to send a message to a class (I broke this when I rewrote the dtable code to use a per-class lock - the lookup forgot to acquire the correct mutex.) 2011-04-18 17:30:24 +00:00