DynamoRIO / DynamoRIO/drmemory
Test suite misconfigures x64 environment with WDK 8.1
Open
Component-Build
OpSys-Windows
OpSys-x64
Priority-Medium
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
In the WDK version 8.1, mc is located in `/8.1/bin/x86` and `/8.1/bin/x64`, but the test suite expects these directories to have the form `/.../bin` and `/.../bin/amd64`, as in previous versions of the WDK. This causes the wrong `mc.exe` to be used. The regex needs to be updated accordingly.
Note that this issue doesn't affect most builds--only the "final package" of drmemory fails to build.
Contributor guide
Assessment
This issue has not been assessed yet.