summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-21 13:15:52 +0100
committerStefan Behnel <stefan_ml@behnel.de>2020-03-21 13:15:52 +0100
commitbffa63bdf9e2f5048592e4a9665c88296f774d40 (patch)
tree47b1f41658d4439baeedf32c9afb1c7d3ec47688
parentb0e53e291f36a36f556bfb0195bd0e329c9049db (diff)
downloadcython-bffa63bdf9e2f5048592e4a9665c88296f774d40.tar.gz
Exclude failing "complex.h" test on Windows, where old MSVC versions lack "<complex.h>" entirely and more recent versions fail to compile the test.
-rw-r--r--tests/windows_bugs.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/windows_bugs.txt b/tests/windows_bugs.txt
index d082e3836..52c1b0fbc 100644
--- a/tests/windows_bugs.txt
+++ b/tests/windows_bugs.txt
@@ -29,3 +29,5 @@ lunch
# "C linkage function cannot return C++ class" (uses public C++ cdef function)
cpp_template_subclasses
+# MSVC lacks "complex.h"
+complex_numbers_cmath_T2891