On Thu, 27 Mar 2025 17:57:37 GMT, Hamlin Li wrote:
>> Robbin Ehn has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains four additional
>> commits sinc
On Wed, 9 Apr 2025 07:29:01 GMT, Fei Yang 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
On Wed, 9 Apr 2025 06:31:55 GMT, Robbin Ehn 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-u
On Wed, 9 Apr 2025 03:57:10 GMT, Fei Yang 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
On Fri, 28 Mar 2025 06:53:15 GMT, Robbin Ehn 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
> remo
On Thu, 27 Mar 2025 17:57:37 GMT, Hamlin Li wrote:
> I also feel annoying to see some tests fail interminently.
>
> Not sure if I understand the goal of this pr, seems it might not be the best
> solution to simply disable these tests when running with qemu. My concerns
> are: qemu is still one
On Thu, 27 Mar 2025 14:32:18 GMT, Robbin Ehn wrote:
>> Hi, for you to consider.
>>
>> These tests constantly fails in qemu-user.
>> Either the require host to be same arch or they are very very slow in
>> emulation.
>> E.g. "ptrace(PTRACE_ATTACH, ..) failed for 405157: Function not
>> implemen
> Hi, for you to consider.
>
> These tests constantly fails in qemu-user.
> Either the require host to be same arch or they are very very slow in
> emulation.
> E.g. "ptrace(PTRACE_ATTACH, ..) failed for 405157: Function not implemented'"
> for SA tests.
> This is the initial set of tests, there