From 297ce83352ce9ce2ecebdba0f673c38286502a50 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 9 Aug 2012 18:47:58 +0200 Subject: [PATCH] disable the 'atexit' pyregr test: it calls the registered atexit handlers which triggers the module cleanup and crashes --- tests/bugs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bugs.txt b/tests/bugs.txt index 59dc2049ce1..cc78ae8a83e 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -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