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).<div>
<br></div><div>Adding one or two slaves should not hurt. You need maybe at least one on Windows and another on OS X.</div><div><br></div><div>Victor<br><br>Le dimanche 30 mars 2014, Stefan Krah <<a href="mailto:stefan@bytereef.org">stefan@bytereef.org</a>> a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"Martin v. L?wis" <<a href="javascript:;" onclick="_e(event, 'cvml', 'martin@v.loewis.de')">martin@v.loewis.de</a>> wrote:<br>

> C: pro: compared to B, build time is reduced (need only<br>
>    to build once per branch); disk space is also reduced<br>
>    con: it would test a debug build, not a release build<br>
<br>
It would be an option to run half of the Unix slaves (especially the ones with<br>
the more aggressive compilers) in release mode. I think that is beneficial anyway.<br>
<br>
<br>
Stefan Krah<br>
<br>
<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Python-Dev@python.org')">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com" target="_blank">https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com</a><br>
</blockquote></div>