summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-11-22 07:45:25 +0100
committerStefan Behnel <stefan_ml@behnel.de>2013-11-22 07:45:25 +0100
commita3d4461252315caeef3477399c49b4e9843cd479 (patch)
tree85595ce6a6bfea4ad5ca7da9a1a1ad0ced54a232 /tests/bugs.txt
parenta10a6c0c9797ded2430fbcb59c228f7f8631c5aa (diff)
downloadcython-a3d4461252315caeef3477399c49b4e9843cd479.tar.gz
revert incomplete fix for ticket #600: not enough for more complex scoping and evaluation time issues
Diffstat (limited to 'tests/bugs.txt')
-rw-r--r--tests/bugs.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt
index b0b3e9496..96b42a983 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -7,6 +7,7 @@ missing_baseclass_in_predecl_T262
cfunc_call_tuple_args_T408
cpp_structs
closure_inside_cdef_T554
+genexpr_iterable_lookup_T600
generator_expressions_in_class
for_from_pyvar_loop_T601
temp_sideeffects_T654 # not really a bug, Cython warns about it