projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426cf1b
)
disable pyregr.test_exceptions: crashes in infinite recursion test
author
Stefan Behnel
<stefan_ml@behnel.de>
Tue, 28 Aug 2012 11:05:09 +0000
(13:05 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Tue, 28 Aug 2012 11:05:09 +0000
(13:05 +0200)
tests/bugs.txt
patch
|
blob
|
history
diff --git
a/tests/bugs.txt
b/tests/bugs.txt
index
544f180
..
149b3a4
100644
(file)
--- a/
tests/bugs.txt
+++ b/
tests/bugs.txt
@@
-44,6
+44,9
@@
pyregr.test_peepholer
# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit
+# tests for exception on infinite recursion - may crash with stack overflow when calling C function
+pyregr.test_exceptions
+
# CPython regression tests that take too long
pyregr.test_subprocess
pyregr.test_zipfile64