summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-06-01 20:30:04 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-06-01 20:30:04 +0200
commit51971799ed873dcd4acd7dd7dc180a46fab4e4a7 (patch)
treee5cc89a002985680074c05740aaec07df14415ef /tests/bugs.txt
parent9e411b1469f2fc95be78f5be8cf4f14fcdcf3647 (diff)
downloadcython-51971799ed873dcd4acd7dd7dc180a46fab4e4a7.tar.gz
disable a crashing pyregr test
Diffstat (limited to 'tests/bugs.txt')
-rw-r--r--tests/bugs.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt
index 62c5e5d89..8ec3d156b 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -37,6 +37,9 @@ pyregr.test_peepholer
# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit
+# a settrace test bypasses a with statement and currently crashes
+pyregr.test_sys_settrace
+
# tests for exception on infinite recursion - may crash with stack overflow when calling C function
pyregr.test_exceptions