On 01/12/16 17:43, Joel Sherrill wrote:
Hi

erc32 has a couple of test failures on master:


*** BEGIN OF TEST PSXSPIN 1 ***
pthread_spin_init( &spinlock, PTHREAD_PROCESS_PRIVATE ) -- OK
pthread_spin_destroy( &spinlock ) -- OK
pthread_spin_init( &spinlock, PTHREAD_PROCESS_SHARED ) -- OK
pthread_spin_destroy( &spinlock ) -- OK
pthread_spin_init( &spinlock, 0x1234 ) -- OK
pthread_spin_init( &spinlock2, 0 ) -- OK
pthread_spin_lock( &spinlock ) -- OK
Unexpected trap ( 9) at address 0x02008758
data access exception at 0x00000008

Sorry, I fixed this.



*** BEGIN OF TEST SPCONTEXT 1 ***
Test configuration N N N... done
Test configuration N N F... ../../../../../../../rtems/c/src/../../testsuites/sptests/spcontext01/init.c: 44 0

This is:

https://lists.rtems.org/pipermail/devel/2015-October/012729.html

Should we add some warning message for non-SMP SPARC that this test intentionally fails?


I have not had a chance to check other BSPs yet.

Thanks.

--joel


_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : [email protected]
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to