llvm-project/libcxx/test/std/numerics/complex.number/complex.ops
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
..
complex_divide_complex.pass.cpp
complex_divide_scalar.pass.cpp
complex_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
complex_equals_scalar.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
complex_minus_complex.pass.cpp
complex_minus_scalar.pass.cpp
complex_not_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
complex_not_equals_scalar.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
complex_plus_complex.pass.cpp
complex_plus_scalar.pass.cpp
complex_times_complex.pass.cpp
complex_times_scalar.pass.cpp
scalar_divide_complex.pass.cpp
scalar_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
scalar_minus_complex.pass.cpp
scalar_not_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
scalar_plus_complex.pass.cpp
scalar_times_complex.pass.cpp
stream_input.pass.cpp [libcxx] Don't depend on availability markup to provide the streams in the dylib 2018-12-06 00:24:58 +00:00
stream_output.pass.cpp
unary_minus.pass.cpp
unary_plus.pass.cpp