RFR: 8352730: RISC-V: Disable tests in qemu-user [v2]
Fei Yang
fyang at openjdk.org
Wed Apr 9 04:02:29 UTC 2025
On Fri, 28 Mar 2025 06:53:15 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> It's not some intermittently failure. The majority of them can't work as they use pstack, open core files, use PerfData, etc.. and expected it to be rv64. But core files, pstack are in host arch as we are running qemu-user. I can remove tests which timeouts and only keep test which simply can't work in qemu-user environment in this PR. Seems good?
Hi, That make sense to me. And it doesn't seem to me to be riscv-specific issue, but rather one with qemu-user. Maybe we should update the title and changes to reflect that? I sometimes see people testing with qemu for other CPU platforms as well like ppc, s390, etc. Guess they might be helped with this too.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24229#issuecomment-2788216103
More information about the hotspot-dev
mailing list