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.
libcxx/test/std/numerics/complex.number
Louis Dionne caae3ec675 [libcxx] Don't depend on availability markup to provide the streams in the dylib
Whether an explicit instantiation declaration should be provided is not
a matter of availability markup.

This problem is exemplified by the fact that some tests were incorrectly
marked as XFAIL when they should instead have been using the definition
of streams from the headers, and hence passing, and that, regardless of
whether visibility annotations are enabled.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348436 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
ccmplx Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 7 years ago
cmplx.over [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. 8 years ago
complex Move test into test/std subdirectory. 10 years ago
complex.literals Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 8 years ago
complex.member.ops Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
complex.members Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 8 years ago
complex.ops [libcxx] Don't depend on availability markup to provide the streams in the dylib 6 years ago
complex.special Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 8 years ago
complex.synopsis Move test into test/std subdirectory. 10 years ago
complex.transcendentals [libcxx] Improve accuracy of complex asinh and acosh 7 years ago
complex.value.ops Implement LWG2870: Default value of parameter theta of polar should be dependent 7 years ago
cases.h Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 9 years ago
layout.pass.cpp Move test into test/std subdirectory. 10 years ago