llvm-project/libcxx/test/std/numerics/complex.number
Louis Dionne f7f5a1f778 [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.

llvm-svn: 348436
2018-12-06 00:24:58 +00:00
..
ccmplx Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
cmplx.over [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. 2016-12-08 21:38:57 +00:00
complex
complex.literals Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 2017-04-19 00:23:45 +00:00
complex.member.ops
complex.members Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 2017-04-19 00:23:45 +00:00
complex.ops [libcxx] Don't depend on availability markup to provide the streams in the dylib 2018-12-06 00:24:58 +00:00
complex.special Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers 2017-04-19 00:23:45 +00:00
complex.synopsis
complex.transcendentals [libcxx] Improve accuracy of complex asinh and acosh 2018-02-19 15:41:36 +00:00
complex.value.ops Implement LWG2870: Default value of parameter theta of polar should be dependent 2018-01-31 21:42:39 +00:00
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. 2016-06-06 18:24:08 +00:00
layout.pass.cpp