aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/unit
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add unit testVsevolod Stakhov2024-03-241-0/+11
|
* [Test] Remove some invalid tests for 32 bit platformsVsevolod Stakhov2024-01-181-28/+29
| | | | Issue: #4754
* [Minor] Treat last dot speciallyVsevolod Stakhov2023-08-101-0/+10
|
* [Test] Add one more test for urls parsingVsevolod Stakhov2023-08-101-118/+123
|
* [Test] Add unit testingVsevolod Stakhov2023-04-071-0/+10
|
* [Test] Add a unit testVsevolod Stakhov2023-02-231-48/+154
|
* [Test] Exclude more speed/fuzz tests to allow unit tests execution under 1 secVsevolod Stakhov2022-12-273-87/+16
|
* [Test] Hide expensive unit tests with RSPAMD_LUA_EXPENSIVE_TESTS env variableVsevolod Stakhov2022-12-267-253/+266
|
* [Test] Disable a broken unit testVsevolod Stakhov2022-12-111-3/+3
|
* [Test] Fix a broken unit testVsevolod Stakhov2022-12-111-1/+1
|
* [Test] Add test for the added featuresVsevolod Stakhov2022-12-101-20/+25
|
* [Minor] Add tests and fix some minor issuesVsevolod Stakhov2022-11-221-5/+30
|
* [Minor] Fix tests and invocationVsevolod Stakhov2022-11-221-2/+3
|
* [Test] Add another used domainVsevolod Stakhov2022-11-151-0/+1
|
* [Test] Fix test tldsVsevolod Stakhov2022-11-151-0/+13
|
* [Test] Do not use hardcoded path for sqlite3 testsPetr Vaněk2022-11-071-9/+10
|
* [Test] Remove test case with non-deterministic resultPetr Vaněk2022-11-051-1/+0
| | | | | | | | | | Removed test case does not work with luajit-2.1 anymore as it depends on internal behavior of lujait-2.0. The order of URL list returned by `extract_specific_urls` function from `lualib/lua_util` depends on order of keys in table of TLDs. The test case incorrectly expects "net" and "com" being in front of the table, however, "org" can appear there as well.
* [Test] Fix broken testsVsevolod Stakhov2022-10-251-1/+1
|
* [Rework] Make http normalize path function a generic functionVsevolod Stakhov2022-10-231-1/+1
|
* [Test] Check the decoded length when doing base32 fuzz testVsevolod Stakhov2022-07-161-1/+3
|
* [Minor] Add test for lower_utf8 selector transformationPavel Podkorytov2022-05-211-1/+7
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-252-2/+2
|
* [Minor] Microoptimize lua_util.str_endswithAnton Yuzhaninov2022-02-261-1/+32
| | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function.
* [Test] Fix mime dump testVsevolod Stakhov2021-12-091-0/+6
|
* [Test] Remove broken testVsevolod Stakhov2021-12-061-3/+4
|
* [Test] Improve envelope stuff testingVsevolod Stakhov2021-11-281-1/+28
|
* [Test] Fix testsVsevolod Stakhov2021-11-271-97/+100
|
* [Test] Oops, add a missing requireVsevolod Stakhov2021-11-241-2/+2
|
* [Test] Add unit test for message to ucl functionVsevolod Stakhov2021-11-241-0/+188
|
* [Test] Add a simple config helper for the unit testsVsevolod Stakhov2021-11-241-24/+3
|
* [Test] Move tests from lua to C++Vsevolod Stakhov2021-10-061-226/+0
|
* [Test] Add the test for the previous fixVsevolod Stakhov2021-09-221-0/+8
|
* [Test] Add tests for broken qp decodingVsevolod Stakhov2021-09-201-0/+10
|
* [Minor] Adjust unit testVsevolod Stakhov2021-07-301-1/+1
|
* [Minor] Try to deal with urls with backslashes in pathVsevolod Stakhov2021-07-301-1/+5
|
* [Minor] Fix parsing of some misformed email addressesVsevolod Stakhov2021-07-211-4/+4
|
* [Test] Fix broken tests as it is confirmed by browser \m/Vsevolod Stakhov2021-07-021-1/+1
|
* [Test] Some fixes to html unit testsVsevolod Stakhov2021-06-281-28/+10
|
* [Test] Remove obsoleted testVsevolod Stakhov2021-06-231-142/+0
|
* [Minor] Fix multiple @ at the beginnigVsevolod Stakhov2021-05-121-0/+3
|
* [Minor] Fix parsing of some bogus urlsVsevolod Stakhov2021-05-121-0/+3
|
* [Test] Add a unit test for buckets variables in the mempoolVsevolod Stakhov2021-05-021-1/+9
|
* [Test] Add unit tests for stream compressionVsevolod Stakhov2021-04-261-0/+56
|
* [Test] Add some more rfc2047 tricky casesVsevolod Stakhov2021-04-011-2/+4
|
* [Project] Css: Add display value supportVsevolod Stakhov2021-03-101-2/+2
|
* [Project] Css: Add dimensions handlingVsevolod Stakhov2021-03-091-1/+4
|
* [Project] Css: Add opacity supportVsevolod Stakhov2021-03-091-0/+5
|
* [Project] Css: Rework flags of css propertiesVsevolod Stakhov2021-03-051-2/+2
|
* [Porject] Css: Rework functions parsingVsevolod Stakhov2021-03-031-0/+25
|
* [Project] Css: Start semantic parsing for rulesVsevolod Stakhov2021-02-171-3/+3
|