Re: [PATCH v2] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target

2021-08-17 Thread Jonathan Wakely via Gcc-patches
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. > >

Re: [NEWS] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target

2021-07-22 Thread Marc Poulhies via Gcc-patches
- 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

Re: [NEWS] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target

2021-07-21 Thread Jonathan Wakely via Gcc-patches
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

Re: [NEWS] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target

2021-07-21 Thread Marc Poulhies via Gcc-patches
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

libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target

2021-07-20 Thread Marc Poulhies via Gcc-patches
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