projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d175650
)
Add inline generator bugs to bug list.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 28 Apr 2011 20:30:58 +0000
(13:30 -0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 28 Apr 2011 20:30:58 +0000
(13:30 -0700)
tests/bugs.txt
patch
|
blob
|
history
diff --git
a/tests/bugs.txt
b/tests/bugs.txt
index c586868ee99e8a6b4609ac2e72a50519b282391b..5eca55f001d051dd4027afaf92aa71961b457aa5 100644
(file)
--- a/
tests/bugs.txt
+++ b/
tests/bugs.txt
@@
-30,3
+30,11
@@
pyregr.test_pep3131
# CPython regression tests that don't make sense
pyregr.test_gdb
pyregr.test_support
+
+# Inlined generators
+all
+any
+builtin_sorted
+dictcomp
+inlined_generator_expressions
+setcomp