disable pyregr.test_exceptions: crashes in infinite recursion test
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 28 Aug 2012 11:05:09 +0000 (13:05 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 28 Aug 2012 11:05:09 +0000 (13:05 +0200)
tests/bugs.txt

index 544f180..149b3a4 100644 (file)
@@ -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