Stefan, the two additions I've made are trivial variations of the stuff already failing in test/run/tryfinally.pyx . Once the former failing test pass, my additions should pass for free...
What should I do then? Move all the failing tests (even the former one) to bugs/test_name_Tnnn.pyx ?? On Tue, Feb 10, 2009 at 3:34 PM, Stefan Behnel <[email protected]> wrote: > Hi, > > Lisandro Dalcin wrote: >> I've pushed two additions to tryfinally testcase, both fail :-( > > Please don't add failing tests to the normal test suite (unless you have > the fix ready for immediate commit). Instead, make sure there is a bug > report for it (#200 in this case) and add a test to tests/bugs/, named: > "the_test_name_Tnnn.pyx", "Tnnn" being the ticket number, i.e. "T200" in > your case. The runtests.py script then allows it to be run by passing the > "-T200" at the command line. > > Stefan > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
