On 06/19/2011 08:34 AM, Bruno Haible wrote:
>> 2 x FAIL: test-linkat
>
> On AIX 7.1, the linkat() function apparently fails with EINVAL when on
> Linux it returns other errno values. Here's the minimal change to make
> the test pass. OK to apply?
>
>
> 2011-06-19 Bruno Haible
>
>
Bruno Haible wrote:
>> 2 x FAIL: test-linkat
>
> On AIX 7.1, the linkat() function apparently fails with EINVAL when on
> Linux it returns other errno values. Here's the minimal change to make
> the test pass. OK to apply?
>
>
> 2011-06-19 Bruno Haible
>
> linkat test: Avoid test fai
> 2 x FAIL: test-linkat
On AIX 7.1, the linkat() function apparently fails with EINVAL when on
Linux it returns other errno values. Here's the minimal change to make
the test pass. OK to apply?
2011-06-19 Bruno Haible
linkat test: Avoid test failure on AIX 7.1.
* tests/
A testdir for all `./posix-modules` leads to the following test failures.
Summary:
13 x FAIL: test-poll
10 x FAIL: test-getcwd
3 x FAIL: test-utimensat
3 x FAIL: test-utimens
3 x FAIL: test-perror2
3 x FAIL: test-fsync
3 x FAIL: test-ceilf-ieee
2 x FA