1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. c8b24c6 Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits by Eric Fiselier · 9 years ago
  3. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/utilities/function.objects/refwrap/type_properties.pass.cpp]
  4. 275b6bb Add tests to ensure that reference_wrapper<T> is trivially copyable. This was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests. by Marshall Clow · 10 years ago
  5. 1de15f5 Add test for type properties of std::reference_wrapper by Eric Fiselier · 10 years ago