summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-12-16 14:59:55 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-12-16 14:59:55 +0100
commit3b668791dd649e6627199936276accb1d195f5f3 (patch)
tree9d61d7ca2624a18aadc3468f261b1cd4dbec0dda /tests/bugs.txt
parent70687c2f29a06198a1dbcef13cd3442070067e28 (diff)
downloadcython-3b668791dd649e6627199936276accb1d195f5f3.tar.gz
enable working tests from bugs.txt
Diffstat (limited to 'tests/bugs.txt')
-rw-r--r--tests/bugs.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt
index 4185ee3b7..877726a2e 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -2,23 +2,15 @@
# which will be skipped in the normal testing run.
class_attribute_init_values_T18
-numpy_ValueError_T172
unsignedbehaviour_T184
missing_baseclass_in_predecl_T262
cfunc_call_tuple_args_T408
-compile.cpp_operators
-cpp_templated_ctypedef
cpp_structs
-function_as_method_T494
closure_inside_cdef_T554
-pure_mode_cmethod_inheritance_T583
genexpr_iterable_lookup_T600
for_from_pyvar_loop_T601
-temp_sideeffects_T654
-class_scope_T671
+temp_sideeffects_T654 # not really a bug, Cython warns about it
slice2_T636
-builtin_subtype_methods_T653
-builtin_float
inherited_final_method
# CPython regression tests that don't current work: