aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/ObjC
AgeCommit message (Expand)Author
2016-01-13CMakeLists: Remove llvm_singlesource()/llvm_multisource() in directories with...Matthias Braun
2016-01-13CMakeLists.txt: Remove unnecessary LEVEL variableMatthias Braun
2016-01-13CMakeLists: Remove unnecessary autogenerated from commentMatthias Braun
2015-10-27[test-suite] Adding CMakeLists.txt files for CMake+LITRenato Golin
2015-03-10Remove unnecessary objc/Object.h includeMatthias Braun
2015-03-10Avoid using NSSize which is not available on iOSMatthias Braun
2012-10-29test-suite: Eliminate the EXIT_OK RunSafely parameter.Daniel Dunbar
2012-08-30Test for // rdar://12156616Fariborz Jahanian
2012-03-22ARM doesn't appear to have the objc/Object.h header.Bill Wendling
2011-04-29Executable test for clang's // rdar://9309454Fariborz Jahanian
2011-04-22Fix test case for nonfragile-abi too (-arch i386).Fariborz Jahanian
2011-04-22Executable test for clang's // rdar:// 9072317Fariborz Jahanian
2011-04-19Test case for 129634. <rdar://problem/8933028>Stuart Hastings
2011-03-04Commit of shame: Forgot a semicolon.Bill Wendling
2011-03-03Testcase for <rdar://problem/8824861>.Bill Wendling
2010-10-04Remove print-class-info tests, they aren't very useful and are too tied to otherDaniel Dunbar
2010-09-24Use Foundation instead of Cocoa when possible.Daniel Dunbar
2010-09-24XFAIL a known llvm-gcc miscompilation.Jakob Stoklund Olesen
2010-09-15Modified test case to generate same output withFariborz Jahanian
2010-09-15Change output file to correspond to newFariborz Jahanian
2010-09-15Added comments to explain new behavior underFariborz Jahanian
2010-09-02Add a test case that Objective-C bitfield access doesn't reach past end ofDaniel Dunbar
2010-07-30Fix a race condition in this test causing it to occasionally fail toJohn McCall
2010-07-23Make this test less racy.Dan Gohman
2010-06-30Adjust reference output for a case where Clang correctly differs from GCC.Daniel Dunbar
2010-06-03Fix exceptions.m to not change behavior based on ARCH, and splitDaniel Dunbar
2010-05-31XFAIL a bunch of tests with USE_REFERENCE_OUTPUT/x86.Daniel Dunbar
2010-05-31Add a bunch of reference outputs, for normal and SMALL_PROBLEM_SIZE=1 modes.Daniel Dunbar
2010-05-28Test for radar 8037512.Fariborz Jahanian
2010-04-26add a silly testcase.Chris Lattner
2010-04-23Add an Objective-C EH test case, from <rdar://problem/7471679>.Daniel Dunbar
2010-03-25Add note on why Clang diverges from GCC on this test.Daniel Dunbar
2009-08-20Don't depend on the value of __FILE__ in outputDaniel Dunbar
2009-07-17Add autorelease pool.Daniel Dunbar
2009-07-17Don't try to run JIT tests for Obj-C, they are XFAIL.Daniel Dunbar
2009-07-17Mark numThreads volatile.Daniel Dunbar
2009-07-17Add a number of new ObjC test cases.Daniel Dunbar
2009-05-26Fix format code for printing long longDaniel Dunbar
2009-04-14Add test case for various parts of Objective-C parameter passing.Daniel Dunbar
2008-11-21Add an Obj-C and an Obj-C++ test.Daniel Dunbar