disable the 'atexit' pyregr test: it calls the registered atexit handlers which trigg...
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 9 Aug 2012 16:47:58 +0000 (18:47 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 9 Aug 2012 16:47:58 +0000 (18:47 +0200)
tests/bugs.txt

index 59dc204..cc78ae8 100644 (file)
@@ -39,6 +39,9 @@ pyregr.test_gdb
 pyregr.test_support
 pyregr.test_peepholer
 
+# the atexit test runs the registered atexit functions => module cleanup => crash
+pyregr.test_atexit
+
 # CPython regression tests that take too long
 pyregr.test_subprocess
 pyregr.test_zipfile64