Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ed76ab3f1cf33bc6d46d7b767fc40b8c556bc62b
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
logical.operations
aae6356
[libcxx] [test] Rename _Tp to T. NFCI.
by Stephan T. Lavavej
· 8 years ago
0f901c7
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 10 years ago
6edc12c
[libcxx] Improve tests to use the UNSUPPORTED lit directive
by Asiri Rathnayake
· 10 years ago
601fa8d
In C++03, a bunch of the arithmetic/logical/comparison functors (such as negate/bit_not.pass/logical_not) were defined as deriving from unary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion.
by Marshall Clow
· 11 years ago
66369c0
In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion.
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago