Remove trailing whitespace.
[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 genexpr_T491
14 with_statement_module_level_T536
15 function_as_method_T494
16 closure_inside_cdef_T554
17 ipow_crash_T562
18 pure_mode_cmethod_inheritance_T583
19 genexpr_iterable_lookup_T600
20 for_from_pyvar_loop_T601
21
22 # CPython regression tests that don't current work:
23 pyregr.test_threadsignals
24 pyregr.test_module
25 pyregr.test_capi
26 pyregr.test_socket
27 pyregr.test_threading
28 pyregr.test_sys
29
30 # CPython regression tests that don't make sense
31 pyregr.test_gdb
32 pyregr.test_support