Re: Test Failures on erc32 (sis)

2016-12-02 Thread Chris Johns
On 2/12/16 8:25 pm, Sebastian Huber wrote: > > Should we add some warning message for non-SMP SPARC that this test > intentionally fails? > I think we need to have something in the testsuite to manage expected fails. I think adding specific BSP checks into tests is the wrong way to go. Chris

Re: Test Failures on erc32 (sis)

2016-12-02 Thread Sebastian Huber
On 02/12/16 11:10, Jiri Gaisler wrote: 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( , PTHREAD_PROCESS_PRIVATE ) -- OK pthread_spin_destroy( ) -- OK pthread_spin_init( , PTHREAD_PROCESS_SHARED

Re: Test Failures on erc32 (sis)

2016-12-02 Thread Jiri Gaisler
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( , PTHREAD_PROCESS_PRIVATE ) -- OK > pthread_spin_destroy( ) -- OK > pthread_spin_init( , PTHREAD_PROCESS_SHARED ) -- OK >

Re: Test Failures on erc32 (sis)

2016-12-02 Thread Sebastian Huber
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( , PTHREAD_PROCESS_PRIVATE ) -- OK pthread_spin_destroy( ) -- OK pthread_spin_init( , PTHREAD_PROCESS_SHARED ) -- OK pthread_spin_destroy( ) -- OK

Test Failures on erc32 (sis)

2016-12-01 Thread Joel Sherrill
Hi erc32 has a couple of test failures on master: *** BEGIN OF TEST PSXSPIN 1 *** pthread_spin_init( , PTHREAD_PROCESS_PRIVATE ) -- OK pthread_spin_destroy( ) -- OK pthread_spin_init( , PTHREAD_PROCESS_SHARED ) -- OK pthread_spin_destroy( ) -- OK pthread_spin_init( , 0x1234 ) -- OK