summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Fix commentTor Lillqvist1-1/+1
2020-04-16wsd: test: print assertion message as wellAshod Nakashian1-1/+2
2020-04-10kill IoUtil - obsolete & unused.Michael Meeks4-4/+0
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2-3/+3
2020-04-09Proof: link SSL libraries for --disable-ssl.Michael Meeks1-3/+5
2020-04-09Ticks count is signedMike Kaganski1-5/+5
2020-04-08Proof: generate our own key, and verify our own signatures.Michael Meeks1-9/+65
2020-04-08Proof: verify existing RSA proof.Michael Meeks1-6/+42
2020-04-08Proof: implement CAPI blob test.Michael Meeks2-1/+18
2020-04-08Proof: re-factor - publicise some internals to make testing easier.Michael Meeks2-0/+37
2020-03-26test: run unit-copy-paste on its own to make it happier.Michael Meeks1-2/+7
2020-03-26Parallelize tests.Michael Meeks1-44/+60
2020-03-20test: increase load timeout in UnitLoadTortureMiklos Vajna2-4/+5
2020-03-14wsd: test assertion macrosAshod Nakashian37-844/+934
2020-03-12test: better fix for UnitWOPISaveAs testTamás Zolnai1-9/+3
2020-03-12wsd: fix UnitWOPISaveAs testAshod Nakashian1-1/+8
2020-03-11re-factor: Socket / WebSocketHandler.Michael Meeks1-0/+1
2020-03-09Introduce StringVector::equals()Miklos Vajna1-0/+15
2020-03-07Remove unused filterHandleRequest unit test hook.Michael Meeks1-8/+0
2020-02-28Rework StringVector to have a single underlying stringMiklos Vajna1-0/+24
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna14-28/+29
2020-02-27UnitRenderShape: update Writer reference SVGMiklos Vajna1-1/+1
2020-02-26test: remove redundant shape related C++ test.Tamás Zolnai2-87/+0
2020-02-24test: fix random failure of unit-http test.Tamás Zolnai1-0/+6
2020-02-23wsd: improve test loggingAshod Nakashian2-24/+100
2020-02-21Try to fix parallel build.Tamás Zolnai1-5/+2
2020-02-18test, UnitEachView: increase the timeoutMiklos Vajna1-2/+2
2020-02-17Share the Kit environment setup code.Michael Meeks1-1/+5
2020-02-17test: improve timeout handling in getResponseMessage()Miklos Vajna1-1/+2
2020-02-14Restore "tests: Disable unstable unit test."Miklos Vajna1-1/+2
2020-02-13test, unit-each-view: increase timeoutMiklos Vajna1-2/+4
2020-02-12tests: Change the order of cypress-test and other tests.Tamás Zolnai1-2/+1
2020-02-11tests: Disable unstable unit test.Tamás Zolnai1-1/+2
2020-02-11test: increase timeout of UnitCloseMiklos Vajna1-0/+7
2020-02-10tdf#130382 - unit test for core fix for text input ordering issue.Michael Meeks1-1/+61
2020-01-30test: increase timeout of UnitLoadTortureMiklos Vajna1-0/+8
2020-01-24test: fix ODR-violation in SigUtilMiklos Vajna1-14/+17
2020-01-24test: remove documentation about no longer working CPPUNIT_TEST_NAME variantMiklos Vajna1-10/+0
2020-01-23test: restore ability to just run a single unit testMiklos Vajna1-0/+10
2020-01-22Resolved: Server crash when link opened in new tabPranam Lashkari1-0/+4
2020-01-21test: forcibly serialize moreMichael Meeks1-5/+4
2020-01-21test: simplify and remove obsolete /proc grokking code.Michael Meeks3-121/+14
2020-01-21test: switch to using ClientPortNumber to allow parallelism.Michael Meeks5-26/+22
2020-01-21test: serialize tests for now.Michael Meeks1-0/+46
2020-01-21test: simplify the timeout logic.Michael Meeks2-31/+11
2020-01-21test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks7-71/+40
2020-01-21test: switch to parallel tests based on Unit framework.Michael Meeks4-21/+35
2020-01-21copyFile: de-poco-ize and handle EINTR and short writes.Michael Meeks1-10/+0
2020-01-17Convert some of the integration-http-server tests to new-style onesMiklos Vajna3-100/+154
2020-01-09Convert the WS error tests to a new-style oneMiklos Vajna2-116/+113