[issue25622] Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows

2015-11-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 0325eca1927e by Martin Panter in branch '3.4':
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
https://hg.python.org/cpython/rev/0325eca1927e

New changeset 18a74ef65d3f by Martin Panter in branch '3.5':
Issue #25622: Merge ctypes test from 3.4 into 3.5
https://hg.python.org/cpython/rev/18a74ef65d3f

New changeset 38f749f0a1bd by Martin Panter in branch '3.5':
Issue #25622: Use repr(bytes) to avoid BytesWarning
https://hg.python.org/cpython/rev/38f749f0a1bd

--

___
Python tracker 

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



[issue25622] Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows

2015-11-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 7b12b04f4f18 by Martin Panter in branch '2.7':
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
https://hg.python.org/cpython/rev/7b12b04f4f18

--

___
Python tracker 

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



[issue25622] Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows

2015-11-26 Thread Martin Panter

Martin Panter added the comment:

The buildbots don’t seem to be having any troubles with test_ctypes, so I 
assume my change is good.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue25622] Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows

2015-11-25 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 6a8fbb97c8d8 by Martin Panter in branch 'default':
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
https://hg.python.org/cpython/rev/6a8fbb97c8d8

--
nosy: +python-dev

___
Python tracker 

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



[issue25622] Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows

2015-11-13 Thread Martin Panter

New submission from Martin Panter:

In /Lib/ctypes/test/test_values.py, three out of the five test cases are only 
run on Windows. There is a comment saying “This test only works when python 
itself is a dll/shared library”, and the tests run fine on Linux. So I propose 
to remove the Windows-only restriction, and rename the class from 
Win_ValuesTestCase to PythonValuesTestCase.

The immediate benefit for me is that I can see on Linux when I need to update 
one of those tests before I break a Windows builtbot :)

This test used to be completely disabled (probably by accident), and was 
enabled for Windows only in revision 6f63fff5c120. There was a comment 
 by Zach wondering if it 
shouldn’t be Windows-specific.

--
components: Tests, ctypes
files: python-values.patch
keywords: patch
messages: 254623
nosy: martin.panter, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Enable ctypes.test.test_values.Win_ValuesTestCase for non-Windows
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41034/python-values.patch

___
Python tracker 

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