I disagree. Running tests in debug code tests more things thanks to
assertions, and provides more info in case of test failure or crash. Some
assertions only fail on some platforms. See for example test_locale which
fails with an assertion error on solaris (since Python 3.3).

Adding one or two slaves should not hurt. You need maybe at least one on
Windows and another on OS X.

Victor

Le dimanche 30 mars 2014, Stefan Krah <ste...@bytereef.org> a écrit :

> "Martin v. L?wis" <mar...@v.loewis.de <javascript:;>> wrote:
> > C: pro: compared to B, build time is reduced (need only
> >    to build once per branch); disk space is also reduced
> >    con: it would test a debug build, not a release build
>
> It would be an option to run half of the Unix slaves (especially the ones
> with
> the more aggressive compilers) in release mode. I think that is beneficial
> anyway.
>
>
> Stefan Krah
>
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org <javascript:;>
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com
>
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to