[Python-checkins] CVS: python/dist/src/Lib/test/output test_sre,1.11,1.12

Fredrik Lundh effbot@users.sourceforge.net
Thu, 22 Mar 2001 15:48:31 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv24245/lib/test/output

Modified Files:
	test_sre 
Log Message:


SRE 2.1b2: increase the chances that the sre test works on other
machines...


Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** test_sre	2001/03/22 23:29:04	1.11
--- test_sre	2001/03/22 23:48:28	1.12
***************
*** 1,9 ****
  test_sre
- sre.match(r'(x)*?y', 50000*'x'+'y').span() FAILED
- Traceback (most recent call last):
-   File "../lib/test\test_sre.py", line 18, in test
-     r = eval(expression)
-   File "<string>", line 0, in ?
-   File "c:\pythonware\py21\python-2.1\lib\sre.py", line 52, in match
-     return _compile(pattern, flags).match(string)
- RuntimeError: maximum recursion limit exceeded
--- 1 ----