projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32de486
)
disable extern_builtins_T258 test in Py2.3 (not a meaningful test there)
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Feb 2010 14:07:31 +0000
(15:07 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Feb 2010 14:07:31 +0000
(15:07 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 1b2ef2e328861b272a88cca7c30de96233a547e7..29ae751361894afa532bdb47ce5e8b466169b190 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-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']),