disabled memslice test in Py2.4 - currently broken
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 9 Jul 2012 18:47:46 +0000 (20:47 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 9 Jul 2012 18:47:46 +0000 (20:47 +0200)
runtests.py

index 3856db7..b926531 100644 (file)
@@ -180,7 +180,8 @@ VER_DEP_MODULES = {
                                           'run.generator_frame_cycle', # yield in try-finally
                                           'run.relativeimport_T542',
                                           'run.relativeimport_star_T542',
-                                          'run.numpy_memoryview',  # FIXME: currently broken in Py2.4
+                                          'run.numpy_memoryview',  # FIXME: feature is currently broken in Py2.4
+                                          'run.memslice'           # FIXME: feature is currently broken in Py2.4
                                           ]),
     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
                                           'run.cython3',