Bug 2112633
| Summary: | perl-JSON-4.09 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | perl-JSON | Assignee: | Paul Howarth <paul> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | emmanuel, jonstanley, mspacek, paul, perl-devel |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-JSON-4.09-1.fc37 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-01 08:42:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2022-07-31 07:28:47 UTC
The build fails because of t/e02_bool.t: Failed tests: 1-4 Non-zero exit status: 4 Files=68, Tests=26126, 52 wallclock secs ( 8.59 usr 0.70 sys + 54.10 cusr 1.67 csys = 65.06 CPU) Result: FAIL # JSON::backportPP 4.11 # 1 # Failed test at t/e02_bool.t line 21. # got: '[false]' # expected: '[""]' # Failed test at t/e02_bool.t line 22. # got: '[true]' # expected: '[1]' # Failed test at t/e02_bool.t line 28. # got: '[false]' # expected: '[""]' # Failed test at t/e02_bool.t line 29. # got: '[true]' # expected: '[1]' # Looks like you failed 4 tests of 8. This is probably due to restored cre boolean support in JSON::PP 4.11 # load JSON::XS v.4.03 Failed 1/68 test programs. 4/26126 subtests failed. (In reply to Emmanuel Seyman from comment #1) > The build fails because of t/e02_bool.t: > > Failed tests: 1-4 > Non-zero exit status: 4 > Files=68, Tests=26126, 52 wallclock secs ( 8.59 usr 0.70 sys + 54.10 cusr > 1.67 csys = 65.06 CPU) > Result: FAIL > # JSON::backportPP 4.11 > # 1 > > # Failed test at t/e02_bool.t line 21. > # got: '[false]' > # expected: '[""]' > > # Failed test at t/e02_bool.t line 22. > # got: '[true]' > # expected: '[1]' > > # Failed test at t/e02_bool.t line 28. > # got: '[false]' > # expected: '[""]' > > # Failed test at t/e02_bool.t line 29. > # got: '[true]' > # expected: '[1]' > # Looks like you failed 4 tests of 8. > > This is probably due to restored cre boolean support in JSON::PP 4.11 Indeed it is. Test fixed in upstream release 4.09. |