[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 285
From: |
Stefano Lattarini |
Subject: |
bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests |
Date: |
Wed, 29 Feb 2012 19:56:43 +0100 |
On 02/28/2012 10:31 PM, P. Martin wrote:
>> On Feb 28, 2012, Stefano Lattarini <address@hidden> wrote:
>>
>> Yes, that's why I should have asked for "chmod 000 a/b", not "chmod 000 a"
>> :-(
>
> I can do that too:
>
> $ mkdir a a/b
> $ chmod 000 a/b
> $ find a -type d ! -perm -700
> a/b
> find: a/b: Permission denied
> $ echo exit status: $?
> exit status: 1
> $ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
> $ echo exit status: $?
> exit status: 0
> $ ls -l a
> total 0
> drwx------ 2 nibbles staff 68 Feb 28 13:25 b
>
> That is funky.
>
Thanks for the confirmation. The attached patch should fix this issue.
I will wait a couple of days before pushing, in case you want to give
it a try.
Thanks,
Stefano
0001-self-checks-relax-tests-on-cleanup.patch
Description: Text Data
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, P. Martin, 2012/02/21
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, Stefano Lattarini, 2012/02/26
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, P. Martin, 2012/02/26
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, Stefano Lattarini, 2012/02/27
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, P. Martin, 2012/02/27
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, Stefano Lattarini, 2012/02/28
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests, P. Martin, 2012/02/28
- bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests,
Stefano Lattarini <=