.. |
arithmetic.operations
|
637a6f6005
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7.
|
8 年之前 |
bind
|
b7fd0be370
Update all bug URL's to point to https://bugs.llvm.org/...
|
8 年之前 |
bitwise.operations
|
e619862dbf
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
8 年之前 |
comparisons
|
a2cd270943
Enable the -Wsign-compare warning to better support MSVC
|
8 年之前 |
func.def
|
a90c6dd460
Move test into test/std subdirectory.
|
10 年之前 |
func.invoke
|
25072f0004
[libcxx] [test] Make files consistently end with newlines, NFC.
|
8 年之前 |
func.memfn
|
d24c465bea
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
9 年之前 |
func.not_fn
|
ab2f54f103
Remove usages of _LIBCPP_MSVC which is never defined
|
8 年之前 |
func.require
|
96becae308
Move INVOKE tests into test/libcxx sub-tree.
|
9 年之前 |
func.wrap
|
a8d0e52d11
[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC.
|
8 年之前 |
logical.operations
|
e619862dbf
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
8 年之前 |
negators
|
87d03942c4
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.
|
10 年之前 |
refwrap
|
e250cc68ce
Cleanup test issues reported by STL @ Microsoft.
|
8 年之前 |
unord.hash
|
5d91f314f1
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
|
8 年之前 |