On Tue Mar 21 12:02:24 2023 +0000, eric pouech wrote:
It feels rather strange to have different test results on old vs new wow64. Have you pinpointed where the discrepancy comes from?
It's from kernelbase implementing Wow6432Node support in a wrong way, which causes the keys to be placed in the wrong place. ntdll reg tests fail on new wow64 for the same reason. After my patches this will be fixed, and the results will be the same in both places.