# This file contains tests corresponding to unresolved bugs,
# which will be skipped in the normal testing run.

class_attribute_init_values_T18
unsignedbehaviour_T184
missing_baseclass_in_predecl_T262
cfunc_call_tuple_args_T408
cpp_structs
closure_inside_cdef_T554
genexpr_iterable_lookup_T600
generator_expressions_in_class
for_from_pyvar_loop_T601
temp_sideeffects_T654    # not really a bug, Cython warns about it
inherited_final_method
tryfinallychaining        # also see FIXME in "yield_from_pep380" test

# CPython regression tests that don't current work:
pyregr.test_signal
pyregr.test_capi
pyregr.test_socket
pyregr.test_sys
pyregr.test_pep3131
pyregr.test_multiprocessing
pyregr.test_tempfile
pyregr.test_ioctl

# CPython regression tests with threading issues
pyregr.test_threadsignals
pyregr.test_threading
pyregr.test_logging

# CPython regression tests that don't make sense
pyregr.test_gdb
pyregr.test_support
pyregr.test_peepholer

# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit

# tests for exception on infinite recursion - may crash with stack overflow when calling C function
pyregr.test_exceptions

# CPython regression tests that take too long
pyregr.test_subprocess
pyregr.test_zipfile64
pyregr.test_tuple

# Inlined generators
all
any
builtin_sorted
dictcomp
inlined_generator_expressions
setcomp
