Re: [PATCH] test: Fix SPL tests not being run

2023-10-10 Thread Tom Rini
On Fri, Sep 29, 2023 at 12:06:54PM -0400, Sean Anderson wrote: > SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat > tree. Don't skip them even if they don't use the devicetree. > > Fixes: 6ec5178c0ef ("test: Skip flat-tree tests if devicetree is not used") > Signed-off-by: S

Re: [PATCH] test: Fix SPL tests not being run

2023-10-07 Thread Simon Glass
On Thu, 5 Oct 2023 at 16:24, Sean Anderson wrote: > > On 10/2/23 14:56, Simon Glass wrote: > > Hi Sean, > > > > On Mon, 2 Oct 2023 at 08:38, Sean Anderson wrote: > >> > >> On 10/1/23 15:36, Simon Glass wrote: > >> > Hi Sean, > >> > > >> > On Fri, 29 Sept 2023 at 10:12, Sean Anderson > >> > wrot

Re: [PATCH] test: Fix SPL tests not being run

2023-10-05 Thread Sean Anderson
On 10/2/23 14:56, Simon Glass wrote: > Hi Sean, > > On Mon, 2 Oct 2023 at 08:38, Sean Anderson wrote: >> >> On 10/1/23 15:36, Simon Glass wrote: >> > Hi Sean, >> > >> > On Fri, 29 Sept 2023 at 10:12, Sean Anderson >> > wrote: >> >> >> >> On 9/29/23 12:06, Sean Anderson wrote: >> >> > SPL doesn'

Re: [PATCH] test: Fix SPL tests not being run

2023-10-02 Thread Simon Glass
Hi Sean, On Mon, 2 Oct 2023 at 08:38, Sean Anderson wrote: > > On 10/1/23 15:36, Simon Glass wrote: > > Hi Sean, > > > > On Fri, 29 Sept 2023 at 10:12, Sean Anderson wrote: > >> > >> On 9/29/23 12:06, Sean Anderson wrote: > >> > SPL doesn't have OF_LIVE enabled, so we can only run tests with a f

Re: [PATCH] test: Fix SPL tests not being run

2023-10-02 Thread Sean Anderson
On 10/1/23 15:36, Simon Glass wrote: > Hi Sean, > > On Fri, 29 Sept 2023 at 10:12, Sean Anderson wrote: >> >> On 9/29/23 12:06, Sean Anderson wrote: >> > SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat >> > tree. Don't skip them even if they don't use the devicetree. >> > >

Re: [PATCH] test: Fix SPL tests not being run

2023-10-01 Thread Simon Glass
Hi Sean, On Fri, 29 Sept 2023 at 10:12, Sean Anderson wrote: > > On 9/29/23 12:06, Sean Anderson wrote: > > SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat > > tree. Don't skip them even if they don't use the devicetree. > > > > Fixes: 6ec5178c0ef ("test: Skip flat-tree tes

Re: [PATCH] test: Fix SPL tests not being run

2023-09-29 Thread Sean Anderson
On 9/29/23 12:06, Sean Anderson wrote: > SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat > tree. Don't skip them even if they don't use the devicetree. > > Fixes: 6ec5178c0ef ("test: Skip flat-tree tests if devicetree is not used") > Signed-off-by: Sean Anderson > --- > >

[PATCH] test: Fix SPL tests not being run

2023-09-29 Thread Sean Anderson
SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat tree. Don't skip them even if they don't use the devicetree. Fixes: 6ec5178c0ef ("test: Skip flat-tree tests if devicetree is not used") Signed-off-by: Sean Anderson --- test/test-main.c | 3 ++- 1 file changed, 2 insertions