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/complex.ops
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
..
complex_divide_complex.pass.cpp 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
complex_divide_scalar.pass.cpp Move test into test/std subdirectory. 10 years ago
complex_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
complex_equals_scalar.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
complex_minus_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
complex_minus_scalar.pass.cpp Move test into test/std subdirectory. 10 years ago
complex_not_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
complex_not_equals_scalar.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
complex_plus_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
complex_plus_scalar.pass.cpp Move test into test/std subdirectory. 10 years ago
complex_times_complex.pass.cpp 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
complex_times_scalar.pass.cpp Move test into test/std subdirectory. 10 years ago
scalar_divide_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
scalar_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
scalar_minus_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
scalar_not_equals_complex.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
scalar_plus_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
scalar_times_complex.pass.cpp Move test into test/std subdirectory. 10 years ago
stream_input.pass.cpp [libcxx] Don't depend on availability markup to provide the streams in the dylib 6 years ago
stream_output.pass.cpp Move test into test/std subdirectory. 10 years ago
unary_minus.pass.cpp Move test into test/std subdirectory. 10 years ago
unary_plus.pass.cpp Move test into test/std subdirectory. 10 years ago