On Mon, 9 Aug 2021 at 12:47, Luc Michel wrote:
>
> This fixes an incorrect invocation of gdb on remote targets where
> DejaGNU would try to run host's gdb in remote target simulator.
> gdb-test skips the testing when target is remote or non native but the
> gdb version check function does not.
>
>
- Original Message -
> From: "Jonathan Wakely"
> To: "Marc Poulhies"
> Cc: "libstdc++" , "gcc-patches"
> , "Luc Michel"
> Sent: Wednesday, July 21, 2021 5:53:52 PM
> Subject: Re: [NEWS] libstdc++: Fix testsuite for
On Wed, 21 Jul 2021 at 16:02, Marc Poulhies via Libstdc++
wrote:
>
> With the correct patch attached, sorry for the incorrect previous one !
Thanks for the patch. I agree we should skip the version checks, not
only the actual tests. But I wonder whether we want to do that in
xmethods.exp and pret
With the correct patch attached, sorry for the incorrect previous one !
Marc
- Original Message -
> From: "gcc-patches"
> To: "gcc-patches" , "libstdc++"
>
> Cc: "Luc Michel"
> Sent: Tuesday, July 20, 2021 4:12:16 PM
> Subjec
This fixes an incorrect invocation of gdb on remote targets where DejaGNU would
try to run host's gdb in remote target simulator.
gdb-test skips the testing when target is remote or non native but the gdb
version check function does not.
libstdc++-v3/ChangeLog:
* testsuite/lib/gdb-test.e