runtime: TestGdb* triggers a GDB bug on the linux-mips64-rtrk builder #35475
Milestone
Comments
The builder has 32-bit user space. I don't think 32-bit gdb can handle 64-bit programs. |
I've built mips64 big-endian gdb and installed it onto builder and it seems that gdb tests are passing. |
Thanks @milanknezevic ! I think we can close this. No more failure on dashboard now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Several failures like this one seem to indicate that a broken
gdb
is installed on thelinux-mips64-rtrk
builder. It should either be upgraded to a fixed version, or removed (or removed from$PATH
) so that the tests will skip.Same for
TestGdbBacktrace
,TestGdbConst
,TestGdbAutotmpTypes
,TestGdbPython
.2019-11-08T23:22:06-11da2b2/linux-mips64-rtrk
2019-11-08T21:05:17-9ee6ba0/linux-mips64-rtrk
CC @bogojevic @milanknezevic
The text was updated successfully, but these errors were encountered: