gap-packages/guava

Randomization related test failures

osj1961 opened this issue · 3 comments

some of the tests in guava.tst use randomized inputs. The expected outputs can't necessarily be compared to previous results.

The way to deal w/ this issue is to compute the same thing in 2 different ways based on the random item and then compare them. The expected output becomes "true" rather than something that has to do w/ the randomized object.

You can also use ;; to suppress output and then check that some properties/attributes of the output are correct.

Done.