Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy deep_userdata_example test script in the test framework | Benoit Germain | 2025-07-31 | 1 | -1/+1 |
| | | | | | * I need to keep deep_userdata_example hackishly built-in inside the unit tests executable, because using the external module cause a crash in Lua51 tests (module is unloaded before some deep objects are GCed...) * copy the test script in the proper location and invoke it as part of the tests | ||||
* | Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!) | Benoit Germain | 2025-07-04 | 1 | -23/+23 |
| | |||||
* | Unit test fixes | Benoit Germain | 2025-04-24 | 1 | -4/+4 |
| | | | | | | * fix cooperative_shutdown * add a test to tasking_cancelling * fix bad fixture function name give_me_back | ||||
* | Make gcc more happy | Benoit Germain | 2025-04-20 | 1 | -0/+1 |
| | |||||
* | Raise a regular Lua error instead of throwing a C++ std::logic_error ↵ | Benoit Germain | 2025-03-17 | 1 | -26/+56 |
| | | | | exception in Universe::UniverseGC | ||||
* | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 2025-03-14 | 1 | -1/+1 |
| | |||||
* | Disable unit test "lanes.stack checker" in Release builds | Benoit Germain | 2025-03-13 | 1 | -6/+21 |
| | |||||
* | Sample module deep test renamed deep_userdata_example | Benoit Germain | 2025-03-11 | 1 | -3/+3 |
| | |||||
* | Some fixes for unit tests with LuaJIT | Benoit Germain | 2025-03-10 | 1 | -1/+15 |
| | | | | | | | * 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 tests | Benoit Germain | 2025-03-06 | 1 | -1/+3 |
| | |||||
* | All enums are [[nodiscard]] | Benoit Germain | 2025-02-05 | 1 | -1/+1 |
| | |||||
* | Make VS Test Explorer happy by absorbing the text output of legacy tests | Benoit Germain | 2024-12-20 | 1 | -0/+12 |
| | |||||
* | Reorganized tests for the Test Explorer | Benoit Germain | 2024-12-20 | 1 | -12/+12 |
| | |||||
* | Migrated unit tests to Catch2 v3.7.1 | Benoit Germain | 2024-12-20 | 1 | -24/+84 |
| | |||||
* | Append all unit tests to depot | Benoit Germain | 2024-12-13 | 1 | -0/+360 |