View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000295 | file | General | public | 2021-10-23 17:31 | 2021-10-28 16:20 |
Reporter | eliz | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | MS-Windows | OS | XP | OS Version | SP3 |
Product Version | 5.41 | ||||
Summary | 0000295: pgp-binary-key-v4-dsa test fails due to incorrect expected result | ||||
Description | This test fails: Running test: ../tests/pgp-binary-key-v4-dsa.testfile ../tests/pgp-binary-key-v4-dsa.testfile: OpenPGP Public Key Version 4, Created Mon Apr 07 22:23:01 1997, DSA (1024 bits); User ID; Signature; OpenPGP Certificate test.exe: ERROR: result was (len 120) OpenPGP Public Key Version 4, Created Mon Apr 07 22:23:01 1997, DSA (1024 bits); User ID; Signature; OpenPGP Certificate expected (len 121) This is because the expected result says "Mon Apr 7" instead of "Mon Apr 07" (2 spaces instead of a space an zero). Correcting the expected result makes the test succeed. | ||||
Steps To Reproduce | make check | ||||
Tags | No tags attached. | ||||
|
By the way, this is for version 5.41, not 5.40; but the bug tracker doesn't allow to select 5.41 as the version for the bug. |
|
Your libc is broken: file(1) just uses ctime/asctime: https://pubs.opengroup.org/onlinepubs/9699919799/ |
|
Added 5.41 to the list of releases. |
|
That broken libc is MSVCRT. the C runtime used by MinGW builds on MS-Windows. So I guess this means that test will fail for any MinGW build, unless the expected results are manually "fixed". |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-23 17:31 | eliz | New Issue | |
2021-10-24 05:56 | eliz | Note Added: 0003650 | |
2021-10-28 15:39 | christos | Assigned To | => christos |
2021-10-28 15:39 | christos | Status | new => assigned |
2021-10-28 15:43 | christos | Status | assigned => feedback |
2021-10-28 15:43 | christos | Note Added: 0003658 | |
2021-10-28 15:47 | christos | Note Added: 0003659 | |
2021-10-28 15:47 | christos | Product Version | 5.40 => 5.41 |
2021-10-28 16:20 | eliz | Note Added: 0003662 | |
2021-10-28 16:20 | eliz | Status | feedback => assigned |