This website works better with JavaScript.
Explore
Help
Register
Sign In
sandyx
/
libobjc2
Watch
1
Star
0
Fork
You've already forked libobjc2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b5e12e914c
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b5e12e914c'
${ noResults }
libobjc2
/
Test
History
David Chisnall
b5e12e914c
Make PropertyIntrospectionTest2 use arc.
...
Recent versions of clang object to weak properties in non-ARC mode.
10 years ago
..
RuntimeTest.xcodeproj
libobjc2: add Xcode project for RuntimeTest
16 years ago
AllocatePair.m
Fix copy and paste duplication of a line.
10 years ago
AssociatedObject.m
Add test for associated objects.
12 years ago
AssociatedObject2.m
Add a test that hidden classes are correctly deallocated and don’t leave the runtime in an undefined state.
11 years ago
BlockImpTest.m
More header cleanups in the tests.
13 years ago
BlockTest_arc.m
Fix a bug with blocks in ARC mode being incorrectly released.
13 years ago
BoxedForeignException.m
More header cleanups in the tests.
13 years ago
CMakeLists.txt
Make PropertyIntrospectionTest2 use arc.
10 years ago
CXXException.cc
Add missing test.
13 years ago
CXXException.m
Implemented the new exception ABI, and a load of tests for it. This is used by
13 years ago
ExceptionTest.m
Implemented the new exception ABI, and a load of tests for it. This is used by
13 years ago
ForeignException.m
Implemented the new exception ABI, and a load of tests for it. This is used by
13 years ago
Forward.m
More header cleanups in the tests.
13 years ago
GNUmakefile
libobjc2: add a Test subdirectory with a preliminary test of the runtime API
16 years ago
ManyManySelectors.m
Tweak the ManyManySelectors test case so that it doesn't hit a pathological
13 years ago
MethodArguments.m
Don't use an obsolete header in a test.
10 years ago
NestedExceptions.m
Implemented the new exception ABI, and a load of tests for it. This is used by
13 years ago
NilException.m
Check other exception handlers that should/shouldn't catch nil.
10 years ago
PropertyAttributeTest.m
More header cleanups in the tests.
13 years ago
PropertyIntrospectionTest.m
More header cleanups in the tests.
13 years ago
PropertyIntrospectionTest2_arc.m
Make PropertyIntrospectionTest2 use arc.
10 years ago
ProtocolCreation.m
More header cleanups in the tests.
13 years ago
ResurrectInDealloc_arc.m
Allow ARC to correctly handle references to self from blocks within -dealloc.
12 years ago
RuntimeTest.m
More header cleanups in the tests.
13 years ago
Test.h
Add a test that hidden classes are correctly deallocated and don’t leave the runtime in an undefined state.
11 years ago
Test.m
Allow ARC to correctly handle references to self from blocks within -dealloc.
12 years ago
WeakBlock_arc.m
Fix ARC assignment of blocks.
10 years ago
WeakReferences_arc.m
Fix a bug in weak reference handling, where weak refers were being removed from
12 years ago
alignTest.m
Align ivars to 16 byte boundaries when they are larger than a pointer. This is
13 years ago
msgInterpose.m
Fix include to work with make.
13 years ago
objc_msgSend.m
Extend the objc_msgSend test to check for register saving.
10 years ago