Re: [PATCH] libstdc++: testsuite: skip fs space tests if not available

2022-06-23 Thread Jonathan Wakely via Gcc-patches
On Thu, 23 Jun 2022 at 12:06, Alexandre Oliva wrote: > > On Jun 22, 2022, Jonathan Wakely wrote: > > > This could be done once in testsuite_fs.h as well. > > Done. Erhm, I posted the new revision of the patch for this thread in > the last_write_time thread, so I'm posting the last_write_time one

Re: [PATCH] libstdc++: testsuite: skip fs space tests if not available

2022-06-23 Thread Alexandre Oliva via Gcc-patches
On Jun 22, 2022, Jonathan Wakely wrote: > This could be done once in testsuite_fs.h as well. Done. Erhm, I posted the new revision of the patch for this thread in the last_write_time thread, so I'm posting the last_write_time one here. This one also depends on dg infrastructure added in the NO_

Re: [PATCH] libstdc++: testsuite: skip fs space tests if not available

2022-06-22 Thread Jonathan Wakely via Gcc-patches
On Wed, 22 Jun 2022 at 07:28, Alexandre Oliva via Libstdc++ wrote: > > > The do_space function is defined in ways that are useful, or that fail > immediately, depending on various macros. When it fails immediately, > the filesystem space.cc tests fail noisily, but the fail is entirely > expected.

[PATCH] libstdc++: testsuite: skip fs space tests if not available

2022-06-21 Thread Alexandre Oliva via Gcc-patches
The do_space function is defined in ways that are useful, or that fail immediately, depending on various macros. When it fails immediately, the filesystem space.cc tests fail noisily, but the fail is entirely expected. Define HAVE_SPACE in the space.cc tests, according to the macros that select