summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier2017-04-131-7/+5
* Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-061-2/+2
* add tests for ENAMETOOLONGEric Fiselier2017-02-172-9/+25
* [test] Fix hard_link_count test to account for fs with dir nlink==1Michal Gorny2017-02-081-4/+8
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-051-2/+2
* filesystem: fix n4100 conformance for `temp_directory_path`Saleem Abdulrasool2017-02-051-0/+8
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-187-11/+11
* Fix filesystem::path assignment from {}Eric Fiselier2017-01-182-0/+50
* Fix last_write_time tests for filesystems that don't support negative and ver...Jonas Hahnfeld2017-01-141-29/+63
* Fix unused parameters and variablesEric Fiselier2016-12-2314-48/+11
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-1/+2
* Enable warnings by default for C++ >= 11 and fix -Wshadow occurancesEric Fiselier2016-12-036-9/+12
* Fix non-portable tests for temp_directory_path(...)Eric Fiselier2016-10-241-8/+11
* Fix libc++ specific assertion in permissions(...) testsEric Fiselier2016-10-231-1/+2
* Implement LWG 2712 and update other issues statusEric Fiselier2016-10-161-2/+26
* Implement LWG 2681 and 2682Eric Fiselier2016-10-161-0/+41
* Implement LWG 2672.Eric Fiselier2016-10-151-0/+29
* Implement modified LWG 2665Eric Fiselier2016-10-151-0/+8
* Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...Eric Fiselier2016-10-111-5/+27
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-284-0/+194
* libcxx: Fix path.compare.pass expected resultAdhemerval Zanella2016-08-151-6/+10
* test: relax the FS test a slight bit to be more reliableSaleem Abdulrasool2016-08-111-1/+2
* test/hard_link_count(): Fix test on darwinMatthias Braun2016-08-101-8/+17
* Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier2016-07-235-3/+116
* [libcxx][filesystem] Remove setgid from parent before testing permissionsJonas Hahnfeld2016-07-181-0/+3
* Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier2016-06-212-10/+14
* Implement LWG issue 2725. The issue should move this meetingEric Fiselier2016-06-211-0/+4
* Fix bugs in last_write_time implementation.Eric Fiselier2016-06-191-23/+89
* Fix 3 bugs in filesystem tests and implementation.Eric Fiselier2016-06-183-40/+25
* Add additional tests in an attempt to diagnose ARM test failures.Eric Fiselier2016-06-183-12/+63
* Add checkpoints to string allocation test to help with debugging arm failures.Eric Fiselier2016-06-181-1/+6
* Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...Eric Fiselier2016-06-171-9/+17
* Work around GCC bug in tests. The bug has been fixed in GCC 6.0Eric Fiselier2016-06-171-2/+2
* Fix initialization of test case array in C++11Eric Fiselier2016-06-171-1/+3
* Fix bugs in recursive_directory_iterator implementation and tests.Eric Fiselier2016-06-172-24/+45
* Get filesystem tests passing for single-threaded configurations.Eric Fiselier2016-06-176-14/+3
* Update status of filesystem issues, and add tests for LWG issue 2683Eric Fiselier2016-06-171-13/+13
* Reorder permissions test so they are not dependent on the processes umaskEric Fiselier2016-06-171-4/+4
* Respect the processes umask in the create_directory testEric Fiselier2016-06-171-9/+11
* Fix a couple of warnings present in the filesystem tests.Eric Fiselier2016-06-173-4/+16
* Add Filesystem TS -- CompleteEric Fiselier2016-06-17123-0/+10116
OpenPOWER on IntegriCloud