Hi,

I want to run "conformance" testcases in "open_posix_testsuite".
But I couldn't run it without manually copying.

I used "ltp-dev-a4e64cb8bb97d09b5695151106946a76984b330a.tar.gz" git.
Environment is RHEL5.5 and x86_64 architecture.

First, I executed following commands.
  make autotools
  configure
  make
  make install
And I confirmed that those commands succeeded.
And I could see "logfile.conformance-all" file in "${LTPROOT}/testcases
/open_posix_testsuite" directory.

I ran "make conformance-test" command. But it failed as follows:
------------
make[1]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance'
make[2]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior'
make[3]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior/WIFEXITED'
./run.sh: line 2: /bin/run-tests.sh: No such file or directory
make[3]: *** [test] Error 127
make[3]: Leaving directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/conf
ormance/behavior/WIFEXITED'
make[3]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior/timers'
./run.sh: line 2: /bin/run-tests.sh: No such file or directory
make[3]: *** [test] Error 127
...
------------


So I copied following files to "/bin" directory manually.
  "${LTPROOT}/testcases/open_posix_testsuite/bin/run-tests.sh"
  "${LTPROOT}/testcases/open_posix_testsuite/bin/t0"

After that, "make conformance-test" command began to run.
I confirmed redirected log file, it was as follows:

------------
make[1]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance'
make[2]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior'
make[3]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior/WIFEXITED'
/bin/run-tests.sh: line 109: 11583 Alarm clock             $SCRIPT_DIR/t0 0
*******************
SUMMARY
*******************
PASS              3
FAIL              0
*******************
TOTAL             3
*******************
make[3]: Leaving directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/conf
ormance/behavior/WIFEXITED'
make[3]: Entering directory
`/home/LTP/ltp-dev-20100726/testcases/open_posix_testsuite/con
formance/behavior/timers'
*******************
SUMMARY
*******************
PASS              2
FAIL              0
*******************
TOTAL             2
*******************
...
------------


Is my method wrong? 
Or is there the insufficient operation?



Regards--

-Tomonori Mitani



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to