mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 13:47:56 +02:00
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:
1
.github/ci-windows-cross.py
vendored
1
.github/ci-windows-cross.py
vendored
@@ -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":
|
||||
|
||||
1
.github/ci-windows.py
vendored
1
.github/ci-windows.py
vendored
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user