summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
* [libcxx][test] Fix fs::proximate tests on platforms where /net exists.Jan Korous2018-04-041-1/+1
* [libcxx][test] Improve assert messageJan Korous2018-04-041-3/+11
* Fix fs::proximate tests on platforms where /net exists.Eric Fiselier2018-04-031-4/+4
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-022-8/+54
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-0219-270/+752
* Fix test case initialization issues in permissions testEric Fiselier2018-03-261-1/+7
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-264-41/+55
* Make filesystem tests generic between experimental and std versions.Eric Fiselier2018-03-26107-233/+173
* [libcxx] Fix last_write_time test for filesystems that don't support very sma...Volodymyr Sapsai2018-02-281-10/+32
* Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-043-4/+4
* Remove debug println from rec.dir.itr.increment testEric Fiselier2018-02-041-2/+0
* Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-041-0/+33
* Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier2018-02-041-1/+6
* Add error code handling to remove_all testEkaterina Vaartis2018-01-121-1/+1
* Make std::experimental::filesystem::remove and remove_all return false or 0 i...Ekaterina Vaartis2018-01-112-3/+27
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-071-1/+1
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow2017-11-162-1/+30
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-306-21/+32
* Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier2017-10-301-0/+246
* Fix last_write_time.pass.cpp to work with clang-3.9 and earlierRoman Lebedev2017-10-151-0/+2
* Really do make sure that last_write_time.pass.cpp still works with old clangRoman Lebedev2017-10-151-2/+6
* Silence clang's -Wtautological-constant-compare in last_write_time.pass.cppRoman Lebedev2017-10-151-0/+22
* Fix equivalent test on OS X and FreeBSDEric Fiselier2017-07-051-7/+7
* Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier2017-07-051-51/+75
* 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
OpenPOWER on IntegriCloud