Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ctypes] test_struct_by_value fails on android-24-arm64 #76384

Closed
xdegaye mannequin opened this issue Dec 2, 2017 · 2 comments
Closed

[ctypes] test_struct_by_value fails on android-24-arm64 #76384

xdegaye mannequin opened this issue Dec 2, 2017 · 2 comments
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@xdegaye
Copy link
Mannequin

xdegaye mannequin commented Dec 2, 2017

BPO 32203
Nosy @pmp-p, @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2022-01-24.22:43:48.872>
created_at = <Date 2017-12-02.17:26:14.298>
labels = ['extension-modules', 'type-bug', 'tests', '3.7']
title = '[ctypes] test_struct_by_value fails on android-24-arm64'
updated_at = <Date 2022-01-24.22:43:48.871>
user = 'https://github.com/xdegaye'

bugs.python.org fields:

activity = <Date 2022-01-24.22:43:48.871>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2022-01-24.22:43:48.872>
closer = 'iritkatriel'
components = ['Extension Modules', 'Tests']
creation = <Date 2017-12-02.17:26:14.298>
creator = 'xdegaye'
dependencies = []
files = []
hgrepos = []
issue_num = 32203
keywords = []
message_count = 2.0
messages = ['307440', '411525']
nosy_count = 2.0
nosy_names = ['pmpp', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue32203'
versions = ['Python 3.7']

@xdegaye
Copy link
Mannequin Author

xdegaye mannequin commented Dec 2, 2017

test_struct_by_value is ok on Android API 24 on the armv7, x86 and x86_64 architectures.

======================================================================
FAIL: test_struct_by_value (ctypes.test.test_win32.Structures)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/sdcard/org.python/lib/python3.7/ctypes/test/test_win32.py", line 137, in test_struct_by_value
    self.assertEqual(ret.left, left.value)
AssertionError: -200 != 10

Ran 1 test in 0.204s

@xdegaye xdegaye mannequin added 3.7 (EOL) end of life extension-modules C modules in the Modules dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Dec 2, 2017
@iritkatriel
Copy link
Member

3.7 is no longer being maintained. Please create a new issue if you are having this problem on a current version (>= 3.9)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant