public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1293] libstdc++: testsuite: conditionalize another symlink test
@ 2022-06-27 13:35 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-06-27 13:35 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:ca35ebaec8369b0c722d82e1f81687ba52a6e43f

commit r13-1293-gca35ebaec8369b0c722d82e1f81687ba52a6e43f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 27 10:34:15 2022 -0300

    libstdc++: testsuite: conditionalize another symlink test
    
    In the recent patch that introduced NO_SYMLINKS, I missed one of the
    testcases that created symlinks.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc
            (test06): Don't create symlinks when NO_SYMLINKS is defined.

Diff:
---
 .../27_io/filesystem/iterators/recursive_directory_iterator.cc          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc b/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc
index e67e2cf38f7..e2f3613a3d0 100644
--- a/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc
+++ b/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc
@@ -187,7 +187,7 @@ test05()
 void
 test06()
 {
-#if !(defined __MINGW32__ || defined __MINGW64__)
+#ifndef NO_SYMLINKS
   auto p = __gnu_test::nonexistent_path();
   create_directories(p/"d1/d2");
   create_directory_symlink("d1", p/"link");


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-27 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 13:35 [gcc r13-1293] libstdc++: testsuite: conditionalize another symlink test Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).