aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copy deep_userdata_example test script in the test frameworkHEADmasterBenoit Germain5 days1-0/+161
* Rework function bytecode dumping to be Lua5.5-readyBenoit Germain12 days2-10/+21
* Added Lua 5.5 supportBenoit Germain2025-07-041-1/+2
* Split coro tests in several scriptsBenoit Germain2025-07-0410-191/+247
* Fix more issues related to suspended coroutines and join/indexing operationsBenoit Germain2025-07-032-39/+100
* Clarified interactions between join() and coroutinesBenoit Germain2025-07-011-18/+27
* Preparation for lane:close() and correct to-be-closed variablesBenoit Germain2025-06-265-102/+220
* Move some tests to a separate scriptBenoit Germain2025-06-242-27/+28
* Added 2 tests in tasking_basicBenoit Germain2025-06-231-0/+27
* Change lane:join() return valuesBenoit Germain2025-06-053-9/+18
* Unit test fixesBenoit Germain2025-04-243-6/+38
* cancel_test() returns "soft"/"hard" instead of trueBenoit Germain2025-04-231-1/+0
* A unit test for linda wake_periodBenoit Germain2025-04-181-0/+41
* New feature: Linda periodical cancellation checksBenoit Germain2025-04-186-8/+8
* Linda batched mode reworkBenoit Germain2025-04-152-2/+2
* Fix some tests (kinda)Benoit Germain2025-04-152-67/+90
* Raise a regular Lua error instead of throwing a C++ std::logic_error exceptio...Benoit Germain2025-03-171-2/+2
* Give a name to all lanes in the testsBenoit Germain2025-03-1411-16/+16
* Disable unit test "lanes.stack checker" in Release buildsBenoit Germain2025-03-131-1/+1
* Fix/disable some unit tests against LuaJIT until the failure reason is discov...Benoit Germain2025-03-102-3/+6
* Some fixes for unit tests with LuaJITBenoit Germain2025-03-101-1/+5
* Append all unit tests to depotBenoit Germain2024-12-1317-0/+1390