mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Merged revisions 73072 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (dim., 31 mai 2009) | 4 lines Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running regression tests in parallel, shortening the total runtime. ........
This commit is contained in:
parent
6fbdfdabb6
commit
88909540ff
5 changed files with 194 additions and 150 deletions
|
@ -496,6 +496,7 @@ class ParserStackLimitTestCase(unittest.TestCase):
|
|||
e = self._nested_expression(100)
|
||||
print("Expecting 's_push: parser stack overflow' in next line",
|
||||
file=sys.stderr)
|
||||
sys.stderr.flush()
|
||||
self.assertRaises(MemoryError, parser.expr, e)
|
||||
|
||||
class STObjectTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue