Issue2311

classification
Title: Remove test_bat_jy and add something like test_jython_launcher
Type: behaviour Severity: normal
Components: Core Versions: Jython 2.7
Milestone: Jython 2.7.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: jeff.allen, zyasoft
Priority: urgent Keywords: test failure causes

Created on 2015-04-06.19:17:59 by jeff.allen, last changed 2015-04-28.16:07:20 by zyasoft.

Messages
msg9769 (view) Author: Jeff Allen (jeff.allen) Date: 2015-04-06.19:17:59
Now jython.bat has gone away, the failing test_bat_jy should too. And we should test jython.exe (or jython.py) instead.
msg9782 (view) Author: Jim Baker (zyasoft) Date: 2015-04-09.23:32:51
See #2319

Blocks RC3 - we need to prevent further regressions. My hope was that this was being sufficiently tested by the existing regrtest, but clearly not.
msg9784 (view) Author: Jim Baker (zyasoft) Date: 2015-04-09.23:44:27
FWIW, the regrtest did catch a number of regressions in my porting of the bash version of bin/jython to jython.py, but we need to go over every available option and confirm with --print
msg9910 (view) Author: Jim Baker (zyasoft) Date: 2015-04-20.19:23:36
Fixed as of https://hg.python.org/jython/rev/585cc365d4bd
History
Date User Action Args
2015-04-28 16:07:20zyasoftsetstatus: pending -> closed
2015-04-20 19:23:36zyasoftsetstatus: open -> pending
resolution: accepted -> fixed
messages: + msg9910
2015-04-15 01:57:12zyasoftsetmilestone: Jython 2.7.0
2015-04-09 23:44:27zyasoftsetmessages: + msg9784
2015-04-09 23:32:51zyasoftsetmessages: + msg9782
2015-04-09 23:31:33zyasoftsetpriority: urgent
assignee: zyasoft
resolution: accepted
nosy: + zyasoft
2015-04-06 19:17:59jeff.allencreate