summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
...
* add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow2019-02-011-0/+5
* Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow2019-01-313-4/+46
* [libc++] Fix Windows build error in <functional>Thomas Anderson2019-01-291-0/+1
* Fix PR40495 - is_invokable_v<void> does not compileEric Fiselier2019-01-292-182/+356
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-295-36/+41
* [libc++] Use runtime rather then compile-time glibc version checkPetr Hosek2019-01-281-10/+24
* Mark awk.pass.cpp as XFAIL for NetBSDKamil Rytarowski2019-01-241-1/+2
* D14686: 'Protect against overloaded comma in random_shuffle and improve tests...Marshall Clow2019-01-242-2/+45
* [libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...Louis Dionne2019-01-241-4/+4
* Mark another test as flakyKamil Rytarowski2019-01-241-0/+2
* Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...Marshall Clow2019-01-241-2/+3
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow2019-01-232-0/+42
* [test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_in...Casey Carter2019-01-231-3/+7
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Correct mark for flaky testsKamil Rytarowski2019-01-237-7/+7
* Mark more tests flakyKamil Rytarowski2019-01-232-0/+4
* Mark thread.condition.condvarany/wait_for.pass.cpp as flakyKamil Rytarowski2019-01-231-0/+2
* While reviewing D57058, Louis had some questions about the existing span cons...Marshall Clow2019-01-222-36/+69
* [libcxx] Include <cstring> in tests that use strcmpLouis Dionne2019-01-224-5/+8
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-208-24/+40
* Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier2019-01-208-24/+16
* Update generator script to use the new license file header.Chandler Carruth2019-01-191-4/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196251-25004/+18753
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* correct script name in generated testsEric Fiselier2019-01-1643-89/+91
* Attempt to make test_macros.h even more minimalEric Fiselier2019-01-161-1/+12
* Fix feature test macros for atomics/mutexes without threadingEric Fiselier2019-01-164-73/+177
* Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier2019-01-162-2/+28
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-165-10/+52
* Implement feature test macros using a script.Eric Fiselier2019-01-1644-1054/+7080
* Add large file support to create_file for 32-bit.Dan Albert2019-01-151-5/+41
* [libc++] Support different libc++ namespaces in the iterator testPetr Hosek2019-01-151-30/+30
* [test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter2019-01-154-4/+5
* Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow2019-01-151-36/+36
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-113-8/+8
* Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2019-01-112-6/+6
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-1120-113/+1052
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-1010-105/+287
* Filesystem tests: fix fs.op.relativeJF Bastien2019-01-101-43/+83
* [NFC] Always lock free test: add indirectionJF Bastien2019-01-091-1/+3
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-099-15/+9
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* [libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne2019-01-091-10/+0
* Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-082-9/+18
* Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow2019-01-081-0/+35
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* Mark more tests as flakyEric Fiselier2019-01-075-0/+10
OpenPOWER on IntegriCloud