pypcode icon indicating copy to clipboard operation
pypcode copied to clipboard

Test execution fails with windows-latest runner image

Open mborgerson opened this issue 3 weeks ago • 0 comments

Description

There is an issue after recent updates to the windows-latest runner via https://github.com/actions/runner-images/pull/9990 that causes test execution to fail.

test_name (test.AddrSpaceTests) ... ::error::Command python -m unittest discover -v -s D:\a\pypcode\pypcode/tests failed with code 3221225477. None

GitHub actions runners for Windows temporarily reverted to windows-2019 in https://github.com/angr/pypcode/commit/ec5a89e022eedd64c14c61e9fc85fb8deb3d5c47.

win-job-bad.txt win-job-good.txt

I suspect the issue is related to the MSVC update of 14.39.33519 → 14.40.33807.

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response

mborgerson avatar Jun 10 '24 22:06 mborgerson