summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-13[libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne
2019-02-11Add fenv.h headerEric Fiselier
2019-02-11Update some newly added files that mistakenly used the old file headerChandler Carruth
2019-02-09Mark another test as flakyKamil Rytarowski
2019-02-05[libc++] Fix XFAILs when exceptions are disabledLouis Dionne
2019-02-05[libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek
2019-02-05[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-02-04Support tests in freestandingJF Bastien
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-02-02Move the feature test macros script to the utils directory.Eric Fiselier
2019-02-01add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow
2019-01-31Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow
2019-01-29[libc++] Fix Windows build error in <functional>Thomas Anderson
2019-01-29Fix PR40495 - is_invokable_v<void> does not compileEric Fiselier
2019-01-29Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow
2019-01-28[libc++] Use runtime rather then compile-time glibc version checkPetr Hosek
2019-01-24Mark awk.pass.cpp as XFAIL for NetBSDKamil Rytarowski
2019-01-24D14686: 'Protect against overloaded comma in random_shuffle and improve tests...Marshall Clow
2019-01-24[libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...Louis Dionne
2019-01-24Mark another test as flakyKamil Rytarowski
2019-01-24Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...Marshall Clow
2019-01-23Mark another test as flakyKamil Rytarowski
2019-01-23Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow
2019-01-23[test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_in...Casey Carter
2019-01-23Mark another test as flakyKamil Rytarowski
2019-01-23Correct mark for flaky testsKamil Rytarowski
2019-01-23Mark more tests flakyKamil Rytarowski
2019-01-23Mark thread.condition.condvarany/wait_for.pass.cpp as flakyKamil Rytarowski
2019-01-22While reviewing D57058, Louis had some questions about the existing span cons...Marshall Clow
2019-01-22[libcxx] Include <cstring> in tests that use strcmpLouis Dionne
2019-01-20Fix aligned allocation availability XFAILs after D56445.Eric Fiselier
2019-01-20Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier
2019-01-19Update generator script to use the new license file header.Chandler Carruth
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Fix aligned allocation availability XFAILs after D56445.Eric Fiselier
2019-01-16correct script name in generated testsEric Fiselier
2019-01-16Attempt to make test_macros.h even more minimalEric Fiselier
2019-01-16Fix feature test macros for atomics/mutexes without threadingEric Fiselier
2019-01-16Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier
2019-01-16Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier
2019-01-16Implement feature test macros using a script.Eric Fiselier
2019-01-15Add large file support to create_file for 32-bit.Dan Albert
2019-01-15[libc++] Support different libc++ namespaces in the iterator testPetr Hosek
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter
2019-01-15Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow