Hi, I run another test for or1ksim BSP yesterday via RTEMS Tester and got the following results:
Passed: 432 Failed: 4 Timeouts: 67 Invalid: 0 Total: 503 Average test time: 0:00:23.380789 Testing time : 3:16:00.537058 However, when I tested failures and timeouts separately, most of them work on QEMU, the others miss the trailing end-of-test line, which exists when I run them on or1ksim simulator. By running the other failed, timed-outs tests separately (on both qemu and or1ksim) and re-calculating the previous test results, I got the following: Passed: 496 Failed: 0 Timeouts: 7 Invalid: 0 Total: 503 List of failures/timeouts (on both qemu and or1ksim) with their output: ______________________________ sptls01.exe *** BEGIN OF TEST SPTLS 1 *** Fatal Error 5.1 Halted Note: TLS is not supported yet. ______________________________ spintrcritical20.exe *** BEGIN OF TEST SPINTRCRITICAL 20 *** ../../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical20/init.c: 146 ctx->thread_queue_was_null Fatal Error 5.0 Halted ______________________________ sp37.exe *** BEGIN OF TEST SP 37 *** ../../../../../../../rtems/c/src/../../testsuites/sptests/sp37/init.c: 113 ctx.actual_level == current Fatal Error 5.0 Halted ______________________________ psxconfig01.exe *** BEGIN OF TEST PSXCONFIG 1 *** used blocks = 50, largest used block = 16464, used space = 90760 free blocks = 1, largest free block = 91216, free space = 91216 rtems_partition_create FAILED -- expected (RTEMS_SUCCESSFUL) got (RTEMS_INVALID_ADDRESS) Fatal Error 5.9 Halted ______________________________ fsfseeko01.exe *** BEGIN OF TEST FSFSEEKO 1 *** ../../../../../../../rtems/c/src/../../testsuites/fstests/fsfseeko01/init.c: 67 actual_long_off == -1L Fatal Error 5.0 Halted ______________________________ sp20.exe *** BEGIN OF TEST SP 20 *** TA1 - rtems_rate_monotonic_create id = 0x42010001 TA1 - rtems_rate_monotonic_ident id = 0x42010001 TA1 - (0x42010001) period 2 TA2 - rtems_rate_monotonic_create id = 0x42010002 TA2 - rtems_rate_monotonic_ident id = 0x42010002 TA2 - (0x42010002) period 2 TA3 - rtems_rate_monotonic_create id = 0x42010003 TA3 - rtems_rate_monotonic_ident id = 0x42010003 TA3 - (0x42010003) period 2 TA4 - rtems_rate_monotonic_create id = 0x42010004 TA4 - rtems_rate_monotonic_ident id = 0x42010004 TA4 - (0x42010004) period 2 TA5 - rtems_rate_monotonic_create id = 0x42010005 TA5 - rtems_rate_monotonic_ident id = 0x42010005 TA5 - (0x42010005) period 100 TA6 - rtems_rate_monotonic_create id = 0x42010006 TA6 - rtems_rate_monotonic_ident id = 0x42010006 TA6 - (0x42010006) period 0 TA5 - PERIODS CHECK OK (1) TA5 - PERIODS CHECK OK (2) TA5 - PERIODS CHECK OK (3) TA5 - PERIODS CHECK OK (4) TA5 - PERIODS CHECK OK (5) TA6 - Actual: 10 Expected: 10 - OK TA6 - Actual: 20 Expected: 20 - OK TA6 - Actual: 30 Expected: 30 - OK TA6 - Actual: 40 Expected: 40 - OK TA6 - Actual: 50 Expected: 50 - OK TA6 - Actual: 60 Expected: 60 - OK TA6 - Actual: 70 Expected: 70 - OK TA6 - Actual: 80 Expected: 80 - OK TA6 - Actual: 90 Expected: 90 - OK TA6 - Actual: 100 Expected: 100 - OK rtems_rate_monotonic_period FAILED -- expected (RTEMS_SUCCESSFUL) got (RTEMS_TIMEOUT) Fatal Error 5.6 Halted ______________________________ spintrcritical21.exe *** BEGIN OF TEST SPINTRCRITICAL 21 *** Event sent from ISR hitting synchronization point has NOT occurred ../../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical21/init.c: 147 case_hit Fatal Error 5.0 Halted ______________________________ Notes: spcontext01.exe should not return if the context validate works properly, so it should be always timed-out. minimum.exe should not give any output, but it's considered from time-out Hope this is a good state of the port. Regards, Hesham
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel