Bug #65319
closedEpic #65314: PHP7
ResourceUtilityTest::recursiveFileListSortingHelperCorrectlySorts
100%
Description
TYPO3\CMS\Core\Tests\Unit\Utility\ResourceUtilityTest::recursiveFileListSortingHelperCorrectlySorts with data set "mixed capitalization" (array('alllower', 'allCAPS', 'ALLcaps', 'mIxedinanotherway', 'ALLCAPS', 'MiXeDcApItAlIzAtIoN'), array('ALLCAPS', 'ALLcaps', 'allCAPS', 'alllower', 'MiXeDcApItAlIzAtIoN', 'mIxedinanotherway')) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 0 => 'ALLCAPS' + 0 => 'allCAPS' 1 => 'ALLcaps' - 2 => 'allCAPS' + 2 => 'ALLCAPS' 3 => 'alllower' 4 => 'MiXeDcApItAlIzAtIoN' 5 => 'mIxedinanotherway' ) /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Tests/Unit/Utility/ResourceUtilityTest.php:68 /home/opitz/projects/neos-git/Packages/Libraries/phpunit/phpunit/phpunit7:56
=> unatcasesort, internally same issue on swap?
=> Open an issue in PHP issue tracker
=> Also in HHVM
Updated by Alexander Opitz over 9 years ago
This seams no issue in PHP. It is an issue of the functionality or the test.
Updated by Alexander Opitz over 9 years ago
After deeper looking in the cause of this issue, it is a bug in our implementation.
Fixes issue with PHP7 and HHVM.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37250
Updated by Alexander Opitz over 9 years ago
- Assignee set to Alexander Opitz
- % Done changed from 0 to 50
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39967
Updated by Alexander Opitz over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 773e80e67b1ef8882b80b6f19129a8c3e2835183.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed