summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-08-07 13:59:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-08-07 13:59:21 +0200
commit9797f397ad885399f1b62cc84d4be37666890fc9 (patch)
tree17172b92a8f8645f3cbe8d08391e1291a133dbb5 /tests/bugs.txt
parentc31ccb133b5c592cfd23e1aa1c966e651fb01dc0 (diff)
downloadcython-9797f397ad885399f1b62cc84d4be37666890fc9.tar.gz
added (and disabled) test case for type inference based crash
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 6afb06816..59dc2049c 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -18,6 +18,7 @@ temp_sideeffects_T654
class_scope_T671
slice2_T636
builtin_subtype_methods_T653
+dict_values_in_expression
# CPython regression tests that don't current work:
pyregr.test_signal