[issue30442] Skip test_xml_etree under coverage

2017-11-01 Thread Berker Peksag

Berker Peksag  added the comment:

All PRs have been merged and 3.5 is now in security-fix-only mode. Closing this 
as 'fixed'.

--
nosy: +berker.peksag
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-09-13 Thread STINNER Victor

STINNER Victor added the comment:


New changeset 860839cc8e0a4a0890418f77c984955697f96828 by Victor Stinner (Miss 
Islington (bot)) in branch '2.7':
[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) 
(#3549)
https://github.com/python/cpython/commit/860839cc8e0a4a0890418f77c984955697f96828


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-09-13 Thread Roundup Robot

Changes by Roundup Robot :


--
keywords: +patch
pull_requests: +3541
stage: backport needed -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-09-05 Thread STINNER Victor

STINNER Victor added the comment:


New changeset 9a3b3852afe61f9083d336c4394984d0e92799a3 by Victor Stinner in 
branch '3.6':
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)
https://github.com/python/cpython/commit/9a3b3852afe61f9083d336c4394984d0e92799a3


--
nosy: +haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-09-05 Thread STINNER Victor

Changes by STINNER Victor :


--
pull_requests: +3374

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-07-23 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
versions: +Python 2.7, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-07-23 Thread Berker Peksag

Changes by Berker Peksag :


--
components: +Tests
stage:  -> backport needed
versions: +Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-05-24 Thread Kushal Das

Kushal Das added the comment:


New changeset 1de4705d00168afa8c5b6741af02e21fc609af58 by Kushal Das in branch 
'master':
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
https://github.com/python/cpython/commit/1de4705d00168afa8c5b6741af02e21fc609af58


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-05-23 Thread Kushal Das

Changes by Kushal Das :


--
pull_requests: +1848

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30442] Skip test_xml_etree under coverage

2017-05-23 Thread Kushal Das

New submission from Kushal Das:

test test_xml_etree failed -- Traceback (most recent call last):
  File "/home/travis/build/python/cpython/Lib/test/test_xml_etree.py", line 
1553, in test_bug_xmltoolkit63
self.assertEqual(sys.getrefcount(None), count)
AssertionError: 522146 != 522143

Under coverage (in our travis CI) test_xml_etree fails for refcount. Brett 
suggests to skip this test in case running under coverage.

--
assignee: kushal.das
messages: 294271
nosy: kushal.das
priority: normal
severity: normal
status: open
title: Skip test_xml_etree under coverage
type: behavior
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com