From: Stefan Behnel Date: Fri, 5 Mar 2010 21:53:59 +0000 (+0100) Subject: exclude Python regression test that currently breaks the test run X-Git-Tag: 0.13.beta0~2^2~102^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4718842f305da89a6722d69cd1be6268277190a6;p=cython.git exclude Python regression test that currently breaks the test run --- diff --git a/tests/bugs.txt b/tests/bugs.txt index 6c7e7aa6..deafa180 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -9,3 +9,6 @@ missing_baseclass_in_predecl_T262 cfunc_call_tuple_args_T408 cascaded_list_unpacking_T467 compile.cpp_operators + +# Pyrex regression tests that don't current work: +test_threadsignals