aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/SignlessTypes
AgeCommit message (Expand)Author
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-07-22Leave out the SingleSource/UnitTests directory in benchmarking only modeMatthias Braun
2015-05-20Disable more short-running programs in benchmark-only mode.Kristof Beyls
2014-06-05Add a benchmarking-only mode to the test suiteHal Finkel
2013-05-06Add other big-endian reference outputsHal Finkel
2010-07-09Rehash reference output with the addition of an "exit 0" line.Bob Wilson
2010-07-09Modify SingleSource/UnitTests/SignlessTypes/Large/cast to use "long long"Bob Wilson
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-30Sink several SingleSource tests with large output into Large/ subdirectories ...Daniel Dunbar
2009-05-13Change this test to return 0 on success, non-zero on failure, insteadDan Gohman
2008-10-25Make this test return a zero exit status on success.Dan Gohman
2008-10-25Make this test return 0 instead of TestVal. TestVal is alreadyDan Gohman
2007-08-05Stabilize test-suite:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-07Make it work on 64-bit systems.Jeff Cohen
2007-03-04Terminate output with newline.Reid Spencer
2007-01-18Don't reference stderr, lli can't find it on Linux because it is both aReid Spencer
2007-01-10A little test for parameter attributes.Reid Spencer
2006-11-26A new test case for testing truncate to bool.Reid Spencer
2006-11-26Print out the testVal input.Reid Spencer
2006-11-25Add some tests for casting.Reid Spencer
2006-11-25Reduce the runtime of this test and make its seed programmable.Reid Spencer
2006-11-18Ignore the Output directoryReid Spencer
2006-11-15A test case, derived from MultiSource/Applications/hbd involving theReid Spencer
2006-11-10Add a test for logical shift right and arithmetic shift right testing.Zhou Sheng
2006-10-271. Add some comments about the seed values for the random number generateReid Spencer
2006-10-27Make it iterate 10,000 times instead of 100 .. tests more cases.Reid Spencer
2006-10-27Add a test for remainder testing. Also, in the Makefile, compute a seedReid Spencer
2006-10-25Fine-grainify the tests so the output will tell us specifically whichReid Spencer
2006-10-25Add a unit test directory for testing basic operations affected by theReid Spencer