(original) (raw)
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).
Le dimanche 30 mars 2014, Stefan Krah <stefan@bytereef.org> a écrit :
"Martin v. L?wis" <martin@v.loewis.de> 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
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com