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.

classification
Title: test_parser failed Python 2.6a2 Solaris 10 SUN C
Type: Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: MrJean1, benjamin.peterson, loewis
Priority: normal Keywords:

Created on 2008-04-04 20:07 by MrJean1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg64944 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-04-04 20:07
For 32-bit Python 2.6a2 on Solaris 10 (Opteron) built with the SUN C 
compiler this test_parser failure does not show up in the summary.

...
test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
...
msg64962 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-04-05 04:18
This is not a bug. How should we phrase the first line to make that
unobviously clear?
msg64972 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-05 14:26
*testing stack overflow:* maybe?
msg64973 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-04-05 14:30
Don't change that line.  It is obviously clear already, if someone does 
read it.  I obviously did not.

/Jean
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46807
2008-04-05 14:31:15benjamin.petersonsetstatus: open -> closed
resolution: not a bug
2008-04-05 14:30:17MrJean1setmessages: + msg64973
2008-04-05 14:26:27benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg64972
2008-04-05 04:18:01loewissetnosy: + loewis
messages: + msg64962
2008-04-04 20:07:05MrJean1create