This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-30.00:43:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443573824.77.0.186678077756.issue25001@psf.upfronthosting.co.za>
In-reply-to
Content
This issue has been fixed by the following change:

changeset:   98427:b48ae54ed5be
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Wed Sep 30 01:39:28 2015 +0200
files:       Lib/test/libregrtest/cmdline.py Lib/test/libregrtest/main.py Lib/te
description:
Issue #25220, libregrtest: Call setup_python(ns) in the slaves

Slaves (child processes running tests for regrtest -jN) now inherit
--memlimit/-M, --threshold/-t and --nowindows/-n options.

* -M, -t and -n are now supported with -jN
* Factorize code to run tests.
* run_test_in_subprocess() now pass the whole "ns" namespace to the child
  process.
History
Date User Action Args
2015-09-30 00:43:44vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-30 00:43:44vstinnersetmessageid: <1443573824.77.0.186678077756.issue25001@psf.upfronthosting.co.za>
2015-09-30 00:43:44vstinnerlinkissue25001 messages
2015-09-30 00:43:43vstinnercreate