Closed
Bug 492357
Opened 16 years ago
Closed 16 years ago
windows slave buildbot test buildsteps stdio output display as double spaced
Categories
(Tamarin Graveyard :: Build Config, defect, P4)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: dschaffe, Assigned: dschaffe)
Details
Probably caused by capturing stdout on windows test buildsteps output appear as double spaced. Either in runtests.py or In the buildbot output code would be nice to translate the line endings so the output appears single spaced.
For example:
windows has double spacing: http://10.171.22.12:8760/builders/windows64-test-sandbox/builds/12/steps/Testsuite_Release-jit/logs/stdio
mac 10-5 appears normal: http://10.171.22.12:8760/builders/mac-intel-10.5-test-sandbox/builds/12/steps/Testsuite_Differential/logs/stdio
Flags: flashplayer-triage+
Assignee: nobody → dschaffe
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Priority: -- → P4
Target Milestone: --- → Future
Comment 1•16 years ago
|
||
Issue is caused by using python.org python, output is single spaced if it is run using cygwin version of python
python.org:
http://10.171.22.12:8750/builders/windows64-test/builds/54/steps/Testsuite_Release/logs/stdio
python from cygwin:
http://10.171.22.12:8750/builders/windows64-test/builds/55/steps/Testsuite_Release/logs/stdio
Assignee | ||
Comment 2•16 years ago
|
||
closing as a non-issue.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•