summaryrefslogtreecommitdiff
path: root/test/files/run/stream_length.check
Commit message (Collapse)AuthorAgeFilesLines
* Par-Test split checks work againSom Snytt2013-08-081-1/+0
| | | | | | | | | | | | Check files split into conditional blocks with partest flags have been broken since the new diff regime. For some reason, no one noticed. The clever scheme to "filter the diff" instead of just filtering the check file is abandoned as futile and unnecessary. Fix java6 checkfile for ifdiff fix.
* SI-7600 [Avian] Skip tests r/stream_length and r/t4294Simon Ochsenreither2013-06-231-0/+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.
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-281-0/+1
according to my tests, they all currently work.