aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Get filesystem tests passing for single-threaded configurations.Eric Fiselier7-14/+14
2016-06-17Update status of filesystem issues, and add tests for LWG issue 2683Eric Fiselier2-22/+22
2016-06-17Reorder permissions test so they are not dependent on the processes umaskEric Fiselier1-4/+4
2016-06-17Respect the processes umask in the create_directory testEric Fiselier1-9/+11
2016-06-17Add missing space between >> in template declaration. Fixes C++03 build.Eric Fiselier1-1/+1
2016-06-17Fix a couple of warnings present in the filesystem tests.Eric Fiselier3-4/+16
2016-06-17Add Filesystem TS -- CompleteEric Fiselier147-11/+15301
2016-06-16Remove CloudABI specific workaround.Ed Schouten1-2/+0
2016-06-15Add an Android version check for GNU strerror_r.Dan Albert1-1/+6
2016-06-15Fix warning in tuple tests. The test suite should now run clean with most war...Eric Fiselier1-8/+3
2016-06-15Add -Wno-unused-command-line-argument when running the test suite to prevent ...Eric Fiselier1-0/+1
2016-06-15Fix const default initialization of lock_guard<>Eric Fiselier1-1/+1
2016-06-15[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...Eric Fiselier1-11/+12
2016-06-15Improve portability of random_device tests. Patch from STL@microsoft.comEric Fiselier2-2/+6
2016-06-15Improve portability of vector tests. Patch from STL@microsoft.comEric Fiselier1-1/+1
2016-06-15Improve portability of hash tests. Patch from STL@microsoft.comEric Fiselier2-6/+10
2016-06-14Automatically detect export lists for OS X.Eric Fiselier1-1/+15
2016-06-14Fix bad test that was previously getting ifdef-ed awayEric Fiselier1-2/+2
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier827-988/+1085
2016-06-14Found a couple bugs in the test suite. No functionality change.Marshall Clow3-2/+6
2016-06-14Partially Revert r272613. FreeBSD needs the non-trivial constructors in pair.Eric Fiselier2-8/+28
2016-06-14Update errcat.objects tests so they test the bug fixed in r272640.Eric Fiselier2-6/+11
2016-06-14Fix syntax error in r272640.Eric Fiselier1-1/+2
2016-06-14Fix error checking for strerror_r implementations that return the error code.Eric Fiselier1-2/+4
2016-06-14Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.comEric Fiselier2-3/+3
2016-06-14Add missing includeEric Fiselier1-0/+2
2016-06-14Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9Eric Fiselier1-1/+5
2016-06-14Implement variadic lock_guard.Eric Fiselier13-32/+550
2016-06-14Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier3-1/+71
2016-06-14Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>Eric Fiselier2-0/+10
2016-06-14Fix warnings in tests.Eric Fiselier12-42/+52
2016-06-14Remove unused local var. Patch from STL@microsoft.comEric Fiselier1-1/+1
2016-06-14Prevent truncation warning. Patch from STL@microsoft.comEric Fiselier1-1/+1
2016-06-14Fix vector<bool> tests that were using ints. Patch from STL@microsoft.comEric Fiselier5-17/+17
2016-06-14Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier32-372/+372
2016-06-14Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier1-2/+2
2016-06-14Silence more unused variable warnings. Patch from STL@microsoft.comEric Fiselier1-0/+8
2016-06-14Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.Eric Fiselier5-34/+102
2016-06-10Add `REQUIRES: c++experimental` where appropriate.Dan Albert30-0/+30
2016-06-10[streambuf] Added call to traits_type::copy to common case in xsgetn()Evandro Menezes1-2/+12
2016-06-09Make the comparison objects that we pass in for various tests look more like ...Marshall Clow40-28/+48
2016-06-09Two more issues w/patchesMarshall Clow1-3/+3
2016-06-08Add notes for 2688Marshall Clow1-2/+2
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman1-8/+0
2016-06-08Mark 2441 as readyMarshall Clow1-1/+1
2016-06-08Patch ready for #2436Marshall Clow1-1/+1
2016-06-07Added notes for a bunch of the issuesMarshall Clow1-10/+10
2016-06-07Added notes about the issues for OuluMarshall Clow1-22/+22
2016-06-07Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...Marshall Clow4-4/+8
2016-06-06Rename some test data (and make it const) to rid us of some shadowing warning...Marshall Clow27-315/+315