[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <pcwt7qagelqmz6zmuyozr7xjpjd7hvtxstsg2ly7rcxieqqvsj@5lknkmhu62y6>
Date: Tue, 2 Apr 2024 12:26:59 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: Guenter Roeck <linux@...ck-us.net>
Cc: "Daniel B . Hill" <daniel@...o.nz>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mean_and_variance: Drop always failing tests
On Tue, Apr 02, 2024 at 07:03:33AM -0700, Guenter Roeck wrote:
> On Sun, Feb 25, 2024 at 08:29:25AM -0800, Guenter Roeck wrote:
> > mean_and_variance_test_2 and mean_and_variance_test_4 always fail.
> > The input parameters to those tests are identical to the input parameters
> > to tests 1 and 3, yet the expected result for tests 2 and 4 is different
> > for the mean and stddev tests. That will always fail.
> >
> > Expected mean_and_variance_get_mean(mv) == mean[i], but
> > mean_and_variance_get_mean(mv) == 22 (0x16)
> > mean[i] == 10 (0xa)
> >
> > Drop the bad tests.
> >
>
> I did not get any response ... ping ....
Sorry, just been swamped - applying.
Powered by blists - more mailing lists