summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-134-12/+24
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-128-0/+276
* Add fenv.h headerEric Fiselier2019-02-114-11/+32
* Update some newly added files that mistakenly used the old file headerChandler Carruth2019-02-112-8/+6
* Mark another test as flakyKamil Rytarowski2019-02-091-0/+2
* [libc++] Fix XFAILs when exceptions are disabledLouis Dionne2019-02-053-3/+3
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-0545-45/+45
* [CMake] Support compiler-rt builtins library in testsPetr Hosek2019-02-051-1/+1
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-055-37/+11
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-0545-321/+47
* [CMake] Update lit test configurationPetr Hosek2019-02-051-14/+14
* Support tests in freestandingJF Bastien2019-02-046119-6223/+18203
* [CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek2019-02-041-1/+1
* Move the feature test macros script to the utils directory.Eric Fiselier2019-02-021-975/+0
* 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
OpenPOWER on IntegriCloud