summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Restore support for compiling fastos on darwin.Tor Egge2019-03-123-3/+5
|
* GC unused code.Henning Baldersheim2019-01-154-874/+0
|
* GC unused codeHenning Baldersheim2018-05-113-164/+0
|
* Remove redundant code.Henning Baldersheim2018-05-111-22/+11
|
* Ensure zero termination.Henning Baldersheim2018-05-111-0/+11
|
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-112-23/+23
|
* Revert "Revert "Toregge/use standard locks in fastos""Arnstein Ressem2017-11-028-129/+126
|
* Revert "Toregge/use standard locks in fastos"Harald Musum2017-10-318-126/+129
|
* Stop using FastOS_Mutex and FastOS_Cond in fastos unit tests.Tor Egge2017-10-306-113/+115
|
* Remove unused member variable.Tor Egge2017-10-301-2/+0
|
* Use std::mutex and std::condition_variable instead of FastOS_Mutex andTor Egge2017-10-303-16/+13
| | | | FastOS_Condition.
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-9/+2
|
* 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 ↵Henning Baldersheim2017-03-081-0/+6
| | | | destructors.
* - If hugetlb is not working try without.Henning Baldersheim2016-12-191-3/+4
| | | | - NULL -> nullptr
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* 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
| | | | * also get rid of some extra newlines
* 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
| | | | | | | | | * add 'hello.txt' with 27 bytes of data, as expected * make the "generated" subdirectory where needed, remove it again afterwards * trying to use unaligned access with directio now is expected to throw an exception, so catch that and log as success
* 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
| | | | | | * the FastOS mechanism for setting priority on processes and threads wasn't used anywhere, and it did not work on linux anyway.
* use cmathArne Juul2016-06-272-4/+2
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* Do not spend huge resources on testing an unused functionality that will not ↵Henning Baldersheim2016-06-161-1/+0
| | | | live on much longer.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-9/+9
|