Re: [RFC v4 17/17] of: unittest: split up some super large test cases

2019-03-24 Thread Frank Rowand
On 2/14/19 1:37 PM, Brendan Higgins wrote: > Split up the super large test cases of_unittest_find_node_by_name and > of_unittest_dynamic into properly sized and defined test cases. I also still object to this patch. -Frank > > Signed-off-by: Brendan Higgins > --- > drivers/of/base-test.c |

Re: [RFC v4 17/17] of: unittest: split up some super large test cases

2019-03-21 Thread Brendan Higgins
On Thu, Mar 21, 2019 at 6:16 PM Frank Rowand wrote: > > On 2/14/19 1:37 PM, Brendan Higgins wrote: > > Split up the super large test cases of_unittest_find_node_by_name and > > of_unittest_dynamic into properly sized and defined test cases. > > I also still object to this patch. I figured. Will

[RFC v4 17/17] of: unittest: split up some super large test cases

2019-02-16 Thread Brendan Higgins via dri-devel
Split up the super large test cases of_unittest_find_node_by_name and of_unittest_dynamic into properly sized and defined test cases. Signed-off-by: Brendan Higgins --- drivers/of/base-test.c | 297 ++--- 1 file changed, 249 insertions(+), 48 deletions(-)