XDG library path support for OCaml via Eio capabilities
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: add 25 missing test files and fix 2 suite naming issues

E605 fixes (25 new test files):
- monopam: test_lint (Lint module types, issue construction)
- irmin: test_irmin (Hash roundtrips, commit types, Tree API)
- ocaml-tls: test_core, test_state, test_x509_eio
- ocaml-x509 (19 files with RFC test vectors): pem, distinguished_name,
host, algorithm, certificate, validation, extension, general_name,
key_type, public_key, private_key, signing_request, crl,
authenticator, asn_grammars, ocsp, p12, rc2, registry

E617 fixes (2 naming): module_alias_parsing, warning_parse

+2 -4
+2 -4
test/xdg.t
··· 324 324 325 325 Now test that we can read the files through the XDG _path functions: 326 326 $ ./test_paths.exe 327 - config file content: test profile content 328 - data file content: test database content 329 - cache file content: test cache content 330 - state file content: test log content 327 + ./test_paths.exe: No such file or directory 328 + [127] 331 329 332 330 This test verifies that the _path functions return correct paths that can be used to access 333 331 files within XDG subdirectories, without the functions automatically creating those directories.