summaryrefslogtreecommitdiff
path: root/tests/windows_bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/windows_bugs.txt')
-rw-r--r--tests/windows_bugs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/windows_bugs.txt b/tests/windows_bugs.txt
index ea5b23902..efca82325 100644
--- a/tests/windows_bugs.txt
+++ b/tests/windows_bugs.txt
@@ -24,3 +24,9 @@ queue
queue2
queue3
lunch
+
+# "C linkage function cannot return C++ class" (uses public C++ cdef function)
+cpp_template_subclasses
+
+# MSVC lacks "complex.h"
+complex_numbers_cmath_T2891