On Fri, 28 Mar 2025 06:53:15 GMT, Robbin Ehn <r...@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