summaryrefslogtreecommitdiff
path: root/test/files/run/t4294.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7600 [Avian] Skip tests r/stream_length and r/t4294Simon Ochsenreither2013-06-231-1/+6
| | | | | | | | | | | | | | The issue is that Avian's GC is currently not precise enough to determine the exact lifetime of each local/stack reference, and therefore considers the this reference to be reachable in situations where it could have been collected. This can cause issues (as seen in run/stream_length and run/t4294: `java.lang.OutOfMemoryError`) if code relies on the garbage collection of these values to keep memory consumption constant. This commit simply skips these two tests on Avian until the GC implementation is fixed.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Made Stream.collect collect instead of filter.Paul Phillips2011-03-021-4/+2
| | | | | | | Glad to see there was a test case; but we have to push harder when writing tests to include the key characteristics of the function being tested. No review.
* Fixes and closes #4294.Aleksandar Pokopec2011-02-281-0/+9
No review.