aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7880.scala
Commit message (Collapse)AuthorAgeFilesLines
* Stop crashes because we're out of memory by disabling t7880Guillaume Martres2016-01-171-0/+8
| | | | | | | | | | | | | | | | All of our recent memory-related tests failures since https://github.com/lampepfl/dotty/pull/1030 was merged seem to be caused by t7880.scala. It tries to intentionally trigger an OutOfMemoryError, however since we don't pass -Xmx to our run tests it's possible that this we fill up the memory of our host before we reach the maximum heap size of the JVM. Ideally, we would specify a -Xmx for run tests (scalac uses 1 GB), unfortunately in the version of partest we use this is tricky because we need to set the system property "partest.java_opts". If we upgrade our partest to the latest release, we can instead specify it by setting the argument `javaOpts` of the constructor of `SuiteRunner`, see https://github.com/scala/scala-partest/commit/7c4659e1f88b410109ad3c4e7f66ae7070c6e985
* Remove tests from pending.Dmitry Petrashko2015-05-221-7/+0
|
* Use LegacyApp in run tests.Dmitry Petrashko2015-05-131-1/+1
|
* Run tests as they were in scala.Dmitry Petrashko2015-05-121-0/+7