[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dup and dup2 failed
- Date: Wed, 17 Mar 2004 06:08:04 -0600
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: dup and dup2 failed
Stan wrote:
>Hi,
>
>
>When I running /c/src/tests/psxtests/psx13, this test
>show :
>
>*** POSIX TEST 13 ***
>
>Files initialized successfully.
>Testing device_lseek()... Success.
>Testing dup()............ Failed!!!
>Testing dup2()........... Failed!!!
>Testing fdatasync()...... Success.
>Testing umask().......... Success.
>Testing utime().......... Success.
>Testing pipe()........... Success.
>Testing fsync().......... Success.
>Testing pathconf()....... Success.
>Testing fpathconf()...... Success.
>
>*** END OF TEST POSIX13 ***
>
>I use rtems-4.6.0pre4, with bsp based upon mcf5206elite.
>
>Does anyone have an idea ?
>
>
dup() and dup2() are not implemented yet. The test is ahead of the code. :)
So this is expected.
>Thanks a lot.
>
>- Stan
>
>