Nix/src/libutil/tests
Silvan Mosberger be48907470
ci: Always run with sandbox, even on Darwin
And fix a test failure in the sandbox due to /home
existing on Darwin but not being accessible in the sandbox since it's a
symlink to /System/Volumes/Data/home, see
https://github.com/NixOS/nix/actions/runs/4205378453/jobs/7297384658#step:6:2127:

    C++ exception with description "error: getting status of /home/schnitzel/darmstadt/pommes: Operation not permitted" thrown in the test body.

On Linux this wasn't a problem because there /home doesn't exist in the sandbox
2023-05-26 15:36:44 +02:00
..
canon-path.cc Indentation 2023-03-31 17:15:03 +02:00
chunked-vector.cc Add some tests for ChunkedVector 2022-04-22 10:03:44 +02:00
closure.cc Extract a generic computeClosure function 2021-05-19 11:44:58 +02:00
compression.cc Get rid of std::shared_ptr<std::string> and ref<std::string> 2022-01-18 11:12:30 +01:00
config.cc Fix some issues with experimental config settings 2023-04-17 12:41:04 -04:00
git.cc Fix the parsing of the sourcehut refs file 2022-05-04 14:38:59 +02:00
hash.cc More property tests 2023-01-29 17:09:59 -05:00
hash.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
hilite.cc Rename fmt test -> hilte 2022-04-21 13:00:50 +02:00
local.mk More property tests 2023-01-29 17:09:59 -05:00
logging.cc Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
lru-cache.cc src/libutil/tests/lru-cache.cc: Check erase() 2020-06-02 12:06:59 +02:00
pool.cc Add tests for pool.hh 2020-06-10 22:29:50 +02:00
suggestions.cc Add some tests for the suggestions 2022-03-07 10:09:10 +01:00
tests.cc ci: Always run with sandbox, even on Darwin 2023-05-26 15:36:44 +02:00
url.cc url: make percentEncode stricter, expose and unit test it 2023-02-27 15:30:00 +01:00
xml-writer.cc Add unit tests for xml-writer 2020-05-25 18:34:55 +02:00