diff options
author | Guenter Roeck <[email protected]> | 2024-02-25 08:29:25 -0800 |
---|---|---|
committer | Kent Overstreet <[email protected]> | 2024-04-02 14:45:08 -0400 |
commit | 97ca7c1f93bbac6982717a7055cd727813c45e61 (patch) | |
tree | 64c36db6b15a8680b85d075fb5bc881b01fe3212 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c42cd606e4f004e9ba36a05b9adb9e4eead5834a (diff) |
mean_and_variance: Drop always failing tests
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.
Fixes: 65bc41090720 ("mean and variance: More tests")
Closes: https://lore.kernel.org/lkml/[email protected]/
Cc: Kent Overstreet <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions