Re: [PATCH] mean_and_variance: Drop always failing tests

From: Kent Overstreet
Date: Tue Apr 02 2024 - 12:27:22 EST


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.