Project

General

Profile

Actions

Bug #28017

closed

t3lib_divTest::fixPermissionsSetsGroup fails on MacOS

Added by Oliver Klee over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Tests
Target version:
-
Start date:
2011-07-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This test fails on Mac OS because the test makes use of posix_getegid() to find out the current process' group ID. However, this function on Mac OS always returns -1 instead of the actual group ID, making it useless (although it exists).

This test is the only part of the core that makes use of the posix_getegid() function. We should check whether this function returns -1 (which means that we're on Mac OS) and skip the test in that case.

Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change Ic16e52c462429401342f5a5f9705353b48dac1e9 has been pushed to the review server.
It is available at http://review.typo3.org/3172

Actions #2

Updated by Oliver Klee over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Gerrit Code Review over 12 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_4-4 has been pushed to the review server.
It is available at http://review.typo3.org/7124

Actions #4

Updated by Gerrit Code Review over 12 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7125

Actions #5

Updated by Gerrit Code Review over 12 years ago

Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7125

Actions #6

Updated by Oliver Klee about 12 years ago

  • Status changed from Under Review to Resolved
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF