aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/init_and_shutdown.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix test "allocator = <bad C function>" not failing against LuaJIT like it ↵Benoit Germain4 days1-169/+178
| | | | should
* Give a name to all lanes in the testsBenoit Germain7 days1-0/+1
|
* Fix/disable some unit tests against LuaJIT until the failure reason is ↵Benoit Germain11 days1-64/+65
| | | | | | | | | discovered * cancel.lua fails when using lanes.coro * coro/basics.lua fails because an error message is different * coro/error_handling fails for an unknown reason * a lanes.finally test crashes inside lua_close
* Some fixes for unit tests with LuaJITBenoit Germain12 days1-3/+9
| | | | | | | * vcproj settings * always load "jit" module so that lanes does not detect it in running under PUC-Lua * add fixture support so that test "cooperative_shutdown.lua" works * fix test "lanes.configure() allocator setting not failing like it should
* Makefile and code fixes to build the unit testsBenoit Germain2025-03-061-5/+0
|
* Reorganized tests for the Test ExplorerBenoit Germain2024-12-201-4/+36
|
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-538/+553
|
* Append all unit tests to depotBenoit Germain2024-12-131-0/+793