summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/IntValues.scala
Commit message (Collapse)AuthorAgeFilesLines
* Mostly refactored existing test functionality f...Aleksandar Pokopec2010-10-281-1/+4
| | | | | | | | Mostly refactored existing test functionality for parallel collections. Added immutable hash set tests. No review.
* Fixed a scalacheck test group "test entire subd...Aleksandar Pokopec2010-10-041-0/+26
| | | | | | | Fixed a scalacheck test group "test entire subdirectory" problem. It's now possible to add scalacheck tests consisting of multiple files. No review.
* Temporarily disabled collections checks to keep...Aleksandar Pokopec2010-09-011-26/+0
| | | | | | | Temporarily disabled collections checks to keep build from breaking. No review
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-0/+26
Review by phaller (not urgent).