This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/82706] New: 27_io/filesystem/operations/permissions.cc FAILs


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82706

            Bug ID: 82706
           Summary: 27_io/filesystem/operations/permissions.cc FAILs
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: redi at gcc dot gnu.org
  Target Milestone: ---
            Target: *-*-solaris2.11

The new 27_io/filesystem/operations/permissions.cc test FAILs on Solaris 11:

FAIL: 27_io/filesystem/operations/permissions.cc execution test

both 32 and 64-bit, sparc and x86 (and FreeBSD according to gcc-testresults).

/vol/gcc/src/hg/trunk/local/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc:103:
void test03(): Assertion 'ec == ec2' failed.

After the first permissions() call, ec is changed from ENOENT to 0, which
happens
after the ::lstat call in fs::symlink_status has succeded.

  Rainer

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]