Re: *.tcfg specification?

2019-11-13 Thread Sebastian Huber
On 14/11/2019 01:09, Chris Johns wrote: On 13/11/19 5:22 pm, Sebastian Huber wrote: On 13/11/2019 01:39, Chris Johns wrote: > Ok, it seems a test program has exactly one state for a given BSP. Yes, this is driven by the ABI, hardware profile and similar constraints. This is

Re: *.tcfg specification?

2019-11-13 Thread Chris Johns
On 13/11/19 5:22 pm, Sebastian Huber wrote: > On 13/11/2019 01:39, Chris Johns wrote: >>> > Ok, it seems a test program has exactly one state for a given BSP. >>> >>> Yes, this is driven by the ABI, hardware profile and similar >>> constraints. >>> >>> >>> This is generally the case but

Re: *.tcfg specification?

2019-11-12 Thread Sebastian Huber
On 13/11/2019 01:39, Chris Johns wrote: > Ok, it seems a test program has exactly one state for a given BSP. Yes, this is driven by the ABI, hardware profile and similar constraints. This is generally the case but we have a few BSPs where the same executable runs on real hardware

Re: *.tcfg specification?

2019-11-12 Thread Chris Johns
On 13/11/19 10:09 am, Joel Sherrill wrote: > On Tue, Nov 12, 2019 at 4:42 PM Chris Johns > wrote: > On 13/11/19 1:30 am, Sebastian Huber wrote: > > Hello Chris, > > > > thanks for your comments. I converted now all tests except the Ada > tests, > >

Re: *.tcfg specification?

2019-11-12 Thread Joel Sherrill
On Tue, Nov 12, 2019 at 4:42 PM Chris Johns wrote: > On 13/11/19 1:30 am, Sebastian Huber wrote: > > Hello Chris, > > > > thanks for your comments. I converted now all tests except the Ada > tests, > > Nice. > > > tests which use the pax tool, > > This might help ... > >

Re: *.tcfg specification?

2019-11-12 Thread Chris Johns
On 13/11/19 1:30 am, Sebastian Huber wrote: > Hello Chris, > > thanks for your comments. I converted now all tests except the Ada tests, Nice. > tests which use the pax tool, This might help ... https://git.rtems.org/rtems_waf/tree/rootfs.py > and the dl* tests. Plus this ...

Re: *.tcfg specification?

2019-11-12 Thread Sebastian Huber
Hello Chris, thanks for your comments. I converted now all tests except the Ada tests, tests which use the pax tool, and the dl* tests. For an approach to address the test states please see below. On 11/11/2019 23:25, Chris Johns wrote: On 11/11/19 7:13 pm, Sebastian Huber wrote: what is

Re: *.tcfg specification?

2019-11-11 Thread Chris Johns
On 11/11/19 7:13 pm, Sebastian Huber wrote: > what is the purpose of the *.tcfg test configuration files? The tcfg files provide a way to implement the "test controls" ... https://docs.rtems.org/branches/master/user/testing/tests.html#test-controls .. as well as excluding a test. A test

*.tcfg specification?

2019-11-11 Thread Sebastian Huber
Hello, what is the purpose of the *.tcfg test configuration files? You can disable compilation of test programs with them, e.g. exclude: flashdisk01 The "testsuites/rtems-test-check.py" contains a bit more stuff. What is really needed? I have to map this to the new build system. One