sapling/eden/fs/utils/test
Wez Furlong 1c716a1575 edenfs: fixup PathMap copy and move ctor for case sensitivity
Summary:
*shakes fist at C++ copy-constructors*

We weren't guaranteeing that case-insensitive status was being propagated on
copies or moves, which meant that eg: `lookup("workspace")` would be treated as
case-sensitive when mounted case insensitively.

Reviewed By: xavierd

Differential Revision: D23857218

fbshipit-source-id: 67e33a8455a0a85e5885389b5bb38b20ef043894
2020-09-23 09:46:57 -07:00
..
test-data read memory stats from /proc/self/statm instead of /proc/self/status 2019-05-28 12:55:41 -07:00
BenchmarkMain.cpp switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
BucketedLogTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
BugTest.cpp refactor the EDEN_BUG() macro 2019-11-22 15:38:33 -08:00
ChronoTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
ChronoUnitTest.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
CMakeLists.txt utils: compile ProcessAccessLog and ProcessNameCache on Windows 2020-09-04 16:14:25 -07:00
CoverageSetTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
FaultInjectorTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
FileDescriptorTest.cpp eden: fix buffer advance in FileDescriptor::wrapFull 2020-09-02 23:38:18 -07:00
FileUtilsTest.cpp win: move win/utils onto utils/ 2020-09-22 09:09:56 -07:00
FutureTest.cpp add a collectSafe function 2020-02-03 11:30:50 -08:00
GuidTest.cpp win: move win/utils onto utils/ 2020-09-22 09:09:56 -07:00
IDGenBenchmark.cpp switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
IDGenTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
IoFutureTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
LazyInitializeTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
MappedDiskVectorTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
MemoryTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
PathFuncsTest.cpp utils: add a platform independent FileUtils 2020-08-14 18:56:33 -07:00
PathMapTest.cpp edenfs: fixup PathMap copy and move ctor for case sensitivity 2020-09-23 09:46:57 -07:00
ProcessAccessLogBenchmark.cpp utils: rename ProcessAccessLog::AccessType enum 2020-09-03 17:00:07 -07:00
ProcessAccessLogTest.cpp utils: compile ProcessAccessLog and ProcessNameCache on Windows 2020-09-04 16:14:25 -07:00
ProcessNameCacheBenchmark.cpp switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
ProcessNameCacheTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
ProcUtilTest.cpp utils: add a platform independent FileUtils 2020-08-14 18:56:33 -07:00
ScopedEnvVar.cpp enable the fs/utils tests in the Windows build 2020-04-29 11:04:21 -07:00
ScopedEnvVar.h Tidy up license headers 2019-10-11 05:28:23 -07:00
ServiceAddressTest.cpp Remove old getSelection APIs from ServiceSelectorCache 2020-08-14 03:21:12 -07:00
SpawnedProcessTest.cpp eden: introduce SpawnedProcess 2020-09-01 13:31:32 -07:00
StringConvTest.cpp win: move win/utils onto utils/ 2020-09-22 09:09:56 -07:00
SystemErrorTest.cpp edenfs: move WinError to eden/fs/utils 2020-09-17 09:08:58 -07:00
UnixSocketTest.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
UserInfoTest.cpp move UserInfo to eden/fs/utils/ 2020-04-29 17:21:12 -07:00
Utf8Test.cpp add some utf-8 helper functions 2020-06-10 19:29:51 -07:00