Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-27 Thread Chris Johns
On 26/2/19 5:50 pm, Sebastian Huber wrote: > Yes, moving the test suite specific OPERATION_COUNT from the bsp.h to the > *.tcfg > would be good. However, I would like to resolve the build errors as soon as > possible. So, change the patch to define OPERATION_COUNT to 10 and adjust the > *.tcfg acc

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Sebastian Huber
On 26/02/2019 00:03, Joel Sherrill wrote: > OPERATION_COUNT is usually the number of objects (e.g. tasks, semaphores, > etc) created so it is the maximum object count. For example, tm03 has this: > > https://git.rtems.org/rtems/tree/testsuites/tmtests/tm03/system.h#n2

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Joel Sherrill
On Mon, Feb 25, 2019 at 4:58 PM Chris Johns wrote: > On 26/2/19 9:07 am, Joel Sherrill wrote: > > On Mon, Feb 25, 2019 at 3:31 PM Chris Johns > > wrote: > > > > On 26/2/19 4:52 am, Joel Sherrill wrote: > > > To follow up, I built lm4f120 with OPERATION_COUNT=10 a

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Chris Johns
On 26/2/19 9:07 am, Joel Sherrill wrote: > On Mon, Feb 25, 2019 at 3:31 PM Chris Johns > wrote: > > On 26/2/19 4:52 am, Joel Sherrill wrote: > > To follow up, I built lm4f120 with OPERATION_COUNT=10 and the failure > set > > dropped to these: > > > >

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Joel Sherrill
On Mon, Feb 25, 2019 at 3:31 PM Chris Johns wrote: > On 26/2/19 4:52 am, Joel Sherrill wrote: > > To follow up, I built lm4f120 with OPERATION_COUNT=10 and the failure set > > dropped to these: > > > > gmake[5]: *** [capture.exe] Error 1 > > gmake[5]: *** [loopback.exe] Error 1 > > gmake[5]: ***

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Chris Johns
On 26/2/19 4:52 am, Joel Sherrill wrote: > To follow up, I built lm4f120 with OPERATION_COUNT=10 and the failure set > dropped to these: > > gmake[5]: *** [capture.exe] Error 1 > gmake[5]: *** [loopback.exe] Error 1 > gmake[5]: *** [block08.exe] Error 1 > gmake[5]: *** [top.exe] Error 1 > gmake[5]

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Joel Sherrill
To follow up, I built lm4f120 with OPERATION_COUNT=10 and the failure set dropped to these: gmake[5]: *** [capture.exe] Error 1 gmake[5]: *** [loopback.exe] Error 1 gmake[5]: *** [block08.exe] Error 1 gmake[5]: *** [top.exe] Error 1 gmake[5]: *** [sp47.exe] Error 1 gmake[5]: *** [sp71.exe] Error 1

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-25 Thread Joel Sherrill
The tmtests should fit if the OPERATION_COUNT is lowered for these BSPs. https://git.rtems.org/rtems/tree/testsuites/tmtests/configure.ac#n27 Right now, this is set on the configure command line. Perhaps the BSP needs to provide an override if RAM is ilght. For others, it would be good to know w