Bug 41050

Summary: Не выполняются включенные в пакет тесты для некоторых модулей
Product: Sisyphus Reporter: Vera Blagoveschenskaya <vercha>
Component: pear-coreAssignee: Vitaly Lipatov <lav>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: lav, rt
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Vera Blagoveschenskaya 2021-10-04 16:40:14 MSK
pear-core-1.10.13-alt1.noarch

Не выполняются включенные в пакет тесты для XML_Util, Structures_Graph, PhpDocumentor

# pwd
/usr/share/php/pear/tests/XML_Util/tests
# l
итого 132
drwxr-xr-x 2 root root  4096 окт  4 09:42 ./
drwxr-xr-x 3 root root  4096 окт  4 09:42 ../
-rw-r--r-- 1 root root   424 сен  9 08:54 AbstractUnitTests.php
-rw-r--r-- 1 root root   221 сен  9 08:54 ApiVersionTests.php
-rw-r--r-- 1 root root  7702 сен  9 08:54 AttributesToStringTests.php
-rw-r--r-- 1 root root  1742 сен  9 08:54 Bug18343Tests.php
-rw-r--r-- 1 root root  1054 сен  9 08:54 Bug21177Tests.php
-rw-r--r-- 1 root root   450 сен  9 08:54 Bug21184Tests.php
-rw-r--r-- 1 root root   729 сен  9 08:54 Bug4950Tests.php
-rw-r--r-- 1 root root   767 сен  9 08:54 Bug5392Tests.php
-rw-r--r-- 1 root root  4353 сен  9 08:54 CollapseEmptyTagsTests.php
-rw-r--r-- 1 root root   362 сен  9 08:54 CreateCDataSectionTests.php
-rw-r--r-- 1 root root   340 сен  9 08:54 CreateCommentTests.php
-rw-r--r-- 1 root root   613 сен  9 08:54 CreateEndElementTests.php
-rw-r--r-- 1 root root  5410 сен  9 08:54 CreateStartElementTests.php
-rw-r--r-- 1 root root 13492 сен  9 08:54 CreateTagFromArrayTests.php
-rw-r--r-- 1 root root  7978 сен  9 08:54 CreateTagTests.php
-rw-r--r-- 1 root root  1779 сен  9 08:54 GetDocTypeDeclarationTests.php
-rw-r--r-- 1 root root  1164 сен  9 08:54 GetXmlDeclarationTests.php
-rw-r--r-- 1 root root  1983 сен  9 08:54 IsValidNameTests.php
-rw-r--r-- 1 root root   448 сен  9 08:54 RaiseErrorTests.php
-rw-r--r-- 1 root root  4321 сен  9 08:54 ReplaceEntitiesTests.php
-rw-r--r-- 1 root root  4310 сен  9 08:54 ReverseEntitiesTests.php
-rw-r--r-- 1 root root   839 сен  9 08:54 SplitQualifiedNameTests.php
# pear run-tests *
Running 0 tests
TOTAL TIME: 00:00
0 PASSED TESTS
0 SKIPPED TESTS

При этом для другого модуля тесты выполнились успешно
# cd /usr/share/php/pear/tests/Console_Getopt/tests/
# pear run-tests *
Running 4 tests
PASS Console_Getopt[001-getopt.phpt]
PASS Console_Getopt [bug 10557][bug10557.phpt]
PASS Console_Getopt [bug 11068][bug11068.phpt]
PASS Console_Getopt [bug 13140][bug13140.phpt]
TOTAL TIME: 00:01
4 PASSED TESTS
0 SKIPPED TESTS