kernel: Use fs:: namespace and unicode path in kernel tests

Add support for unicode characters in paths to the kernel tests by using
our fs:: wrappers for std::filesystem calls and adding the windows
application manifest to the binary. This exercises their handling
through the kernel API.
This commit is contained in:
sedited
2025-12-30 23:02:52 +01:00
parent 9cad97f6cd
commit 89386e700e
5 changed files with 18 additions and 19 deletions

View File

@@ -41,7 +41,6 @@ def check_manifests():
skipped = { # Skip as they currently do not have manifests
"fuzz.exe",
"bench_bitcoin.exe",
"test_kernel.exe",
}
for entry in release_dir.iterdir():
if entry.suffix.lower() != ".exe":

View File

@@ -106,7 +106,6 @@ def check_manifests(ci_type):
"fuzz.exe",
"bench_bitcoin.exe",
"test_bitcoin-qt.exe",
"test_kernel.exe",
"bitcoin-chainstate.exe",
}
for entry in release_dir.iterdir():