aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes not needed.Henning Baldersheim2017-08-181-0/+1
* NULL -> nullptrHenning Baldersheim2017-08-1819-101/+101
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+2
* Include only what you need.Henning Baldersheim2017-08-184-36/+4
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Update copyright headers"Jon Bratseth2017-06-1422-22/+22
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Copyright header"Jon Bratseth2017-06-1322-22/+22
* Copyright headerJon Bratseth2017-06-1322-22/+22
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-015-6/+6
* ISO C++1z does not allow ‘register’ storage class specifier (gcc 7)Henning Baldersheim2017-05-051-9/+4
* remove FastOS_Socket::getHostNameHaavard2017-04-191-68/+0
* Use overrideHenning Baldersheim2017-04-0416-67/+50
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+6
* - If hugetlb is not working try without.Henning Baldersheim2016-12-191-3/+4
* Get the parenthesis correct.Henning Baldersheim2016-08-291-1/+1
* Avoid out of bounds errorHenning Baldersheim2016-08-291-1/+1
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-20/+16
* follow review feedbackArne H Juul2016-07-011-24/+6
* use ProgressI64 with file sizes/positionsArne H Juul2016-06-301-11/+9
* use Progress even moreArne H Juul2016-06-301-34/+34
* refactorArne H Juul2016-06-301-60/+20
* rename BaseForThreadTest -> ThreadTestBaseArne H Juul2016-06-307-10/+10
* base_thread.hpp -> thread_test_base.hppArne H Juul2016-06-307-6/+6
* jobs.h -> job.hArne H Juul2016-06-307-6/+6
* use Progress() to catch problemsArne H Juul2016-06-301-57/+33
* reindent and style-fixArne H Juul2016-06-301-803/+755
* cleanup rest of file testsArne H Juul2016-06-302-36/+53
* return 0 only if all okArne H Juul2016-06-3012-20/+29
* ugly but unique class namesArne H Juul2016-06-305-15/+15
* move common code to new base classArne H Juul2016-06-307-1338/+254
* split out common job codeArne H Juul2016-06-307-389/+72
* split test so it can run in parallelArne H Juul2016-06-298-458/+2058
* remove SetPriority from fastosArne H Juul2016-06-292-166/+1
* use cmathArne Juul2016-06-272-4/+2
* Do not spend huge resources on testing an unused functionality that will not ...Henning Baldersheim2016-06-161-1/+0
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-9/+9
* PublishJon Bratseth2016-06-1516-0/+5031