-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i#3544 RV64: Refine fault translation and signal handling #6461
Conversation
Refine fault translation and signal handling, part of the linux.signalXXXX tests works on real hardware; however, they do not work on QEMU, so we can't enable them on CI. Issue: DynamoRIO#3544
Fib test succeed on my local x86_64 machine with QEMU, but it fails on CI.
QEMU does not work well with drrun on signal tests for some unknown reason. Running
|
vs2019-64 looks like #6423, but there is one more test failed: code_api|tool.drcacheoff.burst_replaceall. |
@derekbruening Could you merge this? Thanks. |
Seems like x86-32 is hitting an AMD machine every time now. People are trying to fix the #6417 failures but there a multiple of them... |
Yeah, I understand that. Thank you for the effort! |
Refine fault translation and signal handling, part of the linux.signalXXXX tests works on real hardware; however, they do not work on QEMU, so we can't enable them on CI.
Issue: #3544