summaryrefslogtreecommitdiff
path: root/test/files/run/stream_length.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7600 [Avian] Skip tests r/stream_length and r/t4294Simon Ochsenreither2013-06-231-1/+5
| | | | | | | | | | | | | | 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.
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-1/+1
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-281-0/+15
| | | | | according to my tests, they all currently work.
* Rolled partest back to r21328.Paul Phillips2010-05-061-15/+0
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Fixes #3350. review by extemporeAleksandar Pokopec2010-04-251-0/+15