Bug #33269
closedIPv6 test cases fail
0%
Description
The IPv6 test cases on "bin2hex" and "compress" fail.
It seems like something is wrong in the IPv6 implementation there.
Besides that: Normalization and compression should not use the same dataprovider.
Updated by Andreas Wolf almost 13 years ago
Could you please point me to the exact failing test cases? For me, all tests pass on master and TYPO3_4-6.
Updated by Steffen Gebert almost 13 years ago
- Status changed from New to Accepted
It's only on Mac. The non-native PHP code is totally wrong. It's badly implemented, as it's not separated into separate functions for different implementations (PHP's network functions against string magic), it's not possible to unit test this code correctly.
I started working on that in a local branch, but somewhere started to totally change things around and introduce IP address objects.
Updated by Wouter Wolters almost 10 years ago
- Status changed from Accepted to Needs Feedback
- Is Regression set to No
Tests are skipped on Mac. Is this issue solved now?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.