aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/tests
AgeCommit message (Expand)Author
2023-03-08Revert "Disable GC during coroutine execution + test"Théophane Hufschmitt
2023-03-08Merge pull request #7725 from yorickvP/check-coro-gcThéophane Hufschmitt
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-03-01tests/coro-gc: refactor and split into 3 testsYorick van Pelt
2023-03-01Disable GC inside coroutines on mac OSYorick van Pelt
2023-03-01tests/coro-gc: create test for boehm stack patchYorick van Pelt
2023-01-30Make per-variant Arbitrary impls tooJohn Ericson
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-19Discuss re-entrant errors and designGuillaume Maudoux
2023-01-19Add tests for error traces, and fixesGuillaume Maudoux
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-10Parse string context elements properlyJohn Ericson
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2023-01-02Merge pull request #7478 from hercules-ci/make-sure-initNix-calledThéophane Hufschmitt
2022-12-24libstore: Make sure that initNix has been calledRobert Hensing
2022-12-21primops `storeDir` test uses `settings.nixStore`mupdt
2022-12-13Introduce AbstractPosEelco Dolstra
2022-10-25Complete genericClosure testsGuillaume Maudoux
2022-10-25Rework error throwing, and test itGuillaume Maudoux
2022-06-29src/libexpr/tests/primops.cc: Quote Nix expressionsEelco Dolstra
2022-05-11Fix static buildEelco Dolstra
2022-05-06Add unit tests for libexpr (#5377)Andreas Rammhold