aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/SetjmpLongjmp
AgeCommit message (Expand)Author
2015-10-27[test-suite] Adding CMakeLists.txt files for CMake+LITRenato Golin
2011-05-18Make these tests return a deterministic exit code.Duncan Sands
2008-05-20Move definition of LDFLAGS ahead of the includeDale Johannesen
2007-08-05Stabilize test-suite:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2006-03-24Add some more .cvsignore files.Reid Spencer
2004-12-04This test will always fail, because gcc doesn't implement longjmp right.Chris Lattner
2004-09-05Rid llvm-test of the last vestiges of its "test/Programs" inheritance.Reid Spencer
2004-09-01Migrating test suite out of the source tree.John Criswell
2004-03-08Fix the failures in this dirChris Lattner
2004-02-26Split SetjmpLongjmp tests in C and C++ subdirectoriesAlkis Evlogimenos
2004-02-13c++ tests require c++ std library!Chris Lattner
2004-02-08Remember that these tests require EH supportChris Lattner
2003-11-08This benchmark is not guaranteed to terminate unless 'i' is volatile.Brian Gaeke
2003-09-23New sjlj testcaseChris Lattner
2003-09-15libexception no longer existsChris Lattner
2003-09-11As a temporary hack, explicitly link in libexception.aChris Lattner
2003-09-11Testcases for setjmp/longjmp supportChris Lattner