c6fa8fe916af861c6e32a04c7e01f4dd738b8600
[cython.git] / tests / bugs.txt
1 # This file contains tests corresponding to unresolved bugs,
2 # which will be skipped in the normal testing run.
3
4 methodmangling_T5
5 class_attribute_init_values_T18
6 numpy_ValueError_T172
7 unsignedbehaviour_T184
8 missing_baseclass_in_predecl_T262
9 cfunc_call_tuple_args_T408
10 compile.cpp_operators
11 cpp_templated_ctypedef
12 cpp_structs
13 with_statement_module_level_T536
14 function_as_method_T494
15 closure_inside_cdef_T554
16 pure_mode_cmethod_inheritance_T583
17 genexpr_iterable_lookup_T600
18 for_from_pyvar_loop_T601
19 decorators_T593
20 temp_sideeffects_T654
21 class_scope_T671
22
23 # CPython regression tests that don't current work:
24 pyregr.test_threadsignals
25 pyregr.test_capi
26 pyregr.test_socket
27 pyregr.test_threading
28 pyregr.test_sys
29 pyregr.test_pep3131
30
31 # CPython regression tests that don't make sense
32 pyregr.test_gdb
33 pyregr.test_support