[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] PATCH: Switch to using std::filesystem
From: |
Greg Chicares |
Subject: |
Re: [lmi] PATCH: Switch to using std::filesystem |
Date: |
Wed, 28 Apr 2021 12:17:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 |
On 4/26/21 9:53 PM, Vadim Zeitlin wrote:
>
> The branch "std-fs" of https://github.com/vadz/lmi.git repository
I get the following unit-test error for both msw builds:
Running path_utility_test:
???? test failed: '...-20210428T115328Z.' == '....'
[file /opt/lmi/src/lmi/path_utility_test.cpp, line 302]
???? 1 test errors detected; 64 tests succeeded
This affects unit tests with or without the
"safe" standard library.
All other tests appear to succeed. This one isn't of
the greatest importance--it's just an anomaly I saw,
with the boost implementation, when it calls
unique_filepath(fs::path(".."), "..")
Are we using exactly the same compiler? I have:
/opt/lmi/src/lmi[0]$i686-w64-mingw32-gcc --version
i686-w64-mingw32-gcc (GCC) 10-win32 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/opt/lmi/src/lmi[0]$x86_64-w64-mingw32-gcc --version
x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.