summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental
Commit message (Expand)AuthorAgeFilesLines
* Avoid compile error by giving the test type a user defined default constructorEric Fiselier2016-09-071-1/+1
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-078-0/+94
* Implement C++17 std::sample.Eric Fiselier2016-08-281-3/+5
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-282-9/+12
* 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
* [libcxx] Add std::anyEric Fiselier2016-08-1113-13/+13
* test/hard_link_count(): Fix test on darwinMatthias Braun2016-08-101-8/+17
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-268-0/+389
* 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
* Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier2016-07-175-13/+9
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-271-2/+2
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-223-60/+0
* 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
* Implement std::experimental::propagate_const from LFTS v2Jonathan Coe2016-06-1941-0/+1436
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-191-6/+6
* 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
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1420-24/+56
* Found a couple bugs in the test suite. No functionality change.Marshall Clow2016-06-141-2/+2
* Fix warnings in tests.Eric Fiselier2016-06-141-31/+25
* Add `REQUIRES: c++experimental` where appropriate.Dan Albert2016-06-1027-0/+27
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0172-147/+147
* Make string_view work with -fno-exceptions and get tests passing.Eric Fiselier2016-05-308-57/+102
* Fix bug in test allocator that incorrectly computed the allocation sizeEric Fiselier2016-05-301-1/+1
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-2867-352/+76
* Add experimental container alias templates for PMRsEric Fiselier2016-05-0710-0/+576
* Add <experimental/memory_resource>Eric Fiselier2016-05-0740-0/+2732
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-201-5/+0
* Implement P0253R1: Fixing a design mistake in the searchers interface.Marshall Clow2016-03-0811-13/+16
* implement ostream_joiner. Reviewed as http://reviews.llvm.org/D16605Marshall Clow2016-01-287-0/+381
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1021-0/+21
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-013-0/+13
* Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.Marshall Clow2015-09-089-0/+1035
OpenPOWER on IntegriCloud