summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/refwrap/binary.pass.cpp
AgeCommit message (Collapse)Author
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
This also removes some tests which were redundant, wrong, or never run. Specifically, - `libcxx/utilities/meta/stress_tests/*` were never run and are of questionable usefulness - `libcxx/utilities/template.bitset/includes.pass.cpp` is completely redundant and partially incorrect Also notably, `libcxx/language.support/support.c.headers/support.c.headers.other/math.lerp.verify.cpp` has been refactored to only test the standard mandate.
2017-05-12Cleanup test issues reported by STL @ Microsoft.Eric Fiselier
This patch cleans up a number of issues reported by STL, including: 1) Fix duplicate is_convertible test. 2) Move non-standard reference_wrapper tests under test/libcxx 3) Fix assumption that sizeof(wchar_t) == 32 in the codecvt and wstring_convert tests. llvm-svn: 302870
2014-12-20Move test into test/std subdirectory.Eric Fiselier
llvm-svn: 224658