[Bug libstdc++/82706] New: 27_io/filesystem/operations/permissions.cc FAILs
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 24 21:20:00 GMT 2017
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
More information about the Gcc-bugs
mailing list