summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-03-08 15:25:10 +0100
committerStefan Behnel <stefan_ml@behnel.de>2013-03-08 15:25:10 +0100
commit111d4bcacff9337ec6b62bd557ab116a832958f7 (patch)
tree25047bb55ea412ce6f3757fdd461e834763364e5 /tests/bugs.txt
parentfca7932500da2b682e51465362e3b1b64735dd95 (diff)
downloadcython-111d4bcacff9337ec6b62bd557ab116a832958f7.tar.gz
add another failing test for iterable lookup in generators
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 0a940b33e..f368fcc50 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -8,6 +8,7 @@ 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
slice2_T636