Bug 23965 - Не соответствует LSB 4.0 (см. #23367)
Summary: Не соответствует LSB 4.0 (см. #23367)
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: python (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 23367
  Show dependency tree
 
Reported: 2010-08-26 14:07 MSD by Sergey V Turchin
Modified: 2024-01-12 10:12 MSK (History)
7 users (show)

See Also:


Attachments
Python tests (16.60 KB, application/x-compressed-tar)
2010-08-26 14:07 MSD, Sergey V Turchin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2010-08-26 14:07:06 MSD
Created attachment 4516 [details]
Python tests
Comment 1 Andrey Rahmatullin 2010-08-26 14:19:16 MSD
"And the analysis of the failures is also always the same: the bugs are not in the tested code, they are in the test suite. There might be occasionally a problem in the code, I think I've seen one or two of these, but it's safe to say 90+% of the reported bugs are actually problems in the test suite. "

Traceback (most recent call last):
File "/opt/lsb/test/python/Lib25/test/test_socket.py", line 286, in testRefCountGetNameInfo
socket.getnameinfo(__name__,0)
TypeError: getnameinfo() argument 1 must be a tuple

Да, действительно, первым аргументом getnameinfo должен быть тупл, и до 2.6.3 этот код выдаст "SystemError: new style getargs format but argument is not a tuple", а после - более правильный "TypeError: getnameinfo() argument 1 must be a tuple".
Comment 2 Andrey Rahmatullin 2010-08-26 14:33:32 MSD
А, я понял. 
Это похоже на бандленые тесты питона не той версии: в питоньем Python/Lib/test/test_socket.py ловится то исключение, которое кидает питон соответствющей версии, в указанном случае ловится SystemError, но кидается TypeError. Судя по шапке теста, запускался он на Desktop 5.0, в котором python 2.5 и кидаться должен SystemError. Просьба разобраться, что там у вас с версиями. Ну а если это на самом деле 2.6, на котором гоняют копии тестов от 2.5 - ССЗБ, чините тест.
Comment 3 Sergey V Turchin 2010-08-26 15:20:41 MSD
Запускался на сегодняшнем Сизифе. Тесты наркоманские, согласен.
Comment 4 Sergey V Turchin 2024-01-12 10:12:47 MSK
Неактуально.