From c80206d554f9176d1b66454bed04f7b38aad35ef Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 18 Nov 2010 22:26:34 +0100 Subject: [PATCH] disabled class closures test --HG-- rename : tests/run/closure_class.pyx => tests/run/closure_class_T596.pyx --- tests/bugs.txt | 2 +- tests/run/{closure_class.pyx => closure_class_T596.pyx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/run/{closure_class.pyx => closure_class_T596.pyx} (100%) 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 -- 2.26.2