summaryrefslogtreecommitdiff
path: root/test/files/run/t5880.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-1/+1
| | | | | | | | | | | | | | | | | Move `MurmurHash3` to `util.hashing`. Make the `class` private and retain a public companion `object`, and put the `MurmurHash3.Hashing` implementations for various types in the companion. Add a method which composes `ByteswapHashing` with some other hashing. Rename `hashOf` to `hash`. Fix chi-square test in a test-case. Review by @jsuereth. Moved a failing test that seems to use some other library version to pending.
* Fix SI-5880.Aleksandar Prokopec2012-06-061-0/+41
Add a ChiSquare test for the new hash code.