Re: [PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-24 Thread Tom Rini
On Wed, Apr 15, 2020 at 06:46:23PM +0200, Heinrich Schuchardt wrote: > We cannot run unit tests in SPL. So remove the unit test support. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-16 Thread Heinrich Schuchardt
On 16.04.20 19:00, Tom Rini wrote: > On Thu, Apr 16, 2020 at 05:37:56PM +0200, Heinrich Schuchardt > wrote: >> On 4/16/20 4:32 AM, Tom Rini wrote: >>> On Wed, Apr 15, 2020 at 06:46:23PM +0200, Heinrich Schuchardt >>> wrote: >>> We cannot run unit tests in SPL. So remove the unit test supp

Re: [PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-16 Thread Tom Rini
On Thu, Apr 16, 2020 at 05:37:56PM +0200, Heinrich Schuchardt wrote: > On 4/16/20 4:32 AM, Tom Rini wrote: > > On Wed, Apr 15, 2020 at 06:46:23PM +0200, Heinrich Schuchardt wrote: > > > >> We cannot run unit tests in SPL. So remove the unit test support. > >> > >> Signed-off-by: Heinrich Schuchardt

Re: [PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-16 Thread Heinrich Schuchardt
On 4/16/20 4:32 AM, Tom Rini wrote: > On Wed, Apr 15, 2020 at 06:46:23PM +0200, Heinrich Schuchardt wrote: > >> We cannot run unit tests in SPL. So remove the unit test support. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> common/dlmalloc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-15 Thread Tom Rini
On Wed, Apr 15, 2020 at 06:46:23PM +0200, Heinrich Schuchardt wrote: > We cannot run unit tests in SPL. So remove the unit test support. > > Signed-off-by: Heinrich Schuchardt > --- > common/dlmalloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Does this show up as a problem somew

[PATCH 5/5] dlmalloc: remove unit test support in SPL

2020-04-15 Thread Heinrich Schuchardt
We cannot run unit tests in SPL. So remove the unit test support. Signed-off-by: Heinrich Schuchardt --- common/dlmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dlmalloc.c b/common/dlmalloc.c index dade68faf7..db5ab55ed3 100644 --- a/common/dlmalloc.c +++ b/c