disable extern_builtins_T258 test in Py2.3 (not a meaningful test there)
authorStefan Behnel <scoder@users.berlios.de>
Wed, 17 Feb 2010 14:07:31 +0000 (15:07 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 17 Feb 2010 14:07:31 +0000 (15:07 +0100)
runtests.py

index 1b2ef2e328861b272a88cca7c30de96233a547e7..29ae751361894afa532bdb47ce5e8b466169b190 100644 (file)
@@ -48,8 +48,8 @@ EXT_DEP_INCLUDES = [
 ]
 
 VER_DEP_MODULES = {
-# such as:
-#    (2,4) : (operator.le, lambda x: x in ['run.set']),
+    (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
+                                          ]),
     (3,): (operator.ge, lambda x: x in ['run.non_future_division',
                                         'compile.extsetslice',
                                         'compile.extdelslice']),