Issue2150

classification
Title: regrtest does not support -x option
Type: Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: zyasoft
Priority: normal Keywords:

Created on 2014-05-19.16:22:38 by zyasoft, last changed 2015-01-09.23:15:31 by zyasoft.

Messages
msg8440 (view) Author: Jim Baker (zyasoft) Date: 2014-05-19.16:22:36
Sometimes we would like to exclude tests from the regrtest. But this is currently broken:

$ dist/bin/jython dist/Lib/test/regrtest.py -x test_httpservers
Traceback (most recent call last):
  File "dist/Lib/test/regrtest.py", line 1449, in <module>
    main()
  File "dist/Lib/test/regrtest.py", line 368, in main
    nottests[:0] = args
TypeError: 'set' object does not support item assignment
msg9374 (view) Author: Jim Baker (zyasoft) Date: 2015-01-09.23:15:31
Fixed as part of https://hg.python.org/jython/rev/0d551095009f
History
Date User Action Args
2015-01-09 23:15:31zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg9374
2014-05-19 16:22:38zyasoftcreate