From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Fri, 5 Feb 2021 22:46:19 +0200 Subject: [PATCH v1] test: Allow simple glob pattern in the test name In-Reply-To: References: <20210203153234.18866-1-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Feb 05, 2021 at 09:17:27PM +0200, Andy Shevchenko wrote: > On Fri, Feb 05, 2021 at 08:15:25PM +0200, Andy Shevchenko wrote: > > On Fri, Feb 05, 2021 at 07:34:49PM +0200, Andy Shevchenko wrote: > > > On Thu, Feb 04, 2021 at 08:17:24PM -0700, Simon Glass wrote: > > > > ... > > > > > Btw, you have an issue there, i.e. if test case failed, all percentage after it > > > goes red, which is wrong. > > > > One more thing, is it known bug that either in the original code, or in your > > new branch the following test case is 100% failed? > > > > /* Non-existent in DTB */ > > ut_asserteq(FDT_ADDR_T_NONE, dev_read_addr(dev)); > > > > Can you fix this sooner than later, please? > > Actually it seems this very patch makes the issue visible (I suppose something > with test case names). Okay, actually there *is* a problem with the test suite, i.e. you may not run some test cases twice during the same session. -- With Best Regards, Andy Shevchenko