New submission from Neil Schemenauer <nas-pyt...@arctrix.com>:

Add a new support decorator, @skip_if_pgo_task and then use it to mark test 
cases.  I suspect the PGO task works well if it can exercise common code paths. 
 Running long tests likely have rapidly diminishing benefits.  The instrumented 
PGO executable runs quite a bit slower than a normal build and so it is useful 
to spend a bit of time to exclude expensive tests.

----------
components: Build
messages: 348677
nosy: nascheme
priority: normal
severity: normal
stage: patch review
status: open
title: Skip individual unit tests that are expensive for the PGO task
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37707>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to