llvm-project/libcxx/test/std
Eric Fiselier 959e828b51 [libcxx] Add <experimental/ratio>
Summary:
This patch is pretty simple. It just adds the _v traits from <ratio>. 

The draft can be found here.

Reviewers: jroelofs, K-ballo, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D7351

llvm-svn: 229509
2015-02-17 16:52:03 +00:00
..
algorithms Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 2015-02-11 15:48:21 +00:00
atomics Move a test to the new tests directory. 2015-01-06 22:18:27 +00:00
containers Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
depr Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. 2015-01-09 20:25:52 +00:00
diagnostics libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 2015-01-07 21:53:23 +00:00
experimental [libcxx] Add <experimental/ratio> 2015-02-17 16:52:03 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Fix PR21428. Buffer was one byte too small in octal formatting case. Add test 2015-01-26 17:24:52 +00:00
iterators [libcxx] Make __wrap_iter work with gcc. 2015-01-27 19:27:39 +00:00
language.support Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. 2015-01-09 20:25:52 +00:00
localization Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
numerics
re Fix for PR22061 by K-ballo 2015-01-28 22:22:35 +00:00
strings Rooting out more undefined behavior in char_traits. 2015-02-13 16:04:42 +00:00
thread libc++ tests: wait_until.pass test sporadically fails (bug 21998) 2015-02-11 01:25:57 +00:00
utilities [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-returning functions 2015-02-10 16:48:45 +00:00
nothing_to_do.pass.cpp