From: Stefan Behnel Date: Thu, 18 Nov 2010 21:26:34 +0000 (+0100) Subject: disabled class closures test X-Git-Tag: 0.14.alpha0~118 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c80206d554f9176d1b66454bed04f7b38aad35ef;p=cython.git disabled class closures test --HG-- rename : tests/run/closure_class.pyx => tests/run/closure_class_T596.pyx --- diff --git a/tests/bugs.txt b/tests/bugs.txt index e592d63a..2f65cf15 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -17,7 +17,7 @@ function_as_method_T494 closure_inside_cdef_T554 ipow_crash_T562 pure_mode_cmethod_inheritance_T583 - +closure_class_T596 # CPython regression tests that don't current work: pyregr.test_threadsignals diff --git a/tests/run/closure_class.pyx b/tests/run/closure_class_T596.pyx similarity index 100% rename from tests/run/closure_class.pyx rename to tests/run/closure_class_T596.pyx