summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Add <experimental/memory_resource>Eric Fiselier2016-05-0750-0/+4056
* Tweak --param=no_default_flags=true to still add -Ilibcxx/test/supportEric Fiselier2016-05-061-1/+4
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
* Make check-libcxx dependant on libc++experimental if present.Eric Fiselier2016-05-031-1/+5
* Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier2016-05-033-0/+6
* Fix PR27538. Remove __is_convertible specializations for array and function t...Eric Fiselier2016-05-031-2/+46
* [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...Eric Fiselier2016-05-034-18/+24
* Don't use std::__clz in 'test/support/hexfloat.h'.Eric Fiselier2016-05-031-4/+16
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-025-20/+9
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-0223-15/+69
* Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...Eric Fiselier2016-04-301-3/+3
* Fix PR21428 for long. Buffer was one byte too small in octal formatting case....Eric Fiselier2016-04-291-9/+31
* Move extern C include test into test/libcxxEric Fiselier2016-04-291-0/+0
* Fix test failures by adding missing includeEric Fiselier2016-04-291-0/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-2931-137/+100
* Move INVOKE tests into test/libcxx sub-tree.Eric Fiselier2016-04-296-10/+21
* Fix possible test breakage for MinGWEric Fiselier2016-04-291-8/+9
* Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.comEric Fiselier2016-04-291-6/+8
* Remove more names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-292-10/+10
* Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.comEric Fiselier2016-04-291-1/+1
* Add <string> include for streaming operators. Patch from STL@microsoft.comEric Fiselier2016-04-298-0/+8
* Add proper include for unique_ptr. Patch from STL@microsoft.comEric Fiselier2016-04-291-0/+1
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-28101-342/+390
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-2816-20/+20
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-285-4/+10
* Provide member function definitions to avoid warnings. Patch from STL@microso...Eric Fiselier2016-04-281-1/+1
* Rename function parameters to avoid shadowing. Patch from STL@microsoft.comEric Fiselier2016-04-281-4/+4
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-2830-0/+62
* Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow2016-04-271-1/+1
* Apparently XFAIL tests that are supposed to fail to compile can be problemati...Marshall Clow2016-04-267-14/+28
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-26140-31/+149
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-234-0/+0
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-2222-31/+45
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-221-1/+40
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-2213-34/+39
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-2110-61/+584
* Add cxx_runtime_root options for testing against a different libc++ at runtimeEric Fiselier2016-04-202-5/+10
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-201-15/+51
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-2011-63/+488
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-191-0/+20
* Framework to allow testing of static libc++abiBen Craig2016-04-194-23/+41
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-187-45/+336
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-181-3/+8
* Add tests for LWG issue 2361Eric Fiselier2016-04-1815-8/+262
OpenPOWER on IntegriCloud