summaryrefslogtreecommitdiffstats
path: root/common/Unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: allow an exitTest to work in Kit and propagate its result.Michael Meeks3 days1-3/+33
* killpoco: remove lots of redundant JSON includes.Michael Meeks7 days1-2/+1
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-201-31/+31
* Only create Unit-test SocketPoll when used.Michael Meeks2024-03-151-4/+20
* wsd: reduce directives for unused variable supressionAshod Nakashian2024-03-091-4/+2
* Replace Util::startsWith/endsWith w/ C++20 equivalentAron Budea2024-02-221-4/+4
* use isKitInProcess() instead of KIT_IN_PROCESSJaume Pujantell2023-12-181-0/+2
* wsd: test: exit on failure to load unit-test libAshod Nakashian2023-09-251-36/+39
* Typos: wake-up.Michael Meeks2023-07-171-3/+3
* wsd: test: do not advance to next test on failureAshod Nakashian2023-07-081-4/+5
* wsd: test: dump state on test failureAshod Nakashian2023-07-081-0/+4
* wsd: test: better test timeout thread managementAshod Nakashian2023-06-141-10/+16
* wsd: test: initialize logs before unit-testsAshod Nakashian2023-05-311-10/+7
* wsd: test: do not start the next test if test is not finishedAshod Nakashian2023-03-101-13/+17
* Fix compiler warnings when building for WASM.Tor Lillqvist2023-02-121-0/+3
* wsd: test: start next test only after destroying the currentAshod Nakashian2023-01-301-96/+128
* wsd: test: wrap DocBroker destroy callbackAshod Nakashian2023-01-301-0/+8
* wsd: test: better UnitWOPIAsyncUpload_ModifyAshod Nakashian2023-01-231-0/+5
* wsd: test: refactor BaseUnit self-testAshod Nakashian2023-01-231-1/+49
* wsd: test: cleanup exitTest logsAshod Nakashian2022-12-121-8/+8
* wsd: test: support keepgoing optionAshod Nakashian2022-12-121-3/+21
* wsd: test: proper test optionsAshod Nakashian2022-12-121-4/+26
* wsd: test: minor cleanup in UnitBaseAshod Nakashian2022-12-121-1/+1
* wsd: test: loggingAshod Nakashian2022-11-301-1/+1
* wsd: test: fix rare deadlock on stoppingAshod Nakashian2022-11-301-0/+5
* wsd: test: capture the original test resultAshod Nakashian2022-11-301-11/+12
* wsd: test: convert TestResult to STATE_ENUMAshod Nakashian2022-11-301-3/+3
* wsd: test: remove returnValue overridesAshod Nakashian2022-11-301-14/+0
* wsd: test: add endTest to clean-up testsAshod Nakashian2022-11-301-0/+1
* wsd: test: wakeup world when starting a new testAshod Nakashian2022-11-301-0/+3
* wsd: test: filter subsequent testsAshod Nakashian2022-11-211-9/+15
* wsd: test: invoke configure for each testAshod Nakashian2022-11-211-0/+3
* wsd: test: capture the reason in exitTestAshod Nakashian2022-11-211-3/+6
* wsd: test: log all test names before runningAshod Nakashian2022-11-211-0/+12
* wsd: test: filter tests using COOL_TEST_OPTIONSAshod Nakashian2022-11-211-0/+21
* wsd: test: log test start and finish visiblyAshod Nakashian2022-11-211-2/+3
* wsd: test: return the correct type from hooks multiAshod Nakashian2022-11-211-17/+19
* wsd: test: merge the results of all testsAshod Nakashian2022-11-151-5/+24
* wsd: test: rename setHandle to initializeAshod Nakashian2022-11-151-2/+10
* wsd: test: support multitestsAshod Nakashian2022-11-151-20/+56
* wsd: test: make dlhandle static and properly cleanupAshod Nakashian2022-11-151-12/+35
* wsd: test: use a global array to support multiple testsAshod Nakashian2022-11-151-38/+54
* wsd: test: log multiple exitTest cases with different resultsAshod Nakashian2022-11-121-0/+4
* masterpage: get & set optional mode parameter for tiles (server side)Szymon Kłos2022-09-191-3/+3
* wsd: minor code-coverage improvementsAshod Nakashian2022-08-021-2/+3
* wsd: test: support filtering Kit messagesAshod Nakashian2022-06-271-0/+6
* wsd: test: filterSendMessage -> filterSendWebSocketMessageAshod Nakashian2022-06-271-3/+3
* wsd: test: handle save notifications in testsAshod Nakashian2022-06-101-0/+67
* Tile-deltas, expose TileData to unit tests.Michael Meeks2022-05-101-1/+1
* wsd: test: correctly stop SocketPoll in UnitTimeoutAshod Nakashian2022-05-061-0/+2