Skip to content

Commit

Permalink
disable the 'atexit' pyregr test: it calls the registered atexit hand…
Browse files Browse the repository at this point in the history
…lers which triggers the module cleanup and crashes
  • Loading branch information
scoder committed Aug 9, 2012
1 parent 4d1a524 commit 297ce83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/bugs.txt
Expand Up @@ -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
Expand Down

0 comments on commit 297ce83

Please sign in to comment.