From: <rk...@nc...> - 2004-02-01 15:03:54
|
Bo, Thanks for sending both the portion that seemed confusing and the output of the test suite. It looks as though things are OK from what you've sent. The test suite for that particular routine tries to use both valid and invalid input to check its error handling. You can see what it's doing if you change into the src/libperfsuite/tests directory and run the command: ./testsuite -v 12 You should get output from three separate runs. The first two use valid input and the last doesn't (that's the output I think you've seen). Hope you are having good luck otherwise with PerfSuite, Rick > Hi, > I just installed PerfSuit on Itanium 2, and > ran the testsuit. Want to make sure what I got is > not because of a bug or sth. I got these: > > > > [boliu@mckinley testsuite.dir]$ cat at-stderr > > > ps_addrmap failed > > > [boliu@mckinley testsuite.dir]$ cat at-stder1 > > > ps_addrmap failed > > > [boliu@mckinley testsuite.dir]$ cat at-stdout > > > ==== ps_addrmap output ======== > > > > > But the testing result declares OK in the 12th > item: > > > > > > > [boliu@mckinley tests]$ ./testsuite > > > ## ------------------------------------------- ## > > > ## PerfSuite 0.6.1b3 test suite: Core Library. ## > > > ## ------------------------------------------- ## > > > 1: Hello, world! > > ok > > > 2: CPU identification > > ok > > > 3: CPU speed information > > ok > > > 4: CPU speed information (Fortran) > > ok > > > 5: CPU usage > > ok > > > 6: string handling > > ok > > > 7: error reporting > > ok > > > 8: error reporting (Fortran) > > ok > > > 9: proc filesystem > > ok > > > 10: memory usage reporting > > ok > > > 11: memory usage reporting (Fortran) > > ok > > > 12: load map address inquiry > > ok > > > > > > ## ------------- ## > > > ## Test results. ## > > > ## ------------- ## > > > > > > Can anyone help with this? > > Thanks, > Bo |