Re: [PATCH v3 00/41] test: Refactor tests to have a single test runner

2021-03-03 Thread Simon Glass
Hi Tom, On Wed, 3 Mar 2021 at 15:37, Tom Rini wrote: > > On Wed, Mar 03, 2021 at 03:18:15PM -0500, Tom Rini wrote: > > On Wed, Mar 03, 2021 at 02:37:51PM -0500, Tom Rini wrote: > > > On Wed, Feb 03, 2021 at 05:44:06AM -0700, Simon Glass wrote: > > > > > > > At present U-Boot has two broad sets of

Re: [PATCH v3 00/41] test: Refactor tests to have a single test runner

2021-03-03 Thread Tom Rini
On Wed, Mar 03, 2021 at 03:18:15PM -0500, Tom Rini wrote: > On Wed, Mar 03, 2021 at 02:37:51PM -0500, Tom Rini wrote: > > On Wed, Feb 03, 2021 at 05:44:06AM -0700, Simon Glass wrote: > > > > > At present U-Boot has two broad sets of tests in the C code: driver model > > > tests which do a lot of p

Re: [PATCH v3 00/41] test: Refactor tests to have a single test runner

2021-03-03 Thread Tom Rini
On Wed, Mar 03, 2021 at 02:37:51PM -0500, Tom Rini wrote: > On Wed, Feb 03, 2021 at 05:44:06AM -0700, Simon Glass wrote: > > > At present U-Boot has two broad sets of tests in the C code: driver model > > tests which do a lot of pre-/post-init and command tests which do not. > > > > This separati

Re: [PATCH v3 00/41] test: Refactor tests to have a single test runner

2021-03-03 Thread Tom Rini
On Wed, Feb 03, 2021 at 05:44:06AM -0700, Simon Glass wrote: > At present U-Boot has two broad sets of tests in the C code: driver model > tests which do a lot of pre-/post-init and command tests which do not. > > This separation makes it slightly harder to write a test, since there are > two dif