You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/containers/associative
Saleem Abdulrasool 74ec9d7947 test: fix test under Windows
When running the test under clang-cl, we do not report `__GNUC__`, which
is needed to supress the warnings which are being treated as errors.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294719 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
map Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
set Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
non_const_comparator.fail.cpp Diagnose non-const-callable hash functions and comparators 9 years ago
tree_balance_after_insert.pass.cpp Fix undefined behavior in __tree 9 years ago
tree_key_value_traits.pass.cpp Cleanup node-type handling in the associative containers. 10 years ago
tree_left_rotate.pass.cpp Fix undefined behavior in __tree 9 years ago
tree_remove.pass.cpp Fix undefined behavior in __tree 9 years ago
tree_right_rotate.pass.cpp Fix undefined behavior in __tree 9 years ago
undef_min_max.pass.cpp test: fix test under Windows 9 years ago